Shades of Heliotrope #D45EFA
Tints of Heliotrope #D45EFA
RGB
CMYK
RGB Variations
Color information
#D45EFA (or 0xD45EFA) is known color: Heliotrope. HEX triplet: D4, 5E and FA. RGB value is (212,94,250). Sum of RGB (Red+Green+Blue) = 212+94+250=556 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.13% from 556); Green value is 94 (37.11% from 255 or 16.91% from 556); Blue value is 250 (98.05% from 255 or 44.96% from 556); Max value from RGB is 250 - color contains mainly: blue. Hex color #D45EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D45EFA is #2BA105. Grayscale: #929292. Windows color (decimal): -2859270 or 16408276. OLE color: 16408276.
HSL color Cylindrical-coordinate representation of color #D45EFA: hue angle of 285.38º 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 #D45EFA is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 94 | 250 | - |
| CMYK | 0.15 | 0.62 | 0 | 0.02 |
| HSL | 285.38º | 0.94% | 0.67% | - |
| HSV(B) | 285.38º | 0.62% | 0.98% | - |
| XYZ | 48.41 | 28.9 | 93.47 | - |
| YUV | 147.07 | 186.09 | 174.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 94 | 250 | 0.15 | 0.62 | 0 | 0.02 | 285.38 | 0.94 | 0.67 |
| Hex | D4 | 5E | FA | F | 3E | 0 | 2 | 11D | 5E | 43 |
| Octal | 324 | 136 | 372 | 17 | 76 | 0 | 2 | 435 | 136 | 103 |
| Binary | 11010100 | 1011110 | 11111010 | 1111 | 111110 | 0 | 10 | 100011101 | 1011110 | 1000011 |
Color Harmonies of #D45EFA
Complementary color
Monochromatic Colors of #D45EFA
Black with #D45EFA
Text Example
Text Example
White with #D45EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45EFA; }
p { color: rgb(212,94,250); }
H1.HeaderClassName
{
color: #D45EFA;
}
.AnyTagClassName
{
color: #D45EFA;
}
</style>
background-color css
<style>
a { background-color: #D45EFA; }
a { background-color: rgb(212,94,250); }
div.DivClassName
{
background-color: #D45EFA;
}
.BgClassName
{
background-color: #D45EFA;
}
</style>
border-color css
<style>
span { border-color: #D45EFA; }
span { border-color: rgb(212,94,250); }
td.TdClassName
{
border-color: #D45EFA;
}
.TagClassName
{
border-color: #D45EFA;
}
</style>