Shades of Heliotrope #D78BFF
Tints of Heliotrope #D78BFF
RGB
CMYK
RGB Variations
Color information
#D78BFF (or 0xD78BFF) is known color: Heliotrope. HEX triplet: D7, 8B and FF. RGB value is (215,139,255). Sum of RGB (Red+Green+Blue) = 215+139+255=609 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.30% from 609); Green value is 139 (54.69% from 255 or 22.82% from 609); Blue value is 255 (100% from 255 or 41.87% from 609); Max value from RGB is 255 - color contains mainly: blue. Hex color #D78BFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D78BFF is #287400. Grayscale: #AEAEAE. Windows color (decimal): -2651137 or 16747479. OLE color: 16747479.
HSL color Cylindrical-coordinate representation of color #D78BFF: hue angle of 279.31º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D78BFF is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 215 | 139 | 255 | - |
| CMYK | 0.16 | 0.45 | 0 | 0 |
| HSL | 279.31º | 1% | 0.77% | - |
| HSV(B) | 279.31º | 0.45% | 1% | - |
| XYZ | 55.31 | 40.13 | 99.44 | - |
| YUV | 174.95 | 173.18 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 139 | 255 | 0.16 | 0.45 | 0 | 0 | 279.31 | 1 | 0.77 |
| Hex | D7 | 8B | FF | 10 | 2D | 0 | 0 | 117 | 64 | 4D |
| Octal | 327 | 213 | 377 | 20 | 55 | 0 | 0 | 427 | 144 | 115 |
| Binary | 11010111 | 10001011 | 11111111 | 10000 | 101101 | 0 | 0 | 100010111 | 1100100 | 1001101 |
Color Harmonies of #D78BFF
Complementary color
Monochromatic Colors of #D78BFF
Black with #D78BFF
Text Example
Text Example
White with #D78BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78BFF; }
p { color: rgb(215,139,255); }
H1.HeaderClassName
{
color: #D78BFF;
}
.AnyTagClassName
{
color: #D78BFF;
}
</style>
background-color css
<style>
a { background-color: #D78BFF; }
a { background-color: rgb(215,139,255); }
div.DivClassName
{
background-color: #D78BFF;
}
.BgClassName
{
background-color: #D78BFF;
}
</style>
border-color css
<style>
span { border-color: #D78BFF; }
span { border-color: rgb(215,139,255); }
td.TdClassName
{
border-color: #D78BFF;
}
.TagClassName
{
border-color: #D78BFF;
}
</style>