Shades of Orchid #E16EC0
Tints of Orchid #E16EC0
RGB
CMYK
RGB Variations
Color information
#E16EC0 (or 0xE16EC0) is known color: Orchid. HEX triplet: E1, 6E and C0. RGB value is (225,110,192). Sum of RGB (Red+Green+Blue) = 225+110+192=527 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.69% from 527); Green value is 110 (43.36% from 255 or 20.87% from 527); Blue value is 192 (75.39% from 255 or 36.43% from 527); Max value from RGB is 225 - color contains mainly: red. Hex color #E16EC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16EC0 is #1E913F. Grayscale: #999999. Windows color (decimal): -2003264 or 12611297. OLE color: 12611297.
HSL color Cylindrical-coordinate representation of color #E16EC0: hue angle of 317.22º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E16EC0 is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 110 | 192 | - |
| CMYK | 0 | 0.51 | 0.15 | 0.12 |
| HSL | 317.22º | 0.66% | 0.66% | - |
| HSV(B) | 317.22º | 0.51% | 0.88% | - |
| XYZ | 46.14 | 30.97 | 53.41 | - |
| YUV | 153.73 | 149.6 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 110 | 192 | 0 | 0.51 | 0.15 | 0.12 | 317.22 | 0.66 | 0.66 |
| Hex | E1 | 6E | C0 | 0 | 33 | F | C | 13D | 42 | 42 |
| Octal | 341 | 156 | 300 | 0 | 63 | 17 | 14 | 475 | 102 | 102 |
| Binary | 11100001 | 1101110 | 11000000 | 0 | 110011 | 1111 | 1100 | 100111101 | 1000010 | 1000010 |
Color Harmonies of #E16EC0
Complementary color
Monochromatic Colors of #E16EC0
Black with #E16EC0
Text Example
Text Example
White with #E16EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16EC0; }
p { color: rgb(225,110,192); }
H1.HeaderClassName
{
color: #E16EC0;
}
.AnyTagClassName
{
color: #E16EC0;
}
</style>
background-color css
<style>
a { background-color: #E16EC0; }
a { background-color: rgb(225,110,192); }
div.DivClassName
{
background-color: #E16EC0;
}
.BgClassName
{
background-color: #E16EC0;
}
</style>
border-color css
<style>
span { border-color: #E16EC0; }
span { border-color: rgb(225,110,192); }
td.TdClassName
{
border-color: #E16EC0;
}
.TagClassName
{
border-color: #E16EC0;
}
</style>