Shades of Orchid #E16BCE
Tints of Orchid #E16BCE
RGB
CMYK
RGB Variations
Color information
#E16BCE (or 0xE16BCE) is known color: Orchid. HEX triplet: E1, 6B and CE. RGB value is (225,107,206). Sum of RGB (Red+Green+Blue) = 225+107+206=538 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.82% from 538); Green value is 107 (42.19% from 255 or 19.89% from 538); Blue value is 206 (80.86% from 255 or 38.29% from 538); Max value from RGB is 225 - color contains mainly: red. Hex color #E16BCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16BCE is #1E9431. Grayscale: #999999. Windows color (decimal): -2004018 or 13528033. OLE color: 13528033.
HSL color Cylindrical-coordinate representation of color #E16BCE: hue angle of 309.66º 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 #E16BCE is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 107 | 206 | - |
| CMYK | 0 | 0.52 | 0.08 | 0.12 |
| HSL | 309.66º | 0.66% | 0.65% | - |
| HSV(B) | 309.66º | 0.52% | 0.88% | - |
| XYZ | 47.45 | 30.98 | 61.87 | - |
| YUV | 153.57 | 157.59 | 178.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 107 | 206 | 0 | 0.52 | 0.08 | 0.12 | 309.66 | 0.66 | 0.65 |
| Hex | E1 | 6B | CE | 0 | 34 | 8 | C | 136 | 42 | 41 |
| Octal | 341 | 153 | 316 | 0 | 64 | 10 | 14 | 466 | 102 | 101 |
| Binary | 11100001 | 1101011 | 11001110 | 0 | 110100 | 1000 | 1100 | 100110110 | 1000010 | 1000001 |
Color Harmonies of #E16BCE
Complementary color
Monochromatic Colors of #E16BCE
Black with #E16BCE
Text Example
Text Example
White with #E16BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16BCE; }
p { color: rgb(225,107,206); }
H1.HeaderClassName
{
color: #E16BCE;
}
.AnyTagClassName
{
color: #E16BCE;
}
</style>
background-color css
<style>
a { background-color: #E16BCE; }
a { background-color: rgb(225,107,206); }
div.DivClassName
{
background-color: #E16BCE;
}
.BgClassName
{
background-color: #E16BCE;
}
</style>
border-color css
<style>
span { border-color: #E16BCE; }
span { border-color: rgb(225,107,206); }
td.TdClassName
{
border-color: #E16BCE;
}
.TagClassName
{
border-color: #E16BCE;
}
</style>