Shades of Heliotrope #DC78EC
Tints of Heliotrope #DC78EC
RGB
CMYK
RGB Variations
Color information
#DC78EC (or 0xDC78EC) is known color: Heliotrope. HEX triplet: DC, 78 and EC. RGB value is (220,120,236). Sum of RGB (Red+Green+Blue) = 220+120+236=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 120 (47.27% from 255 or 20.83% from 576); Blue value is 236 (92.58% from 255 or 40.97% from 576); Max value from RGB is 236 - color contains mainly: blue. Hex color #DC78EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC78EC is #238713. Grayscale: #A2A2A2. Windows color (decimal): -2328340 or 15497436. OLE color: 15497436.
HSL color Cylindrical-coordinate representation of color #DC78EC: hue angle of 291.72º degrees, saturation: 0.75, 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 #DC78EC is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 120 | 236 | - |
| CMYK | 0.07 | 0.49 | 0 | 0.07 |
| HSL | 291.72º | 0.75% | 0.7% | - |
| HSV(B) | 291.72º | 0.49% | 0.93% | - |
| XYZ | 51.37 | 34.7 | 83.35 | - |
| YUV | 163.12 | 169.13 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 120 | 236 | 0.07 | 0.49 | 0 | 0.07 | 291.72 | 0.75 | 0.7 |
| Hex | DC | 78 | EC | 7 | 31 | 0 | 7 | 124 | 4B | 46 |
| Octal | 334 | 170 | 354 | 7 | 61 | 0 | 7 | 444 | 113 | 106 |
| Binary | 11011100 | 1111000 | 11101100 | 111 | 110001 | 0 | 111 | 100100100 | 1001011 | 1000110 |
Color Harmonies of #DC78EC
Complementary color
Monochromatic Colors of #DC78EC
Black with #DC78EC
Text Example
Text Example
White with #DC78EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC78EC; }
p { color: rgb(220,120,236); }
H1.HeaderClassName
{
color: #DC78EC;
}
.AnyTagClassName
{
color: #DC78EC;
}
</style>
background-color css
<style>
a { background-color: #DC78EC; }
a { background-color: rgb(220,120,236); }
div.DivClassName
{
background-color: #DC78EC;
}
.BgClassName
{
background-color: #DC78EC;
}
</style>
border-color css
<style>
span { border-color: #DC78EC; }
span { border-color: rgb(220,120,236); }
td.TdClassName
{
border-color: #DC78EC;
}
.TagClassName
{
border-color: #DC78EC;
}
</style>