Shades of Orchid #E16BEB
Tints of Orchid #E16BEB
RGB
CMYK
RGB Variations
Color information
#E16BEB (or 0xE16BEB) is known color: Orchid. HEX triplet: E1, 6B and EB. RGB value is (225,107,235). Sum of RGB (Red+Green+Blue) = 225+107+235=567 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.68% from 567); Green value is 107 (42.19% from 255 or 18.87% from 567); Blue value is 235 (92.19% from 255 or 41.45% from 567); Max value from RGB is 235 - color contains mainly: blue. Hex color #E16BEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E16BEB is #1E9414. Grayscale: #9C9C9C. Windows color (decimal): -2003989 or 15428577. OLE color: 15428577.
HSL color Cylindrical-coordinate representation of color #E16BEB: hue angle of 295.31º 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 #E16BEB is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 225 | 107 | 235 | - |
| CMYK | 0.04 | 0.54 | 0 | 0.08 |
| HSL | 295.31º | 0.76% | 0.67% | - |
| HSV(B) | 295.31º | 0.54% | 0.92% | - |
| XYZ | 51.3 | 32.52 | 82.17 | - |
| YUV | 156.87 | 172.09 | 176.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 107 | 235 | 0.04 | 0.54 | 0 | 0.08 | 295.31 | 0.76 | 0.67 |
| Hex | E1 | 6B | EB | 4 | 36 | 0 | 8 | 127 | 4C | 43 |
| Octal | 341 | 153 | 353 | 4 | 66 | 0 | 10 | 447 | 114 | 103 |
| Binary | 11100001 | 1101011 | 11101011 | 100 | 110110 | 0 | 1000 | 100100111 | 1001100 | 1000011 |
Color Harmonies of #E16BEB
Complementary color
Monochromatic Colors of #E16BEB
Black with #E16BEB
Text Example
Text Example
White with #E16BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16BEB; }
p { color: rgb(225,107,235); }
H1.HeaderClassName
{
color: #E16BEB;
}
.AnyTagClassName
{
color: #E16BEB;
}
</style>
background-color css
<style>
a { background-color: #E16BEB; }
a { background-color: rgb(225,107,235); }
div.DivClassName
{
background-color: #E16BEB;
}
.BgClassName
{
background-color: #E16BEB;
}
</style>
border-color css
<style>
span { border-color: #E16BEB; }
span { border-color: rgb(225,107,235); }
td.TdClassName
{
border-color: #E16BEB;
}
.TagClassName
{
border-color: #E16BEB;
}
</style>