Shades of Heliotrope #D96BEC
Tints of Heliotrope #D96BEC
RGB
CMYK
RGB Variations
Color information
#D96BEC (or 0xD96BEC) is known color: Heliotrope. HEX triplet: D9, 6B and EC. RGB value is (217,107,236). Sum of RGB (Red+Green+Blue) = 217+107+236=560 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.75% from 560); Green value is 107 (42.19% from 255 or 19.11% from 560); Blue value is 236 (92.58% from 255 or 42.14% from 560); Max value from RGB is 236 - color contains mainly: blue. Hex color #D96BEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D96BEC is #269413. Grayscale: #9A9A9A. Windows color (decimal): -2528276 or 15494105. OLE color: 15494105.
HSL color Cylindrical-coordinate representation of color #D96BEC: hue angle of 291.16º 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 #D96BEC is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 107 | 236 | - |
| CMYK | 0.08 | 0.55 | 0 | 0.07 |
| HSL | 291.16º | 0.77% | 0.67% | - |
| HSV(B) | 291.16º | 0.55% | 0.93% | - |
| XYZ | 49.01 | 31.32 | 82.82 | - |
| YUV | 154.6 | 173.94 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 107 | 236 | 0.08 | 0.55 | 0 | 0.07 | 291.16 | 0.77 | 0.67 |
| Hex | D9 | 6B | EC | 8 | 37 | 0 | 7 | 123 | 4D | 43 |
| Octal | 331 | 153 | 354 | 10 | 67 | 0 | 7 | 443 | 115 | 103 |
| Binary | 11011001 | 1101011 | 11101100 | 1000 | 110111 | 0 | 111 | 100100011 | 1001101 | 1000011 |
Color Harmonies of #D96BEC
Complementary color
Monochromatic Colors of #D96BEC
Black with #D96BEC
Text Example
Text Example
White with #D96BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96BEC; }
p { color: rgb(217,107,236); }
H1.HeaderClassName
{
color: #D96BEC;
}
.AnyTagClassName
{
color: #D96BEC;
}
</style>
background-color css
<style>
a { background-color: #D96BEC; }
a { background-color: rgb(217,107,236); }
div.DivClassName
{
background-color: #D96BEC;
}
.BgClassName
{
background-color: #D96BEC;
}
</style>
border-color css
<style>
span { border-color: #D96BEC; }
span { border-color: rgb(217,107,236); }
td.TdClassName
{
border-color: #D96BEC;
}
.TagClassName
{
border-color: #D96BEC;
}
</style>