Shades of Heliotrope #D37CFC
Tints of Heliotrope #D37CFC
RGB
CMYK
RGB Variations
Color information
#D37CFC (or 0xD37CFC) is known color: Heliotrope. HEX triplet: D3, 7C and FC. RGB value is (211,124,252). Sum of RGB (Red+Green+Blue) = 211+124+252=587 (77% of max value = 765). Red value is 211 (82.81% from 255 or 35.95% from 587); Green value is 124 (48.83% from 255 or 21.12% from 587); Blue value is 252 (98.83% from 255 or 42.93% from 587); Max value from RGB is 252 - color contains mainly: blue. Hex color #D37CFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D37CFC is #2C8303. Grayscale: #A4A4A4. Windows color (decimal): -2917124 or 16547027. OLE color: 16547027.
HSL color Cylindrical-coordinate representation of color #D37CFC: hue angle of 280.78º degrees, saturation: 0.96, 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 #D37CFC is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 124 | 252 | - |
| CMYK | 0.16 | 0.51 | 0 | 0.01 |
| HSL | 280.78º | 0.96% | 0.74% | - |
| HSV(B) | 280.78º | 0.51% | 0.99% | - |
| XYZ | 51.64 | 35.29 | 96.19 | - |
| YUV | 164.61 | 177.32 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 124 | 252 | 0.16 | 0.51 | 0 | 0.01 | 280.78 | 0.96 | 0.74 |
| Hex | D3 | 7C | FC | 10 | 33 | 0 | 1 | 119 | 60 | 4A |
| Octal | 323 | 174 | 374 | 20 | 63 | 0 | 1 | 431 | 140 | 112 |
| Binary | 11010011 | 1111100 | 11111100 | 10000 | 110011 | 0 | 1 | 100011001 | 1100000 | 1001010 |
Color Harmonies of #D37CFC
Complementary color
Monochromatic Colors of #D37CFC
Black with #D37CFC
Text Example
Text Example
White with #D37CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37CFC; }
p { color: rgb(211,124,252); }
H1.HeaderClassName
{
color: #D37CFC;
}
.AnyTagClassName
{
color: #D37CFC;
}
</style>
background-color css
<style>
a { background-color: #D37CFC; }
a { background-color: rgb(211,124,252); }
div.DivClassName
{
background-color: #D37CFC;
}
.BgClassName
{
background-color: #D37CFC;
}
</style>
border-color css
<style>
span { border-color: #D37CFC; }
span { border-color: rgb(211,124,252); }
td.TdClassName
{
border-color: #D37CFC;
}
.TagClassName
{
border-color: #D37CFC;
}
</style>