Shades of Heliotrope #D96BEF
Tints of Heliotrope #D96BEF
RGB
CMYK
RGB Variations
Color information
#D96BEF (or 0xD96BEF) is known color: Heliotrope. HEX triplet: D9, 6B and EF. RGB value is (217,107,239). Sum of RGB (Red+Green+Blue) = 217+107+239=563 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.54% from 563); Green value is 107 (42.19% from 255 or 19.01% from 563); Blue value is 239 (93.75% from 255 or 42.45% from 563); Max value from RGB is 239 - color contains mainly: blue. Hex color #D96BEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D96BEF is #269410. Grayscale: #9A9A9A. Windows color (decimal): -2528273 or 15690713. OLE color: 15690713.
HSL color Cylindrical-coordinate representation of color #D96BEF: hue angle of 290º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D96BEF is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 107 | 239 | - |
| CMYK | 0.09 | 0.55 | 0 | 0.06 |
| HSL | 290º | 0.8% | 0.68% | - |
| HSV(B) | 290º | 0.55% | 0.94% | - |
| XYZ | 49.45 | 31.5 | 85.13 | - |
| YUV | 154.94 | 175.44 | 172.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 107 | 239 | 0.09 | 0.55 | 0 | 0.06 | 290 | 0.8 | 0.68 |
| Hex | D9 | 6B | EF | 9 | 37 | 0 | 6 | 122 | 50 | 44 |
| Octal | 331 | 153 | 357 | 11 | 67 | 0 | 6 | 442 | 120 | 104 |
| Binary | 11011001 | 1101011 | 11101111 | 1001 | 110111 | 0 | 110 | 100100010 | 1010000 | 1000100 |
Color Harmonies of #D96BEF
Complementary color
Monochromatic Colors of #D96BEF
Black with #D96BEF
Text Example
Text Example
White with #D96BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96BEF; }
p { color: rgb(217,107,239); }
H1.HeaderClassName
{
color: #D96BEF;
}
.AnyTagClassName
{
color: #D96BEF;
}
</style>
background-color css
<style>
a { background-color: #D96BEF; }
a { background-color: rgb(217,107,239); }
div.DivClassName
{
background-color: #D96BEF;
}
.BgClassName
{
background-color: #D96BEF;
}
</style>
border-color css
<style>
span { border-color: #D96BEF; }
span { border-color: rgb(217,107,239); }
td.TdClassName
{
border-color: #D96BEF;
}
.TagClassName
{
border-color: #D96BEF;
}
</style>