Shades of Heliotrope #D97BEC
Tints of Heliotrope #D97BEC
RGB
CMYK
RGB Variations
Color information
#D97BEC (or 0xD97BEC) is known color: Heliotrope. HEX triplet: D9, 7B and EC. RGB value is (217,123,236). Sum of RGB (Red+Green+Blue) = 217+123+236=576 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.67% from 576); Green value is 123 (48.44% from 255 or 21.35% from 576); Blue value is 236 (92.58% from 255 or 40.97% from 576); Max value from RGB is 236 - color contains mainly: blue. Hex color #D97BEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D97BEC is #268413. Grayscale: #A3A3A3. Windows color (decimal): -2524180 or 15498201. OLE color: 15498201.
HSL color Cylindrical-coordinate representation of color #D97BEC: hue angle of 289.91º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D97BEC is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 123 | 236 | - |
| CMYK | 0.08 | 0.48 | 0 | 0.07 |
| HSL | 289.91º | 0.75% | 0.7% | - |
| HSV(B) | 289.91º | 0.48% | 0.93% | - |
| XYZ | 50.84 | 34.97 | 83.43 | - |
| YUV | 163.99 | 168.64 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 123 | 236 | 0.08 | 0.48 | 0 | 0.07 | 289.91 | 0.75 | 0.7 |
| Hex | D9 | 7B | EC | 8 | 30 | 0 | 7 | 122 | 4B | 46 |
| Octal | 331 | 173 | 354 | 10 | 60 | 0 | 7 | 442 | 113 | 106 |
| Binary | 11011001 | 1111011 | 11101100 | 1000 | 110000 | 0 | 111 | 100100010 | 1001011 | 1000110 |
Color Harmonies of #D97BEC
Complementary color
Monochromatic Colors of #D97BEC
Black with #D97BEC
Text Example
Text Example
White with #D97BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97BEC; }
p { color: rgb(217,123,236); }
H1.HeaderClassName
{
color: #D97BEC;
}
.AnyTagClassName
{
color: #D97BEC;
}
</style>
background-color css
<style>
a { background-color: #D97BEC; }
a { background-color: rgb(217,123,236); }
div.DivClassName
{
background-color: #D97BEC;
}
.BgClassName
{
background-color: #D97BEC;
}
</style>
border-color css
<style>
span { border-color: #D97BEC; }
span { border-color: rgb(217,123,236); }
td.TdClassName
{
border-color: #D97BEC;
}
.TagClassName
{
border-color: #D97BEC;
}
</style>