Shades of Heliotrope #D37CFA
Tints of Heliotrope #D37CFA
RGB
CMYK
RGB Variations
Color information
#D37CFA (or 0xD37CFA) is known color: Heliotrope. HEX triplet: D3, 7C and FA. RGB value is (211,124,250). Sum of RGB (Red+Green+Blue) = 211+124+250=585 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.07% from 585); Green value is 124 (48.83% from 255 or 21.20% from 585); Blue value is 250 (98.05% from 255 or 42.74% from 585); Max value from RGB is 250 - color contains mainly: blue. Hex color #D37CFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D37CFA is #2C8305. Grayscale: #A3A3A3. Windows color (decimal): -2917126 or 16415955. OLE color: 16415955.
HSL color Cylindrical-coordinate representation of color #D37CFA: hue angle of 281.43º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D37CFA is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 124 | 250 | - |
| CMYK | 0.16 | 0.50 | 0 | 0.02 |
| HSL | 281.43º | 0.93% | 0.73% | - |
| HSV(B) | 281.43º | 0.5% | 0.98% | - |
| XYZ | 51.33 | 35.17 | 94.53 | - |
| YUV | 164.38 | 176.32 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 124 | 250 | 0.16 | 0.50 | 0 | 0.02 | 281.43 | 0.93 | 0.73 |
| Hex | D3 | 7C | FA | 10 | 32 | 0 | 2 | 119 | 5D | 49 |
| Octal | 323 | 174 | 372 | 20 | 62 | 0 | 2 | 431 | 135 | 111 |
| Binary | 11010011 | 1111100 | 11111010 | 10000 | 110010 | 0 | 10 | 100011001 | 1011101 | 1001001 |
Color Harmonies of #D37CFA
Complementary color
Monochromatic Colors of #D37CFA
Black with #D37CFA
Text Example
Text Example
White with #D37CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37CFA; }
p { color: rgb(211,124,250); }
H1.HeaderClassName
{
color: #D37CFA;
}
.AnyTagClassName
{
color: #D37CFA;
}
</style>
background-color css
<style>
a { background-color: #D37CFA; }
a { background-color: rgb(211,124,250); }
div.DivClassName
{
background-color: #D37CFA;
}
.BgClassName
{
background-color: #D37CFA;
}
</style>
border-color css
<style>
span { border-color: #D37CFA; }
span { border-color: rgb(211,124,250); }
td.TdClassName
{
border-color: #D37CFA;
}
.TagClassName
{
border-color: #D37CFA;
}
</style>