Shades of Heliotrope #DC5CF6
Tints of Heliotrope #DC5CF6
RGB
CMYK
RGB Variations
Color information
#DC5CF6 (or 0xDC5CF6) is known color: Heliotrope. HEX triplet: DC, 5C and F6. RGB value is (220,92,246). Sum of RGB (Red+Green+Blue) = 220+92+246=558 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.43% from 558); Green value is 92 (36.33% from 255 or 16.49% from 558); Blue value is 246 (96.48% from 255 or 44.09% from 558); Max value from RGB is 246 - color contains mainly: blue. Hex color #DC5CF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC5CF6 is #23A309. Grayscale: #939393. Windows color (decimal): -2335498 or 16145628. OLE color: 16145628.
HSL color Cylindrical-coordinate representation of color #DC5CF6: hue angle of 289.87º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DC5CF6 is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 92 | 246 | - |
| CMYK | 0.11 | 0.63 | 0 | 0.04 |
| HSL | 289.87º | 0.9% | 0.66% | - |
| HSV(B) | 289.87º | 0.63% | 0.96% | - |
| XYZ | 49.98 | 29.52 | 90.25 | - |
| YUV | 147.83 | 183.41 | 179.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 92 | 246 | 0.11 | 0.63 | 0 | 0.04 | 289.87 | 0.9 | 0.66 |
| Hex | DC | 5C | F6 | B | 3F | 0 | 4 | 122 | 5A | 42 |
| Octal | 334 | 134 | 366 | 13 | 77 | 0 | 4 | 442 | 132 | 102 |
| Binary | 11011100 | 1011100 | 11110110 | 1011 | 111111 | 0 | 100 | 100100010 | 1011010 | 1000010 |
Color Harmonies of #DC5CF6
Complementary color
Monochromatic Colors of #DC5CF6
Black with #DC5CF6
Text Example
Text Example
White with #DC5CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5CF6; }
p { color: rgb(220,92,246); }
H1.HeaderClassName
{
color: #DC5CF6;
}
.AnyTagClassName
{
color: #DC5CF6;
}
</style>
background-color css
<style>
a { background-color: #DC5CF6; }
a { background-color: rgb(220,92,246); }
div.DivClassName
{
background-color: #DC5CF6;
}
.BgClassName
{
background-color: #DC5CF6;
}
</style>
border-color css
<style>
span { border-color: #DC5CF6; }
span { border-color: rgb(220,92,246); }
td.TdClassName
{
border-color: #DC5CF6;
}
.TagClassName
{
border-color: #DC5CF6;
}
</style>