Shades of Heliotrope #DC78F9
Tints of Heliotrope #DC78F9
RGB
CMYK
RGB Variations
Color information
#DC78F9 (or 0xDC78F9) is known color: Heliotrope. HEX triplet: DC, 78 and F9. RGB value is (220,120,249). Sum of RGB (Red+Green+Blue) = 220+120+249=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 120 (47.27% from 255 or 20.37% from 589); Blue value is 249 (97.66% from 255 or 42.28% from 589); Max value from RGB is 249 - color contains mainly: blue. Hex color #DC78F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC78F9 is #238706. Grayscale: #A4A4A4. Windows color (decimal): -2328327 or 16349404. OLE color: 16349404.
HSL color Cylindrical-coordinate representation of color #DC78F9: hue angle of 286.51º degrees, saturation: 0.91, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC78F9 is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 120 | 249 | - |
| CMYK | 0.12 | 0.52 | 0 | 0.02 |
| HSL | 286.51º | 0.91% | 0.72% | - |
| HSV(B) | 286.51º | 0.52% | 0.98% | - |
| XYZ | 53.33 | 35.49 | 93.66 | - |
| YUV | 164.61 | 175.63 | 167.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 120 | 249 | 0.12 | 0.52 | 0 | 0.02 | 286.51 | 0.91 | 0.72 |
| Hex | DC | 78 | F9 | C | 34 | 0 | 2 | 11F | 5B | 48 |
| Octal | 334 | 170 | 371 | 14 | 64 | 0 | 2 | 437 | 133 | 110 |
| Binary | 11011100 | 1111000 | 11111001 | 1100 | 110100 | 0 | 10 | 100011111 | 1011011 | 1001000 |
Color Harmonies of #DC78F9
Complementary color
Monochromatic Colors of #DC78F9
Black with #DC78F9
Text Example
Text Example
White with #DC78F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC78F9; }
p { color: rgb(220,120,249); }
H1.HeaderClassName
{
color: #DC78F9;
}
.AnyTagClassName
{
color: #DC78F9;
}
</style>
background-color css
<style>
a { background-color: #DC78F9; }
a { background-color: rgb(220,120,249); }
div.DivClassName
{
background-color: #DC78F9;
}
.BgClassName
{
background-color: #DC78F9;
}
</style>
border-color css
<style>
span { border-color: #DC78F9; }
span { border-color: rgb(220,120,249); }
td.TdClassName
{
border-color: #DC78F9;
}
.TagClassName
{
border-color: #DC78F9;
}
</style>