Shades of Heliotrope #D37BEC
Tints of Heliotrope #D37BEC
RGB
CMYK
RGB Variations
Color information
#D37BEC (or 0xD37BEC) is known color: Heliotrope. HEX triplet: D3, 7B and EC. RGB value is (211,123,236). Sum of RGB (Red+Green+Blue) = 211+123+236=570 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.02% from 570); Green value is 123 (48.44% from 255 or 21.58% from 570); Blue value is 236 (92.58% from 255 or 41.40% from 570); Max value from RGB is 236 - color contains mainly: blue. Hex color #D37BEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D37BEC is #2C8413. Grayscale: #A1A1A1. Windows color (decimal): -2917396 or 15498195. OLE color: 15498195.
HSL color Cylindrical-coordinate representation of color #D37BEC: hue angle of 286.73º 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 #D37BEC is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 123 | 236 | - |
| CMYK | 0.11 | 0.48 | 0 | 0.07 |
| HSL | 286.73º | 0.75% | 0.7% | - |
| HSV(B) | 286.73º | 0.48% | 0.93% | - |
| XYZ | 49.09 | 34.07 | 83.35 | - |
| YUV | 162.19 | 169.65 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 123 | 236 | 0.11 | 0.48 | 0 | 0.07 | 286.73 | 0.75 | 0.7 |
| Hex | D3 | 7B | EC | B | 30 | 0 | 7 | 11F | 4B | 46 |
| Octal | 323 | 173 | 354 | 13 | 60 | 0 | 7 | 437 | 113 | 106 |
| Binary | 11010011 | 1111011 | 11101100 | 1011 | 110000 | 0 | 111 | 100011111 | 1001011 | 1000110 |
Color Harmonies of #D37BEC
Complementary color
Monochromatic Colors of #D37BEC
Black with #D37BEC
Text Example
Text Example
White with #D37BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37BEC; }
p { color: rgb(211,123,236); }
H1.HeaderClassName
{
color: #D37BEC;
}
.AnyTagClassName
{
color: #D37BEC;
}
</style>
background-color css
<style>
a { background-color: #D37BEC; }
a { background-color: rgb(211,123,236); }
div.DivClassName
{
background-color: #D37BEC;
}
.BgClassName
{
background-color: #D37BEC;
}
</style>
border-color css
<style>
span { border-color: #D37BEC; }
span { border-color: rgb(211,123,236); }
td.TdClassName
{
border-color: #D37BEC;
}
.TagClassName
{
border-color: #D37BEC;
}
</style>