Shades of Heliotrope #D37CFD
Tints of Heliotrope #D37CFD
RGB
CMYK
RGB Variations
Color information
#D37CFD (or 0xD37CFD) is known color: Heliotrope. HEX triplet: D3, 7C and FD. RGB value is (211,124,253). Sum of RGB (Red+Green+Blue) = 211+124+253=588 (77% of max value = 765). Red value is 211 (82.81% from 255 or 35.88% from 588); Green value is 124 (48.83% from 255 or 21.09% from 588); Blue value is 253 (99.22% from 255 or 43.03% from 588); Max value from RGB is 253 - color contains mainly: blue. Hex color #D37CFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D37CFD is #2C8302. Grayscale: #A4A4A4. Windows color (decimal): -2917123 or 16612563. OLE color: 16612563.
HSL color Cylindrical-coordinate representation of color #D37CFD: hue angle of 280.47º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D37CFD is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 124 | 253 | - |
| CMYK | 0.17 | 0.51 | 0 | 0.01 |
| HSL | 280.47º | 0.97% | 0.74% | - |
| HSV(B) | 280.47º | 0.51% | 0.99% | - |
| XYZ | 51.8 | 35.36 | 97.02 | - |
| YUV | 164.72 | 177.82 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 124 | 253 | 0.17 | 0.51 | 0 | 0.01 | 280.47 | 0.97 | 0.74 |
| Hex | D3 | 7C | FD | 11 | 33 | 0 | 1 | 118 | 61 | 4A |
| Octal | 323 | 174 | 375 | 21 | 63 | 0 | 1 | 430 | 141 | 112 |
| Binary | 11010011 | 1111100 | 11111101 | 10001 | 110011 | 0 | 1 | 100011000 | 1100001 | 1001010 |
Color Harmonies of #D37CFD
Complementary color
Monochromatic Colors of #D37CFD
Black with #D37CFD
Text Example
Text Example
White with #D37CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37CFD; }
p { color: rgb(211,124,253); }
H1.HeaderClassName
{
color: #D37CFD;
}
.AnyTagClassName
{
color: #D37CFD;
}
</style>
background-color css
<style>
a { background-color: #D37CFD; }
a { background-color: rgb(211,124,253); }
div.DivClassName
{
background-color: #D37CFD;
}
.BgClassName
{
background-color: #D37CFD;
}
</style>
border-color css
<style>
span { border-color: #D37CFD; }
span { border-color: rgb(211,124,253); }
td.TdClassName
{
border-color: #D37CFD;
}
.TagClassName
{
border-color: #D37CFD;
}
</style>