#CC5FC5
A medium, moderate magenta closely aligning with Orchid.
About #CC5FC5
At its core, #CC5FC5 is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Orchid. Its digital footprint relies on 204 parts red, 95 parts green, and 197 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 53% M, 3% Y, and 20% K. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#CC5FC5
RGB204, 95, 197
HSL303.9°, 51.7%, 58.6%
CMYK0%, 53%, 3%, 20%
HSV303.9°, 53.4%, 80.0%
LAB57.1, 56.6, -33.8
XYZ39.1, 25.1, 55.6
Decimal13393861
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.49:1
Text on #FFFFFF
AA Large
6.01:1
Text on #000000
AA
3.34:1
Text on #F8FAFC
AA Large
5.11:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #CC5FC5;
}
.text-color {
color: #CC5FC5;
}
.border-color {
border: 2px solid #CC5FC5;
}