Shades of Heliotrope #DC60ED
Tints of Heliotrope #DC60ED
RGB
CMYK
RGB Variations
Color information
#DC60ED (or 0xDC60ED) is known color: Heliotrope. HEX triplet: DC, 60 and ED. RGB value is (220,96,237). Sum of RGB (Red+Green+Blue) = 220+96+237=553 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.78% from 553); Green value is 96 (37.89% from 255 or 17.36% from 553); Blue value is 237 (92.97% from 255 or 42.86% from 553); Max value from RGB is 237 - color contains mainly: blue. Hex color #DC60ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC60ED is #239F12. Grayscale: #949494. Windows color (decimal): -2334483 or 15556828. OLE color: 15556828.
HSL color Cylindrical-coordinate representation of color #DC60ED: hue angle of 292.77º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DC60ED is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 96 | 237 | - |
| CMYK | 0.07 | 0.59 | 0 | 0.07 |
| HSL | 292.77º | 0.8% | 0.65% | - |
| HSV(B) | 292.77º | 0.59% | 0.93% | - |
| XYZ | 48.98 | 29.7 | 83.27 | - |
| YUV | 149.15 | 177.58 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 96 | 237 | 0.07 | 0.59 | 0 | 0.07 | 292.77 | 0.8 | 0.65 |
| Hex | DC | 60 | ED | 7 | 3B | 0 | 7 | 125 | 50 | 41 |
| Octal | 334 | 140 | 355 | 7 | 73 | 0 | 7 | 445 | 120 | 101 |
| Binary | 11011100 | 1100000 | 11101101 | 111 | 111011 | 0 | 111 | 100100101 | 1010000 | 1000001 |
Color Harmonies of #DC60ED
Complementary color
Monochromatic Colors of #DC60ED
Black with #DC60ED
Text Example
Text Example
White with #DC60ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC60ED; }
p { color: rgb(220,96,237); }
H1.HeaderClassName
{
color: #DC60ED;
}
.AnyTagClassName
{
color: #DC60ED;
}
</style>
background-color css
<style>
a { background-color: #DC60ED; }
a { background-color: rgb(220,96,237); }
div.DivClassName
{
background-color: #DC60ED;
}
.BgClassName
{
background-color: #DC60ED;
}
</style>
border-color css
<style>
span { border-color: #DC60ED; }
span { border-color: rgb(220,96,237); }
td.TdClassName
{
border-color: #DC60ED;
}
.TagClassName
{
border-color: #DC60ED;
}
</style>