#C56DFF
A light, vivid purple closely aligning with Mediumorchid.
About #C56DFF
When working with digital screens, the color #C56DFF is rendered by mixing light. Its closest recognized web color is Mediumorchid. This translates to an RGB value of rgb(197, 109, 255).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 23% cyan, 57% magenta, 0% yellow, and 0% black. With a hue angle of 276.2 degrees, it sits comfortably in the purple spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#C56DFF
RGB197, 109, 255
HSL276.2°, 100.0%, 71.4%
CMYK23%, 57%, 0%, 0%
HSV276.2°, 57.3%, 100.0%
LAB61.7, 59.3, -59.1
XYZ46.5, 30.0, 98.0
Decimal12938751
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.00:1
Text on #FFFFFF
FAIL
7.01:1
Text on #000000
AAA
2.87:1
Text on #F8FAFC
FAIL
5.96:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #C56DFF;
}
.text-color {
color: #C56DFF;
}
.border-color {
border: 2px solid #C56DFF;
}