Shades of Heliotrope #DC78FF
Tints of Heliotrope #DC78FF
RGB
CMYK
RGB Variations
Color information
#DC78FF (or 0xDC78FF) is known color: Heliotrope. HEX triplet: DC, 78 and FF. RGB value is (220,120,255). Sum of RGB (Red+Green+Blue) = 220+120+255=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 120 (47.27% from 255 or 20.17% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC78FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC78FF is #238700. Grayscale: #A4A4A4. Windows color (decimal): -2328321 or 16742620. OLE color: 16742620.
HSL color Cylindrical-coordinate representation of color #DC78FF: hue angle of 284.44º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC78FF is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 120 | 255 | - |
| CMYK | 0.14 | 0.53 | 0 | 0 |
| HSL | 284.44º | 1% | 0.74% | - |
| HSV(B) | 284.44º | 0.53% | 1% | - |
| XYZ | 54.28 | 35.87 | 98.67 | - |
| YUV | 165.29 | 178.63 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 120 | 255 | 0.14 | 0.53 | 0 | 0 | 284.44 | 1 | 0.74 |
| Hex | DC | 78 | FF | E | 35 | 0 | 0 | 11C | 64 | 4A |
| Octal | 334 | 170 | 377 | 16 | 65 | 0 | 0 | 434 | 144 | 112 |
| Binary | 11011100 | 1111000 | 11111111 | 1110 | 110101 | 0 | 0 | 100011100 | 1100100 | 1001010 |
Color Harmonies of #DC78FF
Complementary color
Monochromatic Colors of #DC78FF
Black with #DC78FF
Text Example
Text Example
White with #DC78FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC78FF; }
p { color: rgb(220,120,255); }
H1.HeaderClassName
{
color: #DC78FF;
}
.AnyTagClassName
{
color: #DC78FF;
}
</style>
background-color css
<style>
a { background-color: #DC78FF; }
a { background-color: rgb(220,120,255); }
div.DivClassName
{
background-color: #DC78FF;
}
.BgClassName
{
background-color: #DC78FF;
}
</style>
border-color css
<style>
span { border-color: #DC78FF; }
span { border-color: rgb(220,120,255); }
td.TdClassName
{
border-color: #DC78FF;
}
.TagClassName
{
border-color: #DC78FF;
}
</style>