Shades of Heliotrope #D77EFB
Tints of Heliotrope #D77EFB
RGB
CMYK
RGB Variations
Color information
#D77EFB (or 0xD77EFB) is known color: Heliotrope. HEX triplet: D7, 7E and FB. RGB value is (215,126,251). Sum of RGB (Red+Green+Blue) = 215+126+251=592 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.32% from 592); Green value is 126 (49.61% from 255 or 21.28% from 592); Blue value is 251 (98.44% from 255 or 42.40% from 592); Max value from RGB is 251 - color contains mainly: blue. Hex color #D77EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D77EFB is #288104. Grayscale: #A6A6A6. Windows color (decimal): -2654469 or 16482007. OLE color: 16482007.
HSL color Cylindrical-coordinate representation of color #D77EFB: hue angle of 282.72º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D77EFB is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 215 | 126 | 251 | - |
| CMYK | 0.14 | 0.50 | 0 | 0.02 |
| HSL | 282.72º | 0.94% | 0.74% | - |
| HSV(B) | 282.72º | 0.5% | 0.98% | - |
| XYZ | 52.9 | 36.33 | 95.49 | - |
| YUV | 166.86 | 175.49 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 126 | 251 | 0.14 | 0.50 | 0 | 0.02 | 282.72 | 0.94 | 0.74 |
| Hex | D7 | 7E | FB | E | 32 | 0 | 2 | 11B | 5E | 4A |
| Octal | 327 | 176 | 373 | 16 | 62 | 0 | 2 | 433 | 136 | 112 |
| Binary | 11010111 | 1111110 | 11111011 | 1110 | 110010 | 0 | 10 | 100011011 | 1011110 | 1001010 |
Color Harmonies of #D77EFB
Complementary color
Monochromatic Colors of #D77EFB
Black with #D77EFB
Text Example
Text Example
White with #D77EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77EFB; }
p { color: rgb(215,126,251); }
H1.HeaderClassName
{
color: #D77EFB;
}
.AnyTagClassName
{
color: #D77EFB;
}
</style>
background-color css
<style>
a { background-color: #D77EFB; }
a { background-color: rgb(215,126,251); }
div.DivClassName
{
background-color: #D77EFB;
}
.BgClassName
{
background-color: #D77EFB;
}
</style>
border-color css
<style>
span { border-color: #D77EFB; }
span { border-color: rgb(215,126,251); }
td.TdClassName
{
border-color: #D77EFB;
}
.TagClassName
{
border-color: #D77EFB;
}
</style>