#C550F0
A light, vivid purple closely aligning with Darkorchid.
About #C550F0
The hex code #C550F0 represents a beautifully specific shade of purple. If you're using CSS, you might find it aligns closely with Darkorchid. Its digital footprint relies on 197 parts red, 80 parts green, and 240 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 18% C, 67% M, 0% Y, and 6% K. The HSL representation is 283.9° hue, 84.2% saturation, and 62.7% lightness.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#C550F0
RGB197, 80, 240
HSL283.9°, 84.2%, 62.7%
CMYK18%, 67%, 0%, 6%
HSV283.9°, 66.7%, 94.1%
LAB56.0, 69.4, -59.9
XYZ41.6, 23.9, 84.9
Decimal12931312
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.63:1
Text on #FFFFFF
AA Large
5.78:1
Text on #000000
AA
3.47:1
Text on #F8FAFC
AA Large
4.91:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #C550F0;
}
.text-color {
color: #C550F0;
}
.border-color {
border: 2px solid #C550F0;
}