Shades of Heliotrope #D35EFA
Tints of Heliotrope #D35EFA
RGB
CMYK
RGB Variations
Color information
#D35EFA (or 0xD35EFA) is known color: Heliotrope. HEX triplet: D3, 5E and FA. RGB value is (211,94,250). Sum of RGB (Red+Green+Blue) = 211+94+250=555 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.02% from 555); Green value is 94 (37.11% from 255 or 16.94% from 555); Blue value is 250 (98.05% from 255 or 45.05% from 555); Max value from RGB is 250 - color contains mainly: blue. Hex color #D35EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D35EFA is #2CA105. Grayscale: #929292. Windows color (decimal): -2924806 or 16408275. OLE color: 16408275.
HSL color Cylindrical-coordinate representation of color #D35EFA: hue angle of 285º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D35EFA is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 94 | 250 | - |
| CMYK | 0.16 | 0.62 | 0 | 0.02 |
| HSL | 285º | 0.94% | 0.67% | - |
| HSV(B) | 285º | 0.62% | 0.98% | - |
| XYZ | 48.12 | 28.76 | 93.46 | - |
| YUV | 146.77 | 186.26 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 94 | 250 | 0.16 | 0.62 | 0 | 0.02 | 285 | 0.94 | 0.67 |
| Hex | D3 | 5E | FA | 10 | 3E | 0 | 2 | 11D | 5E | 43 |
| Octal | 323 | 136 | 372 | 20 | 76 | 0 | 2 | 435 | 136 | 103 |
| Binary | 11010011 | 1011110 | 11111010 | 10000 | 111110 | 0 | 10 | 100011101 | 1011110 | 1000011 |
Color Harmonies of #D35EFA
Complementary color
Monochromatic Colors of #D35EFA
Black with #D35EFA
Text Example
Text Example
White with #D35EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35EFA; }
p { color: rgb(211,94,250); }
H1.HeaderClassName
{
color: #D35EFA;
}
.AnyTagClassName
{
color: #D35EFA;
}
</style>
background-color css
<style>
a { background-color: #D35EFA; }
a { background-color: rgb(211,94,250); }
div.DivClassName
{
background-color: #D35EFA;
}
.BgClassName
{
background-color: #D35EFA;
}
</style>
border-color css
<style>
span { border-color: #D35EFA; }
span { border-color: rgb(211,94,250); }
td.TdClassName
{
border-color: #D35EFA;
}
.TagClassName
{
border-color: #D35EFA;
}
</style>