Shades of Heliotrope #D37CF6
Tints of Heliotrope #D37CF6
RGB
CMYK
RGB Variations
Color information
#D37CF6 (or 0xD37CF6) is known color: Heliotrope. HEX triplet: D3, 7C and F6. RGB value is (211,124,246). Sum of RGB (Red+Green+Blue) = 211+124+246=581 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.32% from 581); Green value is 124 (48.83% from 255 or 21.34% from 581); Blue value is 246 (96.48% from 255 or 42.34% from 581); Max value from RGB is 246 - color contains mainly: blue. Hex color #D37CF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D37CF6 is #2C8309. Grayscale: #A3A3A3. Windows color (decimal): -2917130 or 16153811. OLE color: 16153811.
HSL color Cylindrical-coordinate representation of color #D37CF6: hue angle of 282.79º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D37CF6 is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 211 | 124 | 246 | - |
| CMYK | 0.14 | 0.50 | 0 | 0.04 |
| HSL | 282.79º | 0.87% | 0.73% | - |
| HSV(B) | 282.79º | 0.5% | 0.96% | - |
| XYZ | 50.71 | 34.92 | 91.26 | - |
| YUV | 163.92 | 174.32 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 124 | 246 | 0.14 | 0.50 | 0 | 0.04 | 282.79 | 0.87 | 0.73 |
| Hex | D3 | 7C | F6 | E | 32 | 0 | 4 | 11B | 57 | 49 |
| Octal | 323 | 174 | 366 | 16 | 62 | 0 | 4 | 433 | 127 | 111 |
| Binary | 11010011 | 1111100 | 11110110 | 1110 | 110010 | 0 | 100 | 100011011 | 1010111 | 1001001 |
Color Harmonies of #D37CF6
Complementary color
Monochromatic Colors of #D37CF6
Black with #D37CF6
Text Example
Text Example
White with #D37CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37CF6; }
p { color: rgb(211,124,246); }
H1.HeaderClassName
{
color: #D37CF6;
}
.AnyTagClassName
{
color: #D37CF6;
}
</style>
background-color css
<style>
a { background-color: #D37CF6; }
a { background-color: rgb(211,124,246); }
div.DivClassName
{
background-color: #D37CF6;
}
.BgClassName
{
background-color: #D37CF6;
}
</style>
border-color css
<style>
span { border-color: #D37CF6; }
span { border-color: rgb(211,124,246); }
td.TdClassName
{
border-color: #D37CF6;
}
.TagClassName
{
border-color: #D37CF6;
}
</style>