Shades of Heliotrope #D36EFC
Tints of Heliotrope #D36EFC
RGB
CMYK
RGB Variations
Color information
#D36EFC (or 0xD36EFC) is known color: Heliotrope. HEX triplet: D3, 6E and FC. RGB value is (211,110,252). Sum of RGB (Red+Green+Blue) = 211+110+252=573 (75% of max value = 765). Red value is 211 (82.81% from 255 or 36.82% from 573); Green value is 110 (43.36% from 255 or 19.20% from 573); Blue value is 252 (98.83% from 255 or 43.98% from 573); Max value from RGB is 252 - color contains mainly: blue. Hex color #D36EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D36EFC is #2C9103. Grayscale: #9B9B9B. Windows color (decimal): -2920708 or 16543443. OLE color: 16543443.
HSL color Cylindrical-coordinate representation of color #D36EFC: hue angle of 282.68º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D36EFC is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 110 | 252 | - |
| CMYK | 0.16 | 0.56 | 0 | 0.01 |
| HSL | 282.68º | 0.96% | 0.71% | - |
| HSV(B) | 282.68º | 0.56% | 0.99% | - |
| XYZ | 50.01 | 32.03 | 95.64 | - |
| YUV | 156.39 | 181.96 | 166.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 110 | 252 | 0.16 | 0.56 | 0 | 0.01 | 282.68 | 0.96 | 0.71 |
| Hex | D3 | 6E | FC | 10 | 38 | 0 | 1 | 11B | 60 | 47 |
| Octal | 323 | 156 | 374 | 20 | 70 | 0 | 1 | 433 | 140 | 107 |
| Binary | 11010011 | 1101110 | 11111100 | 10000 | 111000 | 0 | 1 | 100011011 | 1100000 | 1000111 |
Color Harmonies of #D36EFC
Complementary color
Monochromatic Colors of #D36EFC
Black with #D36EFC
Text Example
Text Example
White with #D36EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36EFC; }
p { color: rgb(211,110,252); }
H1.HeaderClassName
{
color: #D36EFC;
}
.AnyTagClassName
{
color: #D36EFC;
}
</style>
background-color css
<style>
a { background-color: #D36EFC; }
a { background-color: rgb(211,110,252); }
div.DivClassName
{
background-color: #D36EFC;
}
.BgClassName
{
background-color: #D36EFC;
}
</style>
border-color css
<style>
span { border-color: #D36EFC; }
span { border-color: rgb(211,110,252); }
td.TdClassName
{
border-color: #D36EFC;
}
.TagClassName
{
border-color: #D36EFC;
}
</style>