Shades of Heliotrope #D77EFF
Tints of Heliotrope #D77EFF
RGB
CMYK
RGB Variations
Color information
#D77EFF (or 0xD77EFF) is known color: Heliotrope. HEX triplet: D7, 7E and FF. RGB value is (215,126,255). Sum of RGB (Red+Green+Blue) = 215+126+255=596 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.07% from 596); Green value is 126 (49.61% from 255 or 21.14% from 596); Blue value is 255 (100% from 255 or 42.79% from 596); Max value from RGB is 255 - color contains mainly: blue. Hex color #D77EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D77EFF is #288100. Grayscale: #A6A6A6. Windows color (decimal): -2654465 or 16744151. OLE color: 16744151.
HSL color Cylindrical-coordinate representation of color #D77EFF: hue angle of 281.4º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D77EFF is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 215 | 126 | 255 | - |
| CMYK | 0.16 | 0.51 | 0 | 0 |
| HSL | 281.4º | 1% | 0.75% | - |
| HSV(B) | 281.4º | 0.51% | 1% | - |
| XYZ | 53.54 | 36.59 | 98.85 | - |
| YUV | 167.32 | 177.49 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 126 | 255 | 0.16 | 0.51 | 0 | 0 | 281.4 | 1 | 0.75 |
| Hex | D7 | 7E | FF | 10 | 33 | 0 | 0 | 119 | 64 | 4B |
| Octal | 327 | 176 | 377 | 20 | 63 | 0 | 0 | 431 | 144 | 113 |
| Binary | 11010111 | 1111110 | 11111111 | 10000 | 110011 | 0 | 0 | 100011001 | 1100100 | 1001011 |
Color Harmonies of #D77EFF
Complementary color
Monochromatic Colors of #D77EFF
Black with #D77EFF
Text Example
Text Example
White with #D77EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77EFF; }
p { color: rgb(215,126,255); }
H1.HeaderClassName
{
color: #D77EFF;
}
.AnyTagClassName
{
color: #D77EFF;
}
</style>
background-color css
<style>
a { background-color: #D77EFF; }
a { background-color: rgb(215,126,255); }
div.DivClassName
{
background-color: #D77EFF;
}
.BgClassName
{
background-color: #D77EFF;
}
</style>
border-color css
<style>
span { border-color: #D77EFF; }
span { border-color: rgb(215,126,255); }
td.TdClassName
{
border-color: #D77EFF;
}
.TagClassName
{
border-color: #D77EFF;
}
</style>