Shades of Heliotrope #DC78F8
Tints of Heliotrope #DC78F8
RGB
CMYK
RGB Variations
Color information
#DC78F8 (or 0xDC78F8) is known color: Heliotrope. HEX triplet: DC, 78 and F8. RGB value is (220,120,248). Sum of RGB (Red+Green+Blue) = 220+120+248=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 120 (47.27% from 255 or 20.41% from 588); Blue value is 248 (97.27% from 255 or 42.18% from 588); Max value from RGB is 248 - color contains mainly: blue. Hex color #DC78F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC78F8 is #238707. Grayscale: #A4A4A4. Windows color (decimal): -2328328 or 16283868. OLE color: 16283868.
HSL color Cylindrical-coordinate representation of color #DC78F8: hue angle of 286.88º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC78F8 is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 120 | 248 | - |
| CMYK | 0.11 | 0.52 | 0 | 0.03 |
| HSL | 286.88º | 0.9% | 0.72% | - |
| HSV(B) | 286.88º | 0.52% | 0.97% | - |
| XYZ | 53.17 | 35.43 | 92.84 | - |
| YUV | 164.49 | 175.13 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 120 | 248 | 0.11 | 0.52 | 0 | 0.03 | 286.88 | 0.9 | 0.72 |
| Hex | DC | 78 | F8 | B | 34 | 0 | 3 | 11F | 5A | 48 |
| Octal | 334 | 170 | 370 | 13 | 64 | 0 | 3 | 437 | 132 | 110 |
| Binary | 11011100 | 1111000 | 11111000 | 1011 | 110100 | 0 | 11 | 100011111 | 1011010 | 1001000 |
Color Harmonies of #DC78F8
Complementary color
Monochromatic Colors of #DC78F8
Black with #DC78F8
Text Example
Text Example
White with #DC78F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC78F8; }
p { color: rgb(220,120,248); }
H1.HeaderClassName
{
color: #DC78F8;
}
.AnyTagClassName
{
color: #DC78F8;
}
</style>
background-color css
<style>
a { background-color: #DC78F8; }
a { background-color: rgb(220,120,248); }
div.DivClassName
{
background-color: #DC78F8;
}
.BgClassName
{
background-color: #DC78F8;
}
</style>
border-color css
<style>
span { border-color: #DC78F8; }
span { border-color: rgb(220,120,248); }
td.TdClassName
{
border-color: #DC78F8;
}
.TagClassName
{
border-color: #DC78F8;
}
</style>