Shades of Heliotrope #D36FFA
Tints of Heliotrope #D36FFA
RGB
CMYK
RGB Variations
Color information
#D36FFA (or 0xD36FFA) is known color: Heliotrope. HEX triplet: D3, 6F and FA. RGB value is (211,111,250). Sum of RGB (Red+Green+Blue) = 211+111+250=572 (75% of max value = 765). Red value is 211 (82.81% from 255 or 36.89% from 572); Green value is 111 (43.75% from 255 or 19.41% from 572); Blue value is 250 (98.05% from 255 or 43.71% from 572); Max value from RGB is 250 - color contains mainly: blue. Hex color #D36FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D36FFA is #2C9005. Grayscale: #9C9C9C. Windows color (decimal): -2920454 or 16412627. OLE color: 16412627.
HSL color Cylindrical-coordinate representation of color #D36FFA: hue angle of 283.17º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D36FFA is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 111 | 250 | - |
| CMYK | 0.16 | 0.56 | 0 | 0.02 |
| HSL | 283.17º | 0.93% | 0.71% | - |
| HSV(B) | 283.17º | 0.56% | 0.98% | - |
| XYZ | 49.8 | 32.12 | 94.02 | - |
| YUV | 156.75 | 180.63 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 111 | 250 | 0.16 | 0.56 | 0 | 0.02 | 283.17 | 0.93 | 0.71 |
| Hex | D3 | 6F | FA | 10 | 38 | 0 | 2 | 11B | 5D | 47 |
| Octal | 323 | 157 | 372 | 20 | 70 | 0 | 2 | 433 | 135 | 107 |
| Binary | 11010011 | 1101111 | 11111010 | 10000 | 111000 | 0 | 10 | 100011011 | 1011101 | 1000111 |
Color Harmonies of #D36FFA
Complementary color
Monochromatic Colors of #D36FFA
Black with #D36FFA
Text Example
Text Example
White with #D36FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36FFA; }
p { color: rgb(211,111,250); }
H1.HeaderClassName
{
color: #D36FFA;
}
.AnyTagClassName
{
color: #D36FFA;
}
</style>
background-color css
<style>
a { background-color: #D36FFA; }
a { background-color: rgb(211,111,250); }
div.DivClassName
{
background-color: #D36FFA;
}
.BgClassName
{
background-color: #D36FFA;
}
</style>
border-color css
<style>
span { border-color: #D36FFA; }
span { border-color: rgb(211,111,250); }
td.TdClassName
{
border-color: #D36FFA;
}
.TagClassName
{
border-color: #D36FFA;
}
</style>