Shades of Heliotrope #D37CEB
Tints of Heliotrope #D37CEB
RGB
CMYK
RGB Variations
Color information
#D37CEB (or 0xD37CEB) is known color: Heliotrope. HEX triplet: D3, 7C and EB. RGB value is (211,124,235). Sum of RGB (Red+Green+Blue) = 211+124+235=570 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.02% from 570); Green value is 124 (48.83% from 255 or 21.75% from 570); Blue value is 235 (92.19% from 255 or 41.23% from 570); Max value from RGB is 235 - color contains mainly: blue. Hex color #D37CEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D37CEB is #2C8314. Grayscale: #A2A2A2. Windows color (decimal): -2917141 or 15432915. OLE color: 15432915.
HSL color Cylindrical-coordinate representation of color #D37CEB: hue angle of 287.03º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D37CEB is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 124 | 235 | - |
| CMYK | 0.10 | 0.47 | 0 | 0.08 |
| HSL | 287.03º | 0.74% | 0.7% | - |
| HSV(B) | 287.03º | 0.47% | 0.92% | - |
| XYZ | 49.07 | 34.26 | 82.62 | - |
| YUV | 162.67 | 168.82 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 124 | 235 | 0.10 | 0.47 | 0 | 0.08 | 287.03 | 0.74 | 0.7 |
| Hex | D3 | 7C | EB | A | 2F | 0 | 8 | 11F | 4A | 46 |
| Octal | 323 | 174 | 353 | 12 | 57 | 0 | 10 | 437 | 112 | 106 |
| Binary | 11010011 | 1111100 | 11101011 | 1010 | 101111 | 0 | 1000 | 100011111 | 1001010 | 1000110 |
Color Harmonies of #D37CEB
Complementary color
Monochromatic Colors of #D37CEB
Black with #D37CEB
Text Example
Text Example
White with #D37CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37CEB; }
p { color: rgb(211,124,235); }
H1.HeaderClassName
{
color: #D37CEB;
}
.AnyTagClassName
{
color: #D37CEB;
}
</style>
background-color css
<style>
a { background-color: #D37CEB; }
a { background-color: rgb(211,124,235); }
div.DivClassName
{
background-color: #D37CEB;
}
.BgClassName
{
background-color: #D37CEB;
}
</style>
border-color css
<style>
span { border-color: #D37CEB; }
span { border-color: rgb(211,124,235); }
td.TdClassName
{
border-color: #D37CEB;
}
.TagClassName
{
border-color: #D37CEB;
}
</style>