Shades of Heliotrope #D37CFE
Tints of Heliotrope #D37CFE
RGB
CMYK
RGB Variations
Color information
#D37CFE (or 0xD37CFE) is known color: Heliotrope. HEX triplet: D3, 7C and FE. RGB value is (211,124,254). Sum of RGB (Red+Green+Blue) = 211+124+254=589 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.82% from 589); Green value is 124 (48.83% from 255 or 21.05% from 589); Blue value is 254 (99.61% from 255 or 43.12% from 589); Max value from RGB is 254 - color contains mainly: blue. Hex color #D37CFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D37CFE is #2C8301. Grayscale: #A4A4A4. Windows color (decimal): -2917122 or 16678099. OLE color: 16678099.
HSL color Cylindrical-coordinate representation of color #D37CFE: hue angle of 280.15º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D37CFE is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 211 | 124 | 254 | - |
| CMYK | 0.17 | 0.51 | 0 | 0.00 |
| HSL | 280.15º | 0.98% | 0.74% | - |
| HSV(B) | 280.15º | 0.51% | 1% | - |
| XYZ | 51.96 | 35.42 | 97.86 | - |
| YUV | 164.83 | 178.32 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 124 | 254 | 0.17 | 0.51 | 0 | 0.00 | 280.15 | 0.98 | 0.74 |
| Hex | D3 | 7C | FE | 11 | 33 | 0 | 0 | 118 | 62 | 4A |
| Octal | 323 | 174 | 376 | 21 | 63 | 0 | 0 | 430 | 142 | 112 |
| Binary | 11010011 | 1111100 | 11111110 | 10001 | 110011 | 0 | 0 | 100011000 | 1100010 | 1001010 |
Color Harmonies of #D37CFE
Complementary color
Monochromatic Colors of #D37CFE
Black with #D37CFE
Text Example
Text Example
White with #D37CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37CFE; }
p { color: rgb(211,124,254); }
H1.HeaderClassName
{
color: #D37CFE;
}
.AnyTagClassName
{
color: #D37CFE;
}
</style>
background-color css
<style>
a { background-color: #D37CFE; }
a { background-color: rgb(211,124,254); }
div.DivClassName
{
background-color: #D37CFE;
}
.BgClassName
{
background-color: #D37CFE;
}
</style>
border-color css
<style>
span { border-color: #D37CFE; }
span { border-color: rgb(211,124,254); }
td.TdClassName
{
border-color: #D37CFE;
}
.TagClassName
{
border-color: #D37CFE;
}
</style>