Shades of Heliotrope #D078FA
Tints of Heliotrope #D078FA
RGB
CMYK
RGB Variations
Color information
#D078FA (or 0xD078FA) is known color: Heliotrope. HEX triplet: D0, 78 and FA. RGB value is (208,120,250). Sum of RGB (Red+Green+Blue) = 208+120+250=578 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.99% from 578); Green value is 120 (47.27% from 255 or 20.76% from 578); Blue value is 250 (98.05% from 255 or 43.25% from 578); Max value from RGB is 250 - color contains mainly: blue. Hex color #D078FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D078FA is #2F8705. Grayscale: #A0A0A0. Windows color (decimal): -3114758 or 16414928. OLE color: 16414928.
HSL color Cylindrical-coordinate representation of color #D078FA: hue angle of 280.62º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D078FA is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 120 | 250 | - |
| CMYK | 0.17 | 0.52 | 0 | 0.02 |
| HSL | 280.62º | 0.93% | 0.73% | - |
| HSV(B) | 280.62º | 0.52% | 0.98% | - |
| XYZ | 49.98 | 33.74 | 94.32 | - |
| YUV | 161.13 | 178.15 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 120 | 250 | 0.17 | 0.52 | 0 | 0.02 | 280.62 | 0.93 | 0.73 |
| Hex | D0 | 78 | FA | 11 | 34 | 0 | 2 | 119 | 5D | 49 |
| Octal | 320 | 170 | 372 | 21 | 64 | 0 | 2 | 431 | 135 | 111 |
| Binary | 11010000 | 1111000 | 11111010 | 10001 | 110100 | 0 | 10 | 100011001 | 1011101 | 1001001 |
Color Harmonies of #D078FA
Complementary color
Monochromatic Colors of #D078FA
Black with #D078FA
Text Example
Text Example
White with #D078FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D078FA; }
p { color: rgb(208,120,250); }
H1.HeaderClassName
{
color: #D078FA;
}
.AnyTagClassName
{
color: #D078FA;
}
</style>
background-color css
<style>
a { background-color: #D078FA; }
a { background-color: rgb(208,120,250); }
div.DivClassName
{
background-color: #D078FA;
}
.BgClassName
{
background-color: #D078FA;
}
</style>
border-color css
<style>
span { border-color: #D078FA; }
span { border-color: rgb(208,120,250); }
td.TdClassName
{
border-color: #D078FA;
}
.TagClassName
{
border-color: #D078FA;
}
</style>