Shades of Heliotrope #D77CEE
Tints of Heliotrope #D77CEE
RGB
CMYK
RGB Variations
Color information
#D77CEE (or 0xD77CEE) is known color: Heliotrope. HEX triplet: D7, 7C and EE. RGB value is (215,124,238). Sum of RGB (Red+Green+Blue) = 215+124+238=577 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.26% from 577); Green value is 124 (48.83% from 255 or 21.49% from 577); Blue value is 238 (93.36% from 255 or 41.25% from 577); Max value from RGB is 238 - color contains mainly: blue. Hex color #D77CEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D77CEE is #288311. Grayscale: #A3A3A3. Windows color (decimal): -2654994 or 15629527. OLE color: 15629527.
HSL color Cylindrical-coordinate representation of color #D77CEE: hue angle of 287.89º degrees, saturation: 0.77, 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 #D77CEE is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 124 | 238 | - |
| CMYK | 0.10 | 0.48 | 0 | 0.07 |
| HSL | 287.89º | 0.77% | 0.71% | - |
| HSV(B) | 287.89º | 0.48% | 0.93% | - |
| XYZ | 50.66 | 35.04 | 84.98 | - |
| YUV | 164.21 | 169.65 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 124 | 238 | 0.10 | 0.48 | 0 | 0.07 | 287.89 | 0.77 | 0.71 |
| Hex | D7 | 7C | EE | A | 30 | 0 | 7 | 120 | 4D | 47 |
| Octal | 327 | 174 | 356 | 12 | 60 | 0 | 7 | 440 | 115 | 107 |
| Binary | 11010111 | 1111100 | 11101110 | 1010 | 110000 | 0 | 111 | 100100000 | 1001101 | 1000111 |
Color Harmonies of #D77CEE
Complementary color
Monochromatic Colors of #D77CEE
Black with #D77CEE
Text Example
Text Example
White with #D77CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77CEE; }
p { color: rgb(215,124,238); }
H1.HeaderClassName
{
color: #D77CEE;
}
.AnyTagClassName
{
color: #D77CEE;
}
</style>
background-color css
<style>
a { background-color: #D77CEE; }
a { background-color: rgb(215,124,238); }
div.DivClassName
{
background-color: #D77CEE;
}
.BgClassName
{
background-color: #D77CEE;
}
</style>
border-color css
<style>
span { border-color: #D77CEE; }
span { border-color: rgb(215,124,238); }
td.TdClassName
{
border-color: #D77CEE;
}
.TagClassName
{
border-color: #D77CEE;
}
</style>