Shades of Heliotrope #D96CEF
Tints of Heliotrope #D96CEF
RGB
CMYK
RGB Variations
Color information
#D96CEF (or 0xD96CEF) is known color: Heliotrope. HEX triplet: D9, 6C and EF. RGB value is (217,108,239). Sum of RGB (Red+Green+Blue) = 217+108+239=564 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.48% from 564); Green value is 108 (42.58% from 255 or 19.15% from 564); Blue value is 239 (93.75% from 255 or 42.38% from 564); Max value from RGB is 239 - color contains mainly: blue. Hex color #D96CEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D96CEF is #269310. Grayscale: #9B9B9B. Windows color (decimal): -2528017 or 15690969. OLE color: 15690969.
HSL color Cylindrical-coordinate representation of color #D96CEF: hue angle of 289.92º 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 #D96CEF is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 108 | 239 | - |
| CMYK | 0.09 | 0.55 | 0 | 0.06 |
| HSL | 289.92º | 0.8% | 0.68% | - |
| HSV(B) | 289.92º | 0.55% | 0.94% | - |
| XYZ | 49.56 | 31.71 | 85.17 | - |
| YUV | 155.53 | 175.11 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 108 | 239 | 0.09 | 0.55 | 0 | 0.06 | 289.92 | 0.8 | 0.68 |
| Hex | D9 | 6C | EF | 9 | 37 | 0 | 6 | 122 | 50 | 44 |
| Octal | 331 | 154 | 357 | 11 | 67 | 0 | 6 | 442 | 120 | 104 |
| Binary | 11011001 | 1101100 | 11101111 | 1001 | 110111 | 0 | 110 | 100100010 | 1010000 | 1000100 |
Color Harmonies of #D96CEF
Complementary color
Monochromatic Colors of #D96CEF
Black with #D96CEF
Text Example
Text Example
White with #D96CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96CEF; }
p { color: rgb(217,108,239); }
H1.HeaderClassName
{
color: #D96CEF;
}
.AnyTagClassName
{
color: #D96CEF;
}
</style>
background-color css
<style>
a { background-color: #D96CEF; }
a { background-color: rgb(217,108,239); }
div.DivClassName
{
background-color: #D96CEF;
}
.BgClassName
{
background-color: #D96CEF;
}
</style>
border-color css
<style>
span { border-color: #D96CEF; }
span { border-color: rgb(217,108,239); }
td.TdClassName
{
border-color: #D96CEF;
}
.TagClassName
{
border-color: #D96CEF;
}
</style>