Shades of Heliotrope #D36CED
Tints of Heliotrope #D36CED
RGB
CMYK
RGB Variations
Color information
#D36CED (or 0xD36CED) is known color: Heliotrope. HEX triplet: D3, 6C and ED. RGB value is (211,108,237). Sum of RGB (Red+Green+Blue) = 211+108+237=556 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.95% from 556); Green value is 108 (42.58% from 255 or 19.42% from 556); Blue value is 237 (92.97% from 255 or 42.63% from 556); Max value from RGB is 237 - color contains mainly: blue. Hex color #D36CED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D36CED is #2C9312. Grayscale: #999999. Windows color (decimal): -2921235 or 15559891. OLE color: 15559891.
HSL color Cylindrical-coordinate representation of color #D36CED: hue angle of 287.91º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D36CED is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 108 | 237 | - |
| CMYK | 0.11 | 0.54 | 0 | 0.07 |
| HSL | 287.91º | 0.78% | 0.68% | - |
| HSV(B) | 287.91º | 0.54% | 0.93% | - |
| XYZ | 47.51 | 30.69 | 83.54 | - |
| YUV | 153.5 | 175.12 | 169.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 108 | 237 | 0.11 | 0.54 | 0 | 0.07 | 287.91 | 0.78 | 0.68 |
| Hex | D3 | 6C | ED | B | 36 | 0 | 7 | 120 | 4E | 44 |
| Octal | 323 | 154 | 355 | 13 | 66 | 0 | 7 | 440 | 116 | 104 |
| Binary | 11010011 | 1101100 | 11101101 | 1011 | 110110 | 0 | 111 | 100100000 | 1001110 | 1000100 |
Color Harmonies of #D36CED
Complementary color
Monochromatic Colors of #D36CED
Black with #D36CED
Text Example
Text Example
White with #D36CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36CED; }
p { color: rgb(211,108,237); }
H1.HeaderClassName
{
color: #D36CED;
}
.AnyTagClassName
{
color: #D36CED;
}
</style>
background-color css
<style>
a { background-color: #D36CED; }
a { background-color: rgb(211,108,237); }
div.DivClassName
{
background-color: #D36CED;
}
.BgClassName
{
background-color: #D36CED;
}
</style>
border-color css
<style>
span { border-color: #D36CED; }
span { border-color: rgb(211,108,237); }
td.TdClassName
{
border-color: #D36CED;
}
.TagClassName
{
border-color: #D36CED;
}
</style>