Shades of Heliotrope #D78BFE
Tints of Heliotrope #D78BFE
RGB
CMYK
RGB Variations
Color information
#D78BFE (or 0xD78BFE) is known color: Heliotrope. HEX triplet: D7, 8B and FE. RGB value is (215,139,254). Sum of RGB (Red+Green+Blue) = 215+139+254=608 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.36% from 608); Green value is 139 (54.69% from 255 or 22.86% from 608); Blue value is 254 (99.61% from 255 or 41.78% from 608); Max value from RGB is 254 - color contains mainly: blue. Hex color #D78BFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D78BFE is #287401. Grayscale: #AEAEAE. Windows color (decimal): -2651138 or 16681943. OLE color: 16681943.
HSL color Cylindrical-coordinate representation of color #D78BFE: hue angle of 279.65º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D78BFE is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 215 | 139 | 254 | - |
| CMYK | 0.15 | 0.45 | 0 | 0.00 |
| HSL | 279.65º | 0.98% | 0.77% | - |
| HSV(B) | 279.65º | 0.45% | 1% | - |
| XYZ | 55.15 | 40.07 | 98.59 | - |
| YUV | 174.83 | 172.68 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 139 | 254 | 0.15 | 0.45 | 0 | 0.00 | 279.65 | 0.98 | 0.77 |
| Hex | D7 | 8B | FE | F | 2D | 0 | 0 | 118 | 62 | 4D |
| Octal | 327 | 213 | 376 | 17 | 55 | 0 | 0 | 430 | 142 | 115 |
| Binary | 11010111 | 10001011 | 11111110 | 1111 | 101101 | 0 | 0 | 100011000 | 1100010 | 1001101 |
Color Harmonies of #D78BFE
Complementary color
Monochromatic Colors of #D78BFE
Black with #D78BFE
Text Example
Text Example
White with #D78BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78BFE; }
p { color: rgb(215,139,254); }
H1.HeaderClassName
{
color: #D78BFE;
}
.AnyTagClassName
{
color: #D78BFE;
}
</style>
background-color css
<style>
a { background-color: #D78BFE; }
a { background-color: rgb(215,139,254); }
div.DivClassName
{
background-color: #D78BFE;
}
.BgClassName
{
background-color: #D78BFE;
}
</style>
border-color css
<style>
span { border-color: #D78BFE; }
span { border-color: rgb(215,139,254); }
td.TdClassName
{
border-color: #D78BFE;
}
.TagClassName
{
border-color: #D78BFE;
}
</style>