Shades of Heliotrope #D77EED
Tints of Heliotrope #D77EED
RGB
CMYK
RGB Variations
Color information
#D77EED (or 0xD77EED) is known color: Heliotrope. HEX triplet: D7, 7E and ED. RGB value is (215,126,237). Sum of RGB (Red+Green+Blue) = 215+126+237=578 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.20% from 578); Green value is 126 (49.61% from 255 or 21.80% from 578); Blue value is 237 (92.97% from 255 or 41.00% from 578); Max value from RGB is 237 - color contains mainly: blue. Hex color #D77EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D77EED is #288112. Grayscale: #A4A4A4. Windows color (decimal): -2654483 or 15564503. OLE color: 15564503.
HSL color Cylindrical-coordinate representation of color #D77EED: hue angle of 288.11º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D77EED is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 126 | 237 | - |
| CMYK | 0.09 | 0.47 | 0 | 0.07 |
| HSL | 288.11º | 0.76% | 0.71% | - |
| HSV(B) | 288.11º | 0.47% | 0.93% | - |
| XYZ | 50.77 | 35.48 | 84.29 | - |
| YUV | 165.27 | 168.49 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 126 | 237 | 0.09 | 0.47 | 0 | 0.07 | 288.11 | 0.76 | 0.71 |
| Hex | D7 | 7E | ED | 9 | 2F | 0 | 7 | 120 | 4C | 47 |
| Octal | 327 | 176 | 355 | 11 | 57 | 0 | 7 | 440 | 114 | 107 |
| Binary | 11010111 | 1111110 | 11101101 | 1001 | 101111 | 0 | 111 | 100100000 | 1001100 | 1000111 |
Color Harmonies of #D77EED
Complementary color
Monochromatic Colors of #D77EED
Black with #D77EED
Text Example
Text Example
White with #D77EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77EED; }
p { color: rgb(215,126,237); }
H1.HeaderClassName
{
color: #D77EED;
}
.AnyTagClassName
{
color: #D77EED;
}
</style>
background-color css
<style>
a { background-color: #D77EED; }
a { background-color: rgb(215,126,237); }
div.DivClassName
{
background-color: #D77EED;
}
.BgClassName
{
background-color: #D77EED;
}
</style>
border-color css
<style>
span { border-color: #D77EED; }
span { border-color: rgb(215,126,237); }
td.TdClassName
{
border-color: #D77EED;
}
.TagClassName
{
border-color: #D77EED;
}
</style>