Shades of Heliotrope #D45AFC
Tints of Heliotrope #D45AFC
RGB
CMYK
RGB Variations
Color information
#D45AFC (or 0xD45AFC) is known color: Heliotrope. HEX triplet: D4, 5A and FC. RGB value is (212,90,252). Sum of RGB (Red+Green+Blue) = 212+90+252=554 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.27% from 554); Green value is 90 (35.55% from 255 or 16.25% from 554); Blue value is 252 (98.83% from 255 or 45.49% from 554); Max value from RGB is 252 - color contains mainly: blue. Hex color #D45AFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D45AFC is #2BA503. Grayscale: #909090. Windows color (decimal): -2860292 or 16538324. OLE color: 16538324.
HSL color Cylindrical-coordinate representation of color #D45AFC: hue angle of 285.19º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D45AFC is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 90 | 252 | - |
| CMYK | 0.16 | 0.64 | 0 | 0.01 |
| HSL | 285.19º | 0.96% | 0.67% | - |
| HSV(B) | 285.19º | 0.64% | 0.99% | - |
| XYZ | 48.38 | 28.34 | 95.02 | - |
| YUV | 144.95 | 188.42 | 175.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 90 | 252 | 0.16 | 0.64 | 0 | 0.01 | 285.19 | 0.96 | 0.67 |
| Hex | D4 | 5A | FC | 10 | 40 | 0 | 1 | 11D | 60 | 43 |
| Octal | 324 | 132 | 374 | 20 | 100 | 0 | 1 | 435 | 140 | 103 |
| Binary | 11010100 | 1011010 | 11111100 | 10000 | 1000000 | 0 | 1 | 100011101 | 1100000 | 1000011 |
Color Harmonies of #D45AFC
Complementary color
Monochromatic Colors of #D45AFC
Black with #D45AFC
Text Example
Text Example
White with #D45AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45AFC; }
p { color: rgb(212,90,252); }
H1.HeaderClassName
{
color: #D45AFC;
}
.AnyTagClassName
{
color: #D45AFC;
}
</style>
background-color css
<style>
a { background-color: #D45AFC; }
a { background-color: rgb(212,90,252); }
div.DivClassName
{
background-color: #D45AFC;
}
.BgClassName
{
background-color: #D45AFC;
}
</style>
border-color css
<style>
span { border-color: #D45AFC; }
span { border-color: rgb(212,90,252); }
td.TdClassName
{
border-color: #D45AFC;
}
.TagClassName
{
border-color: #D45AFC;
}
</style>