Shades of Heliotrope #DC78ED
Tints of Heliotrope #DC78ED
RGB
CMYK
RGB Variations
Color information
#DC78ED (or 0xDC78ED) is known color: Heliotrope. HEX triplet: DC, 78 and ED. RGB value is (220,120,237). Sum of RGB (Red+Green+Blue) = 220+120+237=577 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.13% from 577); Green value is 120 (47.27% from 255 or 20.80% from 577); Blue value is 237 (92.97% from 255 or 41.07% from 577); Max value from RGB is 237 - color contains mainly: blue. Hex color #DC78ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC78ED is #238712. Grayscale: #A2A2A2. Windows color (decimal): -2328339 or 15562972. OLE color: 15562972.
HSL color Cylindrical-coordinate representation of color #DC78ED: hue angle of 291.28º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DC78ED is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 120 | 237 | - |
| CMYK | 0.07 | 0.49 | 0 | 0.07 |
| HSL | 291.28º | 0.76% | 0.7% | - |
| HSV(B) | 291.28º | 0.49% | 0.93% | - |
| XYZ | 51.52 | 34.76 | 84.12 | - |
| YUV | 163.24 | 169.63 | 168.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 120 | 237 | 0.07 | 0.49 | 0 | 0.07 | 291.28 | 0.76 | 0.7 |
| Hex | DC | 78 | ED | 7 | 31 | 0 | 7 | 123 | 4C | 46 |
| Octal | 334 | 170 | 355 | 7 | 61 | 0 | 7 | 443 | 114 | 106 |
| Binary | 11011100 | 1111000 | 11101101 | 111 | 110001 | 0 | 111 | 100100011 | 1001100 | 1000110 |
Color Harmonies of #DC78ED
Complementary color
Monochromatic Colors of #DC78ED
Black with #DC78ED
Text Example
Text Example
White with #DC78ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC78ED; }
p { color: rgb(220,120,237); }
H1.HeaderClassName
{
color: #DC78ED;
}
.AnyTagClassName
{
color: #DC78ED;
}
</style>
background-color css
<style>
a { background-color: #DC78ED; }
a { background-color: rgb(220,120,237); }
div.DivClassName
{
background-color: #DC78ED;
}
.BgClassName
{
background-color: #DC78ED;
}
</style>
border-color css
<style>
span { border-color: #DC78ED; }
span { border-color: rgb(220,120,237); }
td.TdClassName
{
border-color: #DC78ED;
}
.TagClassName
{
border-color: #DC78ED;
}
</style>