Shades of Heliotrope #DC78F4
Tints of Heliotrope #DC78F4
RGB
CMYK
RGB Variations
Color information
#DC78F4 (or 0xDC78F4) is known color: Heliotrope. HEX triplet: DC, 78 and F4. RGB value is (220,120,244). Sum of RGB (Red+Green+Blue) = 220+120+244=584 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.67% from 584); Green value is 120 (47.27% from 255 or 20.55% from 584); Blue value is 244 (95.70% from 255 or 41.78% from 584); Max value from RGB is 244 - color contains mainly: blue. Hex color #DC78F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC78F4 is #23870B. Grayscale: #A3A3A3. Windows color (decimal): -2328332 or 16021724. OLE color: 16021724.
HSL color Cylindrical-coordinate representation of color #DC78F4: hue angle of 288.39º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC78F4 is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 120 | 244 | - |
| CMYK | 0.10 | 0.51 | 0 | 0.04 |
| HSL | 288.39º | 0.85% | 0.71% | - |
| HSV(B) | 288.39º | 0.51% | 0.96% | - |
| XYZ | 52.56 | 35.18 | 89.61 | - |
| YUV | 164.04 | 173.13 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 120 | 244 | 0.10 | 0.51 | 0 | 0.04 | 288.39 | 0.85 | 0.71 |
| Hex | DC | 78 | F4 | A | 33 | 0 | 4 | 120 | 55 | 47 |
| Octal | 334 | 170 | 364 | 12 | 63 | 0 | 4 | 440 | 125 | 107 |
| Binary | 11011100 | 1111000 | 11110100 | 1010 | 110011 | 0 | 100 | 100100000 | 1010101 | 1000111 |
Color Harmonies of #DC78F4
Complementary color
Monochromatic Colors of #DC78F4
Black with #DC78F4
Text Example
Text Example
White with #DC78F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC78F4; }
p { color: rgb(220,120,244); }
H1.HeaderClassName
{
color: #DC78F4;
}
.AnyTagClassName
{
color: #DC78F4;
}
</style>
background-color css
<style>
a { background-color: #DC78F4; }
a { background-color: rgb(220,120,244); }
div.DivClassName
{
background-color: #DC78F4;
}
.BgClassName
{
background-color: #DC78F4;
}
</style>
border-color css
<style>
span { border-color: #DC78F4; }
span { border-color: rgb(220,120,244); }
td.TdClassName
{
border-color: #DC78F4;
}
.TagClassName
{
border-color: #DC78F4;
}
</style>