Shades of Heliotrope #D45FFC
Tints of Heliotrope #D45FFC
RGB
CMYK
RGB Variations
Color information
#D45FFC (or 0xD45FFC) is known color: Heliotrope. HEX triplet: D4, 5F and FC. RGB value is (212,95,252). Sum of RGB (Red+Green+Blue) = 212+95+252=559 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.92% from 559); Green value is 95 (37.5% from 255 or 16.99% from 559); Blue value is 252 (98.83% from 255 or 45.08% from 559); Max value from RGB is 252 - color contains mainly: blue. Hex color #D45FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D45FFC is #2BA003. Grayscale: #939393. Windows color (decimal): -2859012 or 16539604. OLE color: 16539604.
HSL color Cylindrical-coordinate representation of color #D45FFC: hue angle of 284.71º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D45FFC is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 95 | 252 | - |
| CMYK | 0.16 | 0.62 | 0 | 0.01 |
| HSL | 284.71º | 0.96% | 0.68% | - |
| HSV(B) | 284.71º | 0.62% | 0.99% | - |
| XYZ | 48.81 | 29.21 | 95.16 | - |
| YUV | 147.88 | 186.76 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 95 | 252 | 0.16 | 0.62 | 0 | 0.01 | 284.71 | 0.96 | 0.68 |
| Hex | D4 | 5F | FC | 10 | 3E | 0 | 1 | 11D | 60 | 44 |
| Octal | 324 | 137 | 374 | 20 | 76 | 0 | 1 | 435 | 140 | 104 |
| Binary | 11010100 | 1011111 | 11111100 | 10000 | 111110 | 0 | 1 | 100011101 | 1100000 | 1000100 |
Color Harmonies of #D45FFC
Complementary color
Monochromatic Colors of #D45FFC
Black with #D45FFC
Text Example
Text Example
White with #D45FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45FFC; }
p { color: rgb(212,95,252); }
H1.HeaderClassName
{
color: #D45FFC;
}
.AnyTagClassName
{
color: #D45FFC;
}
</style>
background-color css
<style>
a { background-color: #D45FFC; }
a { background-color: rgb(212,95,252); }
div.DivClassName
{
background-color: #D45FFC;
}
.BgClassName
{
background-color: #D45FFC;
}
</style>
border-color css
<style>
span { border-color: #D45FFC; }
span { border-color: rgb(212,95,252); }
td.TdClassName
{
border-color: #D45FFC;
}
.TagClassName
{
border-color: #D45FFC;
}
</style>