Shades of Orchid #E16EC3
Tints of Orchid #E16EC3
RGB
CMYK
RGB Variations
Color information
#E16EC3 (or 0xE16EC3) is known color: Orchid. HEX triplet: E1, 6E and C3. RGB value is (225,110,195). Sum of RGB (Red+Green+Blue) = 225+110+195=530 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.45% from 530); Green value is 110 (43.36% from 255 or 20.75% from 530); Blue value is 195 (76.56% from 255 or 36.79% from 530); Max value from RGB is 225 - color contains mainly: red. Hex color #E16EC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16EC3 is #1E913C. Grayscale: #999999. Windows color (decimal): -2003261 or 12807905. OLE color: 12807905.
HSL color Cylindrical-coordinate representation of color #E16EC3: hue angle of 315.65º 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 #E16EC3 is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 110 | 195 | - |
| CMYK | 0 | 0.51 | 0.13 | 0.12 |
| HSL | 315.65º | 0.66% | 0.66% | - |
| HSV(B) | 315.65º | 0.51% | 0.88% | - |
| XYZ | 46.48 | 31.1 | 55.18 | - |
| YUV | 154.08 | 151.1 | 178.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 110 | 195 | 0 | 0.51 | 0.13 | 0.12 | 315.65 | 0.66 | 0.66 |
| Hex | E1 | 6E | C3 | 0 | 33 | D | C | 13C | 42 | 42 |
| Octal | 341 | 156 | 303 | 0 | 63 | 15 | 14 | 474 | 102 | 102 |
| Binary | 11100001 | 1101110 | 11000011 | 0 | 110011 | 1101 | 1100 | 100111100 | 1000010 | 1000010 |
Color Harmonies of #E16EC3
Complementary color
Monochromatic Colors of #E16EC3
Black with #E16EC3
Text Example
Text Example
White with #E16EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16EC3; }
p { color: rgb(225,110,195); }
H1.HeaderClassName
{
color: #E16EC3;
}
.AnyTagClassName
{
color: #E16EC3;
}
</style>
background-color css
<style>
a { background-color: #E16EC3; }
a { background-color: rgb(225,110,195); }
div.DivClassName
{
background-color: #E16EC3;
}
.BgClassName
{
background-color: #E16EC3;
}
</style>
border-color css
<style>
span { border-color: #E16EC3; }
span { border-color: rgb(225,110,195); }
td.TdClassName
{
border-color: #E16EC3;
}
.TagClassName
{
border-color: #E16EC3;
}
</style>