Shades of Heliotrope #D078EA
Tints of Heliotrope #D078EA
RGB
CMYK
RGB Variations
Color information
#D078EA (or 0xD078EA) is known color: Heliotrope. HEX triplet: D0, 78 and EA. RGB value is (208,120,234). Sum of RGB (Red+Green+Blue) = 208+120+234=562 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.01% from 562); Green value is 120 (47.27% from 255 or 21.35% from 562); Blue value is 234 (91.80% from 255 or 41.64% from 562); Max value from RGB is 234 - color contains mainly: blue. Hex color #D078EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D078EA is #2F8715. Grayscale: #9E9E9E. Windows color (decimal): -3114774 or 15366352. OLE color: 15366352.
HSL color Cylindrical-coordinate representation of color #D078EA: hue angle of 286.32º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D078EA is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 120 | 234 | - |
| CMYK | 0.11 | 0.49 | 0 | 0.08 |
| HSL | 286.32º | 0.73% | 0.69% | - |
| HSV(B) | 286.32º | 0.49% | 0.92% | - |
| XYZ | 47.58 | 32.78 | 81.66 | - |
| YUV | 159.31 | 170.15 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 120 | 234 | 0.11 | 0.49 | 0 | 0.08 | 286.32 | 0.73 | 0.69 |
| Hex | D0 | 78 | EA | B | 31 | 0 | 8 | 11E | 49 | 45 |
| Octal | 320 | 170 | 352 | 13 | 61 | 0 | 10 | 436 | 111 | 105 |
| Binary | 11010000 | 1111000 | 11101010 | 1011 | 110001 | 0 | 1000 | 100011110 | 1001001 | 1000101 |
Color Harmonies of #D078EA
Complementary color
Monochromatic Colors of #D078EA
Black with #D078EA
Text Example
Text Example
White with #D078EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D078EA; }
p { color: rgb(208,120,234); }
H1.HeaderClassName
{
color: #D078EA;
}
.AnyTagClassName
{
color: #D078EA;
}
</style>
background-color css
<style>
a { background-color: #D078EA; }
a { background-color: rgb(208,120,234); }
div.DivClassName
{
background-color: #D078EA;
}
.BgClassName
{
background-color: #D078EA;
}
</style>
border-color css
<style>
span { border-color: #D078EA; }
span { border-color: rgb(208,120,234); }
td.TdClassName
{
border-color: #D078EA;
}
.TagClassName
{
border-color: #D078EA;
}
</style>