Shades of Heliotrope #D36EFD
Tints of Heliotrope #D36EFD
RGB
CMYK
RGB Variations
Color information
#D36EFD (or 0xD36EFD) is known color: Heliotrope. HEX triplet: D3, 6E and FD. RGB value is (211,110,253). Sum of RGB (Red+Green+Blue) = 211+110+253=574 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.76% from 574); Green value is 110 (43.36% from 255 or 19.16% from 574); Blue value is 253 (99.22% from 255 or 44.08% from 574); Max value from RGB is 253 - color contains mainly: blue. Hex color #D36EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D36EFD is #2C9102. Grayscale: #9C9C9C. Windows color (decimal): -2920707 or 16608979. OLE color: 16608979.
HSL color Cylindrical-coordinate representation of color #D36EFD: hue angle of 282.38º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D36EFD is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 110 | 253 | - |
| CMYK | 0.17 | 0.57 | 0 | 0.01 |
| HSL | 282.38º | 0.97% | 0.71% | - |
| HSV(B) | 282.38º | 0.57% | 0.99% | - |
| XYZ | 50.17 | 32.09 | 96.48 | - |
| YUV | 156.5 | 182.46 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 110 | 253 | 0.17 | 0.57 | 0 | 0.01 | 282.38 | 0.97 | 0.71 |
| Hex | D3 | 6E | FD | 11 | 39 | 0 | 1 | 11A | 61 | 47 |
| Octal | 323 | 156 | 375 | 21 | 71 | 0 | 1 | 432 | 141 | 107 |
| Binary | 11010011 | 1101110 | 11111101 | 10001 | 111001 | 0 | 1 | 100011010 | 1100001 | 1000111 |
Color Harmonies of #D36EFD
Complementary color
Monochromatic Colors of #D36EFD
Black with #D36EFD
Text Example
Text Example
White with #D36EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36EFD; }
p { color: rgb(211,110,253); }
H1.HeaderClassName
{
color: #D36EFD;
}
.AnyTagClassName
{
color: #D36EFD;
}
</style>
background-color css
<style>
a { background-color: #D36EFD; }
a { background-color: rgb(211,110,253); }
div.DivClassName
{
background-color: #D36EFD;
}
.BgClassName
{
background-color: #D36EFD;
}
</style>
border-color css
<style>
span { border-color: #D36EFD; }
span { border-color: rgb(211,110,253); }
td.TdClassName
{
border-color: #D36EFD;
}
.TagClassName
{
border-color: #D36EFD;
}
</style>