#C575CC
A light, moderate magenta closely aligning with Orchid.
About #C575CC
When working with digital screens, the color #C575CC is rendered by mixing light. Designers often compare it to the standard color Orchid. This translates to an RGB value of rgb(197, 117, 204).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 3% cyan, 43% magenta, 0% yellow, and 20% black. With a hue angle of 295.2 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#C575CC
RGB197, 117, 204
HSL295.2°, 46.0%, 62.9%
CMYK3%, 43%, 0%, 20%
HSV295.2°, 42.6%, 80.0%
LAB60.7, 44.8, -32.2
XYZ40.3, 29.0, 60.6
Decimal12940748
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.09:1
Text on #FFFFFF
AA Large
6.79:1
Text on #000000
AA
2.96:1
Text on #F8FAFC
FAIL
5.77:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #C575CC;
}
.text-color {
color: #C575CC;
}
.border-color {
border: 2px solid #C575CC;
}