Shades of Heliotrope #D36CEB
Tints of Heliotrope #D36CEB
RGB
CMYK
RGB Variations
Color information
#D36CEB (or 0xD36CEB) is known color: Heliotrope. HEX triplet: D3, 6C and EB. RGB value is (211,108,235). Sum of RGB (Red+Green+Blue) = 211+108+235=554 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.09% from 554); Green value is 108 (42.58% from 255 or 19.49% from 554); Blue value is 235 (92.19% from 255 or 42.42% from 554); Max value from RGB is 235 - color contains mainly: blue. Hex color #D36CEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D36CEB is #2C9314. Grayscale: #989898. Windows color (decimal): -2921237 or 15428819. OLE color: 15428819.
HSL color Cylindrical-coordinate representation of color #D36CEB: hue angle of 288.66º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D36CEB is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 108 | 235 | - |
| CMYK | 0.10 | 0.54 | 0 | 0.08 |
| HSL | 288.66º | 0.76% | 0.67% | - |
| HSV(B) | 288.66º | 0.54% | 0.92% | - |
| XYZ | 47.22 | 30.57 | 82.01 | - |
| YUV | 153.28 | 174.12 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 108 | 235 | 0.10 | 0.54 | 0 | 0.08 | 288.66 | 0.76 | 0.67 |
| Hex | D3 | 6C | EB | A | 36 | 0 | 8 | 121 | 4C | 43 |
| Octal | 323 | 154 | 353 | 12 | 66 | 0 | 10 | 441 | 114 | 103 |
| Binary | 11010011 | 1101100 | 11101011 | 1010 | 110110 | 0 | 1000 | 100100001 | 1001100 | 1000011 |
Color Harmonies of #D36CEB
Complementary color
Monochromatic Colors of #D36CEB
Black with #D36CEB
Text Example
Text Example
White with #D36CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36CEB; }
p { color: rgb(211,108,235); }
H1.HeaderClassName
{
color: #D36CEB;
}
.AnyTagClassName
{
color: #D36CEB;
}
</style>
background-color css
<style>
a { background-color: #D36CEB; }
a { background-color: rgb(211,108,235); }
div.DivClassName
{
background-color: #D36CEB;
}
.BgClassName
{
background-color: #D36CEB;
}
</style>
border-color css
<style>
span { border-color: #D36CEB; }
span { border-color: rgb(211,108,235); }
td.TdClassName
{
border-color: #D36CEB;
}
.TagClassName
{
border-color: #D36CEB;
}
</style>