Shades of Heliotrope #D96FEC
Tints of Heliotrope #D96FEC
RGB
CMYK
RGB Variations
Color information
#D96FEC (or 0xD96FEC) is known color: Heliotrope. HEX triplet: D9, 6F and EC. RGB value is (217,111,236). Sum of RGB (Red+Green+Blue) = 217+111+236=564 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.48% from 564); Green value is 111 (43.75% from 255 or 19.68% from 564); Blue value is 236 (92.58% from 255 or 41.84% from 564); Max value from RGB is 236 - color contains mainly: blue. Hex color #D96FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D96FEC is #269013. Grayscale: #9C9C9C. Windows color (decimal): -2527252 or 15495129. OLE color: 15495129.
HSL color Cylindrical-coordinate representation of color #D96FEC: hue angle of 290.88º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D96FEC is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 111 | 236 | - |
| CMYK | 0.08 | 0.53 | 0 | 0.07 |
| HSL | 290.88º | 0.77% | 0.68% | - |
| HSV(B) | 290.88º | 0.53% | 0.93% | - |
| XYZ | 49.44 | 32.18 | 82.96 | - |
| YUV | 156.94 | 172.62 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 111 | 236 | 0.08 | 0.53 | 0 | 0.07 | 290.88 | 0.77 | 0.68 |
| Hex | D9 | 6F | EC | 8 | 35 | 0 | 7 | 123 | 4D | 44 |
| Octal | 331 | 157 | 354 | 10 | 65 | 0 | 7 | 443 | 115 | 104 |
| Binary | 11011001 | 1101111 | 11101100 | 1000 | 110101 | 0 | 111 | 100100011 | 1001101 | 1000100 |
Color Harmonies of #D96FEC
Complementary color
Monochromatic Colors of #D96FEC
Black with #D96FEC
Text Example
Text Example
White with #D96FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96FEC; }
p { color: rgb(217,111,236); }
H1.HeaderClassName
{
color: #D96FEC;
}
.AnyTagClassName
{
color: #D96FEC;
}
</style>
background-color css
<style>
a { background-color: #D96FEC; }
a { background-color: rgb(217,111,236); }
div.DivClassName
{
background-color: #D96FEC;
}
.BgClassName
{
background-color: #D96FEC;
}
</style>
border-color css
<style>
span { border-color: #D96FEC; }
span { border-color: rgb(217,111,236); }
td.TdClassName
{
border-color: #D96FEC;
}
.TagClassName
{
border-color: #D96FEC;
}
</style>