Shades of Heliotrope #D37FFC
Tints of Heliotrope #D37FFC
RGB
CMYK
RGB Variations
Color information
#D37FFC (or 0xD37FFC) is known color: Heliotrope. HEX triplet: D3, 7F and FC. RGB value is (211,127,252). Sum of RGB (Red+Green+Blue) = 211+127+252=590 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.76% from 590); Green value is 127 (50% from 255 or 21.53% from 590); Blue value is 252 (98.83% from 255 or 42.71% from 590); Max value from RGB is 252 - color contains mainly: blue. Hex color #D37FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D37FFC is #2C8003. Grayscale: #A5A5A5. Windows color (decimal): -2916356 or 16547795. OLE color: 16547795.
HSL color Cylindrical-coordinate representation of color #D37FFC: hue angle of 280.32º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D37FFC is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 127 | 252 | - |
| CMYK | 0.16 | 0.50 | 0 | 0.01 |
| HSL | 280.32º | 0.95% | 0.74% | - |
| HSV(B) | 280.32º | 0.5% | 0.99% | - |
| XYZ | 52.02 | 36.06 | 96.31 | - |
| YUV | 166.37 | 176.33 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 127 | 252 | 0.16 | 0.50 | 0 | 0.01 | 280.32 | 0.95 | 0.74 |
| Hex | D3 | 7F | FC | 10 | 32 | 0 | 1 | 118 | 5F | 4A |
| Octal | 323 | 177 | 374 | 20 | 62 | 0 | 1 | 430 | 137 | 112 |
| Binary | 11010011 | 1111111 | 11111100 | 10000 | 110010 | 0 | 1 | 100011000 | 1011111 | 1001010 |
Color Harmonies of #D37FFC
Complementary color
Monochromatic Colors of #D37FFC
Black with #D37FFC
Text Example
Text Example
White with #D37FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37FFC; }
p { color: rgb(211,127,252); }
H1.HeaderClassName
{
color: #D37FFC;
}
.AnyTagClassName
{
color: #D37FFC;
}
</style>
background-color css
<style>
a { background-color: #D37FFC; }
a { background-color: rgb(211,127,252); }
div.DivClassName
{
background-color: #D37FFC;
}
.BgClassName
{
background-color: #D37FFC;
}
</style>
border-color css
<style>
span { border-color: #D37FFC; }
span { border-color: rgb(211,127,252); }
td.TdClassName
{
border-color: #D37FFC;
}
.TagClassName
{
border-color: #D37FFC;
}
</style>