Shades of Heliotrope #D475EC
Tints of Heliotrope #D475EC
RGB
CMYK
RGB Variations
Color information
#D475EC (or 0xD475EC) is known color: Heliotrope. HEX triplet: D4, 75 and EC. RGB value is (212,117,236). Sum of RGB (Red+Green+Blue) = 212+117+236=565 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.52% from 565); Green value is 117 (46.09% from 255 or 20.71% from 565); Blue value is 236 (92.58% from 255 or 41.77% from 565); Max value from RGB is 236 - color contains mainly: blue. Hex color #D475EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D475EC is #2B8A13. Grayscale: #9E9E9E. Windows color (decimal): -2853396 or 15496660. OLE color: 15496660.
HSL color Cylindrical-coordinate representation of color #D475EC: hue angle of 287.9º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D475EC is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 117 | 236 | - |
| CMYK | 0.10 | 0.50 | 0 | 0.07 |
| HSL | 287.9º | 0.76% | 0.69% | - |
| HSV(B) | 287.9º | 0.5% | 0.93% | - |
| XYZ | 48.65 | 32.78 | 83.12 | - |
| YUV | 158.97 | 171.47 | 165.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 117 | 236 | 0.10 | 0.50 | 0 | 0.07 | 287.9 | 0.76 | 0.69 |
| Hex | D4 | 75 | EC | A | 32 | 0 | 7 | 120 | 4C | 45 |
| Octal | 324 | 165 | 354 | 12 | 62 | 0 | 7 | 440 | 114 | 105 |
| Binary | 11010100 | 1110101 | 11101100 | 1010 | 110010 | 0 | 111 | 100100000 | 1001100 | 1000101 |
Color Harmonies of #D475EC
Complementary color
Monochromatic Colors of #D475EC
Black with #D475EC
Text Example
Text Example
White with #D475EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D475EC; }
p { color: rgb(212,117,236); }
H1.HeaderClassName
{
color: #D475EC;
}
.AnyTagClassName
{
color: #D475EC;
}
</style>
background-color css
<style>
a { background-color: #D475EC; }
a { background-color: rgb(212,117,236); }
div.DivClassName
{
background-color: #D475EC;
}
.BgClassName
{
background-color: #D475EC;
}
</style>
border-color css
<style>
span { border-color: #D475EC; }
span { border-color: rgb(212,117,236); }
td.TdClassName
{
border-color: #D475EC;
}
.TagClassName
{
border-color: #D475EC;
}
</style>