Shades of Heliotrope #D278EC
Tints of Heliotrope #D278EC
RGB
CMYK
RGB Variations
Color information
#D278EC (or 0xD278EC) is known color: Heliotrope. HEX triplet: D2, 78 and EC. RGB value is (210,120,236). Sum of RGB (Red+Green+Blue) = 210+120+236=566 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.10% from 566); Green value is 120 (47.27% from 255 or 21.20% from 566); Blue value is 236 (92.58% from 255 or 41.70% from 566); Max value from RGB is 236 - color contains mainly: blue. Hex color #D278EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D278EC is #2D8713. Grayscale: #9F9F9F. Windows color (decimal): -2983700 or 15497426. OLE color: 15497426.
HSL color Cylindrical-coordinate representation of color #D278EC: hue angle of 286.55º 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 #D278EC is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 120 | 236 | - |
| CMYK | 0.11 | 0.49 | 0 | 0.07 |
| HSL | 286.55º | 0.75% | 0.7% | - |
| HSV(B) | 286.55º | 0.49% | 0.93% | - |
| XYZ | 48.44 | 33.19 | 83.21 | - |
| YUV | 160.13 | 170.82 | 163.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 120 | 236 | 0.11 | 0.49 | 0 | 0.07 | 286.55 | 0.75 | 0.7 |
| Hex | D2 | 78 | EC | B | 31 | 0 | 7 | 11F | 4B | 46 |
| Octal | 322 | 170 | 354 | 13 | 61 | 0 | 7 | 437 | 113 | 106 |
| Binary | 11010010 | 1111000 | 11101100 | 1011 | 110001 | 0 | 111 | 100011111 | 1001011 | 1000110 |
Color Harmonies of #D278EC
Complementary color
Monochromatic Colors of #D278EC
Black with #D278EC
Text Example
Text Example
White with #D278EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D278EC; }
p { color: rgb(210,120,236); }
H1.HeaderClassName
{
color: #D278EC;
}
.AnyTagClassName
{
color: #D278EC;
}
</style>
background-color css
<style>
a { background-color: #D278EC; }
a { background-color: rgb(210,120,236); }
div.DivClassName
{
background-color: #D278EC;
}
.BgClassName
{
background-color: #D278EC;
}
</style>
border-color css
<style>
span { border-color: #D278EC; }
span { border-color: rgb(210,120,236); }
td.TdClassName
{
border-color: #D278EC;
}
.TagClassName
{
border-color: #D278EC;
}
</style>