Shades of Heliotrope #D76BEC
Tints of Heliotrope #D76BEC
RGB
CMYK
RGB Variations
Color information
#D76BEC (or 0xD76BEC) is known color: Heliotrope. HEX triplet: D7, 6B and EC. RGB value is (215,107,236). Sum of RGB (Red+Green+Blue) = 215+107+236=558 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.53% from 558); Green value is 107 (42.19% from 255 or 19.18% from 558); Blue value is 236 (92.58% from 255 or 42.29% from 558); Max value from RGB is 236 - color contains mainly: blue. Hex color #D76BEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D76BEC is #289413. Grayscale: #999999. Windows color (decimal): -2659348 or 15494103. OLE color: 15494103.
HSL color Cylindrical-coordinate representation of color #D76BEC: hue angle of 290.23º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D76BEC is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 107 | 236 | - |
| CMYK | 0.09 | 0.55 | 0 | 0.07 |
| HSL | 290.23º | 0.77% | 0.67% | - |
| HSV(B) | 290.23º | 0.55% | 0.93% | - |
| XYZ | 48.42 | 31.02 | 82.79 | - |
| YUV | 154 | 174.28 | 171.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 107 | 236 | 0.09 | 0.55 | 0 | 0.07 | 290.23 | 0.77 | 0.67 |
| Hex | D7 | 6B | EC | 9 | 37 | 0 | 7 | 122 | 4D | 43 |
| Octal | 327 | 153 | 354 | 11 | 67 | 0 | 7 | 442 | 115 | 103 |
| Binary | 11010111 | 1101011 | 11101100 | 1001 | 110111 | 0 | 111 | 100100010 | 1001101 | 1000011 |
Color Harmonies of #D76BEC
Complementary color
Monochromatic Colors of #D76BEC
Black with #D76BEC
Text Example
Text Example
White with #D76BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76BEC; }
p { color: rgb(215,107,236); }
H1.HeaderClassName
{
color: #D76BEC;
}
.AnyTagClassName
{
color: #D76BEC;
}
</style>
background-color css
<style>
a { background-color: #D76BEC; }
a { background-color: rgb(215,107,236); }
div.DivClassName
{
background-color: #D76BEC;
}
.BgClassName
{
background-color: #D76BEC;
}
</style>
border-color css
<style>
span { border-color: #D76BEC; }
span { border-color: rgb(215,107,236); }
td.TdClassName
{
border-color: #D76BEC;
}
.TagClassName
{
border-color: #D76BEC;
}
</style>