Shades of Heliotrope #D37CFF
Tints of Heliotrope #D37CFF
RGB
CMYK
RGB Variations
Color information
#D37CFF (or 0xD37CFF) is known color: Heliotrope. HEX triplet: D3, 7C and FF. RGB value is (211,124,255). Sum of RGB (Red+Green+Blue) = 211+124+255=590 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.76% from 590); Green value is 124 (48.83% from 255 or 21.02% from 590); Blue value is 255 (100% from 255 or 43.22% from 590); Max value from RGB is 255 - color contains mainly: blue. Hex color #D37CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D37CFF is #2C8300. Grayscale: #A4A4A4. Windows color (decimal): -2917121 or 16743635. OLE color: 16743635.
HSL color Cylindrical-coordinate representation of color #D37CFF: hue angle of 279.85º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D37CFF is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 211 | 124 | 255 | - |
| CMYK | 0.17 | 0.51 | 0 | 0 |
| HSL | 279.85º | 1% | 0.74% | - |
| HSV(B) | 279.85º | 0.51% | 1% | - |
| XYZ | 52.12 | 35.48 | 98.71 | - |
| YUV | 164.95 | 178.82 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 124 | 255 | 0.17 | 0.51 | 0 | 0 | 279.85 | 1 | 0.74 |
| Hex | D3 | 7C | FF | 11 | 33 | 0 | 0 | 118 | 64 | 4A |
| Octal | 323 | 174 | 377 | 21 | 63 | 0 | 0 | 430 | 144 | 112 |
| Binary | 11010011 | 1111100 | 11111111 | 10001 | 110011 | 0 | 0 | 100011000 | 1100100 | 1001010 |
Color Harmonies of #D37CFF
Complementary color
Monochromatic Colors of #D37CFF
Black with #D37CFF
Text Example
Text Example
White with #D37CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37CFF; }
p { color: rgb(211,124,255); }
H1.HeaderClassName
{
color: #D37CFF;
}
.AnyTagClassName
{
color: #D37CFF;
}
</style>
background-color css
<style>
a { background-color: #D37CFF; }
a { background-color: rgb(211,124,255); }
div.DivClassName
{
background-color: #D37CFF;
}
.BgClassName
{
background-color: #D37CFF;
}
</style>
border-color css
<style>
span { border-color: #D37CFF; }
span { border-color: rgb(211,124,255); }
td.TdClassName
{
border-color: #D37CFF;
}
.TagClassName
{
border-color: #D37CFF;
}
</style>