Shades of Orchid #E16FC0
Tints of Orchid #E16FC0
RGB
CMYK
RGB Variations
Color information
#E16FC0 (or 0xE16FC0) is known color: Orchid. HEX triplet: E1, 6F and C0. RGB value is (225,111,192). Sum of RGB (Red+Green+Blue) = 225+111+192=528 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.61% from 528); Green value is 111 (43.75% from 255 or 21.02% from 528); Blue value is 192 (75.39% from 255 or 36.36% from 528); Max value from RGB is 225 - color contains mainly: red. Hex color #E16FC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16FC0 is #1E903F. Grayscale: #9A9A9A. Windows color (decimal): -2003008 or 12611553. OLE color: 12611553.
HSL color Cylindrical-coordinate representation of color #E16FC0: hue angle of 317.37º 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 #E16FC0 is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 111 | 192 | - |
| CMYK | 0 | 0.51 | 0.15 | 0.12 |
| HSL | 317.37º | 0.66% | 0.66% | - |
| HSV(B) | 317.37º | 0.51% | 0.88% | - |
| XYZ | 46.25 | 31.18 | 53.45 | - |
| YUV | 154.32 | 149.27 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 111 | 192 | 0 | 0.51 | 0.15 | 0.12 | 317.37 | 0.66 | 0.66 |
| Hex | E1 | 6F | C0 | 0 | 33 | F | C | 13D | 42 | 42 |
| Octal | 341 | 157 | 300 | 0 | 63 | 17 | 14 | 475 | 102 | 102 |
| Binary | 11100001 | 1101111 | 11000000 | 0 | 110011 | 1111 | 1100 | 100111101 | 1000010 | 1000010 |
Color Harmonies of #E16FC0
Complementary color
Monochromatic Colors of #E16FC0
Black with #E16FC0
Text Example
Text Example
White with #E16FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16FC0; }
p { color: rgb(225,111,192); }
H1.HeaderClassName
{
color: #E16FC0;
}
.AnyTagClassName
{
color: #E16FC0;
}
</style>
background-color css
<style>
a { background-color: #E16FC0; }
a { background-color: rgb(225,111,192); }
div.DivClassName
{
background-color: #E16FC0;
}
.BgClassName
{
background-color: #E16FC0;
}
</style>
border-color css
<style>
span { border-color: #E16FC0; }
span { border-color: rgb(225,111,192); }
td.TdClassName
{
border-color: #E16FC0;
}
.TagClassName
{
border-color: #E16FC0;
}
</style>