Shades of Heliotrope #D78EFE
Tints of Heliotrope #D78EFE
RGB
CMYK
RGB Variations
Color information
#D78EFE (or 0xD78EFE) is known color: Heliotrope. HEX triplet: D7, 8E and FE. RGB value is (215,142,254). Sum of RGB (Red+Green+Blue) = 215+142+254=611 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.19% from 611); Green value is 142 (55.86% from 255 or 23.24% from 611); Blue value is 254 (99.61% from 255 or 41.57% from 611); Max value from RGB is 254 - color contains mainly: blue. Hex color #D78EFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D78EFE is #287101. Grayscale: #B0B0B0. Windows color (decimal): -2650370 or 16682711. OLE color: 16682711.
HSL color Cylindrical-coordinate representation of color #D78EFE: hue angle of 279.11º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D78EFE is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 215 | 142 | 254 | - |
| CMYK | 0.15 | 0.44 | 0 | 0.00 |
| HSL | 279.11º | 0.98% | 0.78% | - |
| HSV(B) | 279.11º | 0.44% | 1% | - |
| XYZ | 55.59 | 40.95 | 98.74 | - |
| YUV | 176.6 | 171.68 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 142 | 254 | 0.15 | 0.44 | 0 | 0.00 | 279.11 | 0.98 | 0.78 |
| Hex | D7 | 8E | FE | F | 2C | 0 | 0 | 117 | 62 | 4E |
| Octal | 327 | 216 | 376 | 17 | 54 | 0 | 0 | 427 | 142 | 116 |
| Binary | 11010111 | 10001110 | 11111110 | 1111 | 101100 | 0 | 0 | 100010111 | 1100010 | 1001110 |
Color Harmonies of #D78EFE
Complementary color
Monochromatic Colors of #D78EFE
Black with #D78EFE
Text Example
Text Example
White with #D78EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78EFE; }
p { color: rgb(215,142,254); }
H1.HeaderClassName
{
color: #D78EFE;
}
.AnyTagClassName
{
color: #D78EFE;
}
</style>
background-color css
<style>
a { background-color: #D78EFE; }
a { background-color: rgb(215,142,254); }
div.DivClassName
{
background-color: #D78EFE;
}
.BgClassName
{
background-color: #D78EFE;
}
</style>
border-color css
<style>
span { border-color: #D78EFE; }
span { border-color: rgb(215,142,254); }
td.TdClassName
{
border-color: #D78EFE;
}
.TagClassName
{
border-color: #D78EFE;
}
</style>