Shades of Heliotrope #D37CED
Tints of Heliotrope #D37CED
RGB
CMYK
RGB Variations
Color information
#D37CED (or 0xD37CED) is known color: Heliotrope. HEX triplet: D3, 7C and ED. RGB value is (211,124,237). Sum of RGB (Red+Green+Blue) = 211+124+237=572 (75% of max value = 765). Red value is 211 (82.81% from 255 or 36.89% from 572); Green value is 124 (48.83% from 255 or 21.68% from 572); Blue value is 237 (92.97% from 255 or 41.43% from 572); Max value from RGB is 237 - color contains mainly: blue. Hex color #D37CED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D37CED is #2C8312. Grayscale: #A2A2A2. Windows color (decimal): -2917139 or 15563987. OLE color: 15563987.
HSL color Cylindrical-coordinate representation of color #D37CED: hue angle of 286.19º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D37CED is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 124 | 237 | - |
| CMYK | 0.11 | 0.48 | 0 | 0.07 |
| HSL | 286.19º | 0.76% | 0.71% | - |
| HSV(B) | 286.19º | 0.48% | 0.93% | - |
| XYZ | 49.36 | 34.38 | 84.16 | - |
| YUV | 162.9 | 169.82 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 124 | 237 | 0.11 | 0.48 | 0 | 0.07 | 286.19 | 0.76 | 0.71 |
| Hex | D3 | 7C | ED | B | 30 | 0 | 7 | 11E | 4C | 47 |
| Octal | 323 | 174 | 355 | 13 | 60 | 0 | 7 | 436 | 114 | 107 |
| Binary | 11010011 | 1111100 | 11101101 | 1011 | 110000 | 0 | 111 | 100011110 | 1001100 | 1000111 |
Color Harmonies of #D37CED
Complementary color
Monochromatic Colors of #D37CED
Black with #D37CED
Text Example
Text Example
White with #D37CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37CED; }
p { color: rgb(211,124,237); }
H1.HeaderClassName
{
color: #D37CED;
}
.AnyTagClassName
{
color: #D37CED;
}
</style>
background-color css
<style>
a { background-color: #D37CED; }
a { background-color: rgb(211,124,237); }
div.DivClassName
{
background-color: #D37CED;
}
.BgClassName
{
background-color: #D37CED;
}
</style>
border-color css
<style>
span { border-color: #D37CED; }
span { border-color: rgb(211,124,237); }
td.TdClassName
{
border-color: #D37CED;
}
.TagClassName
{
border-color: #D37CED;
}
</style>