Shades of Heliotrope #D78BFC
Tints of Heliotrope #D78BFC
RGB
CMYK
RGB Variations
Color information
#D78BFC (or 0xD78BFC) is known color: Heliotrope. HEX triplet: D7, 8B and FC. RGB value is (215,139,252). Sum of RGB (Red+Green+Blue) = 215+139+252=606 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.48% from 606); Green value is 139 (54.69% from 255 or 22.94% from 606); Blue value is 252 (98.83% from 255 or 41.58% from 606); Max value from RGB is 252 - color contains mainly: blue. Hex color #D78BFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D78BFC is #287403. Grayscale: #AEAEAE. Windows color (decimal): -2651140 or 16550871. OLE color: 16550871.
HSL color Cylindrical-coordinate representation of color #D78BFC: hue angle of 280.35º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D78BFC is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 215 | 139 | 252 | - |
| CMYK | 0.15 | 0.45 | 0 | 0.01 |
| HSL | 280.35º | 0.95% | 0.77% | - |
| HSV(B) | 280.35º | 0.45% | 0.99% | - |
| XYZ | 54.83 | 39.94 | 96.92 | - |
| YUV | 174.61 | 171.68 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 139 | 252 | 0.15 | 0.45 | 0 | 0.01 | 280.35 | 0.95 | 0.77 |
| Hex | D7 | 8B | FC | F | 2D | 0 | 1 | 118 | 5F | 4D |
| Octal | 327 | 213 | 374 | 17 | 55 | 0 | 1 | 430 | 137 | 115 |
| Binary | 11010111 | 10001011 | 11111100 | 1111 | 101101 | 0 | 1 | 100011000 | 1011111 | 1001101 |
Color Harmonies of #D78BFC
Complementary color
Monochromatic Colors of #D78BFC
Black with #D78BFC
Text Example
Text Example
White with #D78BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78BFC; }
p { color: rgb(215,139,252); }
H1.HeaderClassName
{
color: #D78BFC;
}
.AnyTagClassName
{
color: #D78BFC;
}
</style>
background-color css
<style>
a { background-color: #D78BFC; }
a { background-color: rgb(215,139,252); }
div.DivClassName
{
background-color: #D78BFC;
}
.BgClassName
{
background-color: #D78BFC;
}
</style>
border-color css
<style>
span { border-color: #D78BFC; }
span { border-color: rgb(215,139,252); }
td.TdClassName
{
border-color: #D78BFC;
}
.TagClassName
{
border-color: #D78BFC;
}
</style>