Shades of Heliotrope #D478EC
Tints of Heliotrope #D478EC
RGB
CMYK
RGB Variations
Color information
#D478EC (or 0xD478EC) is known color: Heliotrope. HEX triplet: D4, 78 and EC. RGB value is (212,120,236). Sum of RGB (Red+Green+Blue) = 212+120+236=568 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.32% from 568); Green value is 120 (47.27% from 255 or 21.13% from 568); Blue value is 236 (92.58% from 255 or 41.55% from 568); Max value from RGB is 236 - color contains mainly: blue. Hex color #D478EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D478EC is #2B8713. Grayscale: #A0A0A0. Windows color (decimal): -2852628 or 15497428. OLE color: 15497428.
HSL color Cylindrical-coordinate representation of color #D478EC: hue angle of 287.59º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D478EC is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 120 | 236 | - |
| CMYK | 0.10 | 0.49 | 0 | 0.07 |
| HSL | 287.59º | 0.75% | 0.7% | - |
| HSV(B) | 287.59º | 0.49% | 0.93% | - |
| XYZ | 49.01 | 33.49 | 83.24 | - |
| YUV | 160.73 | 170.48 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 120 | 236 | 0.10 | 0.49 | 0 | 0.07 | 287.59 | 0.75 | 0.7 |
| Hex | D4 | 78 | EC | A | 31 | 0 | 7 | 120 | 4B | 46 |
| Octal | 324 | 170 | 354 | 12 | 61 | 0 | 7 | 440 | 113 | 106 |
| Binary | 11010100 | 1111000 | 11101100 | 1010 | 110001 | 0 | 111 | 100100000 | 1001011 | 1000110 |
Color Harmonies of #D478EC
Complementary color
Monochromatic Colors of #D478EC
Black with #D478EC
Text Example
Text Example
White with #D478EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D478EC; }
p { color: rgb(212,120,236); }
H1.HeaderClassName
{
color: #D478EC;
}
.AnyTagClassName
{
color: #D478EC;
}
</style>
background-color css
<style>
a { background-color: #D478EC; }
a { background-color: rgb(212,120,236); }
div.DivClassName
{
background-color: #D478EC;
}
.BgClassName
{
background-color: #D478EC;
}
</style>
border-color css
<style>
span { border-color: #D478EC; }
span { border-color: rgb(212,120,236); }
td.TdClassName
{
border-color: #D478EC;
}
.TagClassName
{
border-color: #D478EC;
}
</style>