Shades of Heliotrope #D078ED
Tints of Heliotrope #D078ED
RGB
CMYK
RGB Variations
Color information
#D078ED (or 0xD078ED) is known color: Heliotrope. HEX triplet: D0, 78 and ED. RGB value is (208,120,237). Sum of RGB (Red+Green+Blue) = 208+120+237=565 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.81% from 565); Green value is 120 (47.27% from 255 or 21.24% from 565); Blue value is 237 (92.97% from 255 or 41.95% from 565); Max value from RGB is 237 - color contains mainly: blue. Hex color #D078ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D078ED is #2F8712. Grayscale: #9F9F9F. Windows color (decimal): -3114771 or 15562960. OLE color: 15562960.
HSL color Cylindrical-coordinate representation of color #D078ED: hue angle of 285.13º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D078ED is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 120 | 237 | - |
| CMYK | 0.12 | 0.49 | 0 | 0.07 |
| HSL | 285.13º | 0.76% | 0.7% | - |
| HSV(B) | 285.13º | 0.49% | 0.93% | - |
| XYZ | 48.01 | 32.96 | 83.95 | - |
| YUV | 159.65 | 171.65 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 120 | 237 | 0.12 | 0.49 | 0 | 0.07 | 285.13 | 0.76 | 0.7 |
| Hex | D0 | 78 | ED | C | 31 | 0 | 7 | 11D | 4C | 46 |
| Octal | 320 | 170 | 355 | 14 | 61 | 0 | 7 | 435 | 114 | 106 |
| Binary | 11010000 | 1111000 | 11101101 | 1100 | 110001 | 0 | 111 | 100011101 | 1001100 | 1000110 |
Color Harmonies of #D078ED
Complementary color
Monochromatic Colors of #D078ED
Black with #D078ED
Text Example
Text Example
White with #D078ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D078ED; }
p { color: rgb(208,120,237); }
H1.HeaderClassName
{
color: #D078ED;
}
.AnyTagClassName
{
color: #D078ED;
}
</style>
background-color css
<style>
a { background-color: #D078ED; }
a { background-color: rgb(208,120,237); }
div.DivClassName
{
background-color: #D078ED;
}
.BgClassName
{
background-color: #D078ED;
}
</style>
border-color css
<style>
span { border-color: #D078ED; }
span { border-color: rgb(208,120,237); }
td.TdClassName
{
border-color: #D078ED;
}
.TagClassName
{
border-color: #D078ED;
}
</style>