What is the CMYK code for iris?
The CSS color iris in CMYK format is cmyk(50%, 55.1%, 0%, 23.1%). Use this value directly in CSS, SVG, and most design tools.
How do I use iris in CSS?
To apply iris in CSS:
- Text color: color: cmyk(50%, 55.1%, 0%, 23.1%);
- Background: background-color: cmyk(50%, 55.1%, 0%, 23.1%);
- Border: border-color: cmyk(50%, 55.1%, 0%, 23.1%);
What are all the color format values for iris?
| Format | Value |
|---|---|
| HEX | #6258c4 |
| RGB | rgb(98, 88, 196) |
| HSL | hsl(245.6, 47.8%, 55.7%) |
| CMYK | cmyk(50%, 55.1%, 0%, 23.1%) |
How do I convert iris to CMYK?
Select iris from the color name list in our color converter. The CMYK value — cmyk(50%, 55.1%, 0%, 23.1%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does iris belong to?
iris belongs to the blue color family. It is a medium, moderately saturated color with HSL values: hue 245.6°, saturation 47.8%, lightness 55.7%.
How do I create lighter and darker shades of iris?
Lighter variant (lightness 70.7%): #9791d8. Darker variant (lightness 40.7%): #3f3699. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is CMYK used for?
CMYK (Cyan, Magenta, Yellow, Key/Black) is used in print design. Unlike RGB which adds light, CMYK subtracts it using ink. Always convert to CMYK before sending files to a professional printer.