Shades of Heliotrope #D77BED
Tints of Heliotrope #D77BED
RGB
CMYK
RGB Variations
Color information
#D77BED (or 0xD77BED) is known color: Heliotrope. HEX triplet: D7, 7B and ED. RGB value is (215,123,237). Sum of RGB (Red+Green+Blue) = 215+123+237=575 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.39% from 575); Green value is 123 (48.44% from 255 or 21.39% from 575); Blue value is 237 (92.97% from 255 or 41.22% from 575); Max value from RGB is 237 - color contains mainly: blue. Hex color #D77BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D77BED is #288412. Grayscale: #A3A3A3. Windows color (decimal): -2655251 or 15563735. OLE color: 15563735.
HSL color Cylindrical-coordinate representation of color #D77BED: hue angle of 288.42º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D77BED is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 123 | 237 | - |
| CMYK | 0.09 | 0.48 | 0 | 0.07 |
| HSL | 288.42º | 0.76% | 0.71% | - |
| HSV(B) | 288.42º | 0.48% | 0.93% | - |
| XYZ | 50.39 | 34.73 | 84.17 | - |
| YUV | 163.5 | 169.48 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 123 | 237 | 0.09 | 0.48 | 0 | 0.07 | 288.42 | 0.76 | 0.71 |
| Hex | D7 | 7B | ED | 9 | 30 | 0 | 7 | 120 | 4C | 47 |
| Octal | 327 | 173 | 355 | 11 | 60 | 0 | 7 | 440 | 114 | 107 |
| Binary | 11010111 | 1111011 | 11101101 | 1001 | 110000 | 0 | 111 | 100100000 | 1001100 | 1000111 |
Color Harmonies of #D77BED
Complementary color
Monochromatic Colors of #D77BED
Black with #D77BED
Text Example
Text Example
White with #D77BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77BED; }
p { color: rgb(215,123,237); }
H1.HeaderClassName
{
color: #D77BED;
}
.AnyTagClassName
{
color: #D77BED;
}
</style>
background-color css
<style>
a { background-color: #D77BED; }
a { background-color: rgb(215,123,237); }
div.DivClassName
{
background-color: #D77BED;
}
.BgClassName
{
background-color: #D77BED;
}
</style>
border-color css
<style>
span { border-color: #D77BED; }
span { border-color: rgb(215,123,237); }
td.TdClassName
{
border-color: #D77BED;
}
.TagClassName
{
border-color: #D77BED;
}
</style>