Translate supported sRGB, hexadecimal, HSL, HSV, CMYK, and named-colour representations.
Each mode parses one notation and converts through numeric sRGB channels or a cylindrical hue model. CMYK uses a simple arithmetic approximation, while colour names come from a finite stored lookup rather than perceptual nearest-neighbour search across every CSS colour.
Value: #ff0000 From: hex To: hsl
hsl(0 100% 50%)
Stylesheets change hex to hsl(), design tools compare HSV coordinates, and print mock-ups estimate CMYK before profile conversion.