Shades of Orchid #E16CEB
Tints of Orchid #E16CEB
RGB
CMYK
RGB Variations
Color information
#E16CEB (or 0xE16CEB) is known color: Orchid. HEX triplet: E1, 6C and EB. RGB value is (225,108,235). Sum of RGB (Red+Green+Blue) = 225+108+235=568 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.61% from 568); Green value is 108 (42.58% from 255 or 19.01% from 568); Blue value is 235 (92.19% from 255 or 41.37% from 568); Max value from RGB is 235 - color contains mainly: blue. Hex color #E16CEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E16CEB is #1E9314. Grayscale: #9D9D9D. Windows color (decimal): -2003733 or 15428833. OLE color: 15428833.
HSL color Cylindrical-coordinate representation of color #E16CEB: hue angle of 295.28º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E16CEB is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 225 | 108 | 235 | - |
| CMYK | 0.04 | 0.54 | 0 | 0.08 |
| HSL | 295.28º | 0.76% | 0.67% | - |
| HSV(B) | 295.28º | 0.54% | 0.92% | - |
| XYZ | 51.41 | 32.73 | 82.21 | - |
| YUV | 157.46 | 171.76 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 108 | 235 | 0.04 | 0.54 | 0 | 0.08 | 295.28 | 0.76 | 0.67 |
| Hex | E1 | 6C | EB | 4 | 36 | 0 | 8 | 127 | 4C | 43 |
| Octal | 341 | 154 | 353 | 4 | 66 | 0 | 10 | 447 | 114 | 103 |
| Binary | 11100001 | 1101100 | 11101011 | 100 | 110110 | 0 | 1000 | 100100111 | 1001100 | 1000011 |
Color Harmonies of #E16CEB
Complementary color
Monochromatic Colors of #E16CEB
Black with #E16CEB
Text Example
Text Example
White with #E16CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16CEB; }
p { color: rgb(225,108,235); }
H1.HeaderClassName
{
color: #E16CEB;
}
.AnyTagClassName
{
color: #E16CEB;
}
</style>
background-color css
<style>
a { background-color: #E16CEB; }
a { background-color: rgb(225,108,235); }
div.DivClassName
{
background-color: #E16CEB;
}
.BgClassName
{
background-color: #E16CEB;
}
</style>
border-color css
<style>
span { border-color: #E16CEB; }
span { border-color: rgb(225,108,235); }
td.TdClassName
{
border-color: #E16CEB;
}
.TagClassName
{
border-color: #E16CEB;
}
</style>