Shades of Heliotrope #DC78F0
Tints of Heliotrope #DC78F0
RGB
CMYK
RGB Variations
Color information
#DC78F0 (or 0xDC78F0) is known color: Heliotrope. HEX triplet: DC, 78 and F0. RGB value is (220,120,240). Sum of RGB (Red+Green+Blue) = 220+120+240=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 120 (47.27% from 255 or 20.69% from 580); Blue value is 240 (94.14% from 255 or 41.38% from 580); Max value from RGB is 240 - color contains mainly: blue. Hex color #DC78F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC78F0 is #23870F. Grayscale: #A3A3A3. Windows color (decimal): -2328336 or 15759580. OLE color: 15759580.
HSL color Cylindrical-coordinate representation of color #DC78F0: hue angle of 290º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC78F0 is Cyan = 0.08, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 120 | 240 | - |
| CMYK | 0.08 | 0.5 | 0 | 0.06 |
| HSL | 290º | 0.8% | 0.71% | - |
| HSV(B) | 290º | 0.5% | 0.94% | - |
| XYZ | 51.96 | 34.94 | 86.44 | - |
| YUV | 163.58 | 171.13 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 120 | 240 | 0.08 | 0.5 | 0 | 0.06 | 290 | 0.8 | 0.71 |
| Hex | DC | 78 | F0 | 8 | 32 | 0 | 6 | 122 | 50 | 47 |
| Octal | 334 | 170 | 360 | 10 | 62 | 0 | 6 | 442 | 120 | 107 |
| Binary | 11011100 | 1111000 | 11110000 | 1000 | 110010 | 0 | 110 | 100100010 | 1010000 | 1000111 |
Color Harmonies of #DC78F0
Complementary color
Monochromatic Colors of #DC78F0
Black with #DC78F0
Text Example
Text Example
White with #DC78F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC78F0; }
p { color: rgb(220,120,240); }
H1.HeaderClassName
{
color: #DC78F0;
}
.AnyTagClassName
{
color: #DC78F0;
}
</style>
background-color css
<style>
a { background-color: #DC78F0; }
a { background-color: rgb(220,120,240); }
div.DivClassName
{
background-color: #DC78F0;
}
.BgClassName
{
background-color: #DC78F0;
}
</style>
border-color css
<style>
span { border-color: #DC78F0; }
span { border-color: rgb(220,120,240); }
td.TdClassName
{
border-color: #DC78F0;
}
.TagClassName
{
border-color: #DC78F0;
}
</style>