Shades of Orchid #E16BE0
Tints of Orchid #E16BE0
RGB
CMYK
RGB Variations
Color information
#E16BE0 (or 0xE16BE0) is known color: Orchid. HEX triplet: E1, 6B and E0. RGB value is (225,107,224). Sum of RGB (Red+Green+Blue) = 225+107+224=556 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.47% from 556); Green value is 107 (42.19% from 255 or 19.24% from 556); Blue value is 224 (87.89% from 255 or 40.29% from 556); Max value from RGB is 225 - color contains mainly: red. Hex color #E16BE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16BE0 is #1E941F. Grayscale: #9B9B9B. Windows color (decimal): -2004000 or 14707681. OLE color: 14707681.
HSL color Cylindrical-coordinate representation of color #E16BE0: hue angle of 300.51º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E16BE0 is Cyan = 0, Magento = 0.52, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 107 | 224 | - |
| CMYK | 0 | 0.52 | 0.00 | 0.12 |
| HSL | 300.51º | 0.66% | 0.65% | - |
| HSV(B) | 300.51º | 0.52% | 0.88% | - |
| XYZ | 49.76 | 31.9 | 74.06 | - |
| YUV | 155.62 | 166.59 | 177.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 107 | 224 | 0 | 0.52 | 0.00 | 0.12 | 300.51 | 0.66 | 0.65 |
| Hex | E1 | 6B | E0 | 0 | 34 | 0 | C | 12D | 42 | 41 |
| Octal | 341 | 153 | 340 | 0 | 64 | 0 | 14 | 455 | 102 | 101 |
| Binary | 11100001 | 1101011 | 11100000 | 0 | 110100 | 0 | 1100 | 100101101 | 1000010 | 1000001 |
Color Harmonies of #E16BE0
Complementary color
Monochromatic Colors of #E16BE0
Black with #E16BE0
Text Example
Text Example
White with #E16BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16BE0; }
p { color: rgb(225,107,224); }
H1.HeaderClassName
{
color: #E16BE0;
}
.AnyTagClassName
{
color: #E16BE0;
}
</style>
background-color css
<style>
a { background-color: #E16BE0; }
a { background-color: rgb(225,107,224); }
div.DivClassName
{
background-color: #E16BE0;
}
.BgClassName
{
background-color: #E16BE0;
}
</style>
border-color css
<style>
span { border-color: #E16BE0; }
span { border-color: rgb(225,107,224); }
td.TdClassName
{
border-color: #E16BE0;
}
.TagClassName
{
border-color: #E16BE0;
}
</style>