Shades of Heliotrope #DC5FFC
Tints of Heliotrope #DC5FFC
RGB
CMYK
RGB Variations
Color information
#DC5FFC (or 0xDC5FFC) is known color: Heliotrope. HEX triplet: DC, 5F and FC. RGB value is (220,95,252). Sum of RGB (Red+Green+Blue) = 220+95+252=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 95 (37.5% from 255 or 16.75% from 567); Blue value is 252 (98.83% from 255 or 44.44% from 567); Max value from RGB is 252 - color contains mainly: blue. Hex color #DC5FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC5FFC is #23A003. Grayscale: #959595. Windows color (decimal): -2334724 or 16539612. OLE color: 16539612.
HSL color Cylindrical-coordinate representation of color #DC5FFC: hue angle of 287.77º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC5FFC is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 95 | 252 | - |
| CMYK | 0.13 | 0.62 | 0 | 0.01 |
| HSL | 287.77º | 0.96% | 0.68% | - |
| HSV(B) | 287.77º | 0.62% | 0.99% | - |
| XYZ | 51.18 | 30.43 | 95.27 | - |
| YUV | 150.27 | 185.41 | 177.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 95 | 252 | 0.13 | 0.62 | 0 | 0.01 | 287.77 | 0.96 | 0.68 |
| Hex | DC | 5F | FC | D | 3E | 0 | 1 | 120 | 60 | 44 |
| Octal | 334 | 137 | 374 | 15 | 76 | 0 | 1 | 440 | 140 | 104 |
| Binary | 11011100 | 1011111 | 11111100 | 1101 | 111110 | 0 | 1 | 100100000 | 1100000 | 1000100 |
Color Harmonies of #DC5FFC
Complementary color
Monochromatic Colors of #DC5FFC
Black with #DC5FFC
Text Example
Text Example
White with #DC5FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5FFC; }
p { color: rgb(220,95,252); }
H1.HeaderClassName
{
color: #DC5FFC;
}
.AnyTagClassName
{
color: #DC5FFC;
}
</style>
background-color css
<style>
a { background-color: #DC5FFC; }
a { background-color: rgb(220,95,252); }
div.DivClassName
{
background-color: #DC5FFC;
}
.BgClassName
{
background-color: #DC5FFC;
}
</style>
border-color css
<style>
span { border-color: #DC5FFC; }
span { border-color: rgb(220,95,252); }
td.TdClassName
{
border-color: #DC5FFC;
}
.TagClassName
{
border-color: #DC5FFC;
}
</style>