Shades of Orchid #E16BCB
Tints of Orchid #E16BCB
RGB
CMYK
RGB Variations
Color information
#E16BCB (or 0xE16BCB) is known color: Orchid. HEX triplet: E1, 6B and CB. RGB value is (225,107,203). Sum of RGB (Red+Green+Blue) = 225+107+203=535 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.06% from 535); Green value is 107 (42.19% from 255 or 20% from 535); Blue value is 203 (79.69% from 255 or 37.94% from 535); Max value from RGB is 225 - color contains mainly: red. Hex color #E16BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16BCB is #1E9434. Grayscale: #989898. Windows color (decimal): -2004021 or 13331425. OLE color: 13331425.
HSL color Cylindrical-coordinate representation of color #E16BCB: hue angle of 311.19º 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 #E16BCB is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 107 | 203 | - |
| CMYK | 0 | 0.52 | 0.10 | 0.12 |
| HSL | 311.19º | 0.66% | 0.65% | - |
| HSV(B) | 311.19º | 0.52% | 0.88% | - |
| XYZ | 47.09 | 30.83 | 59.97 | - |
| YUV | 153.23 | 156.09 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 107 | 203 | 0 | 0.52 | 0.10 | 0.12 | 311.19 | 0.66 | 0.65 |
| Hex | E1 | 6B | CB | 0 | 34 | A | C | 137 | 42 | 41 |
| Octal | 341 | 153 | 313 | 0 | 64 | 12 | 14 | 467 | 102 | 101 |
| Binary | 11100001 | 1101011 | 11001011 | 0 | 110100 | 1010 | 1100 | 100110111 | 1000010 | 1000001 |
Color Harmonies of #E16BCB
Complementary color
Monochromatic Colors of #E16BCB
Black with #E16BCB
Text Example
Text Example
White with #E16BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16BCB; }
p { color: rgb(225,107,203); }
H1.HeaderClassName
{
color: #E16BCB;
}
.AnyTagClassName
{
color: #E16BCB;
}
</style>
background-color css
<style>
a { background-color: #E16BCB; }
a { background-color: rgb(225,107,203); }
div.DivClassName
{
background-color: #E16BCB;
}
.BgClassName
{
background-color: #E16BCB;
}
</style>
border-color css
<style>
span { border-color: #E16BCB; }
span { border-color: rgb(225,107,203); }
td.TdClassName
{
border-color: #E16BCB;
}
.TagClassName
{
border-color: #E16BCB;
}
</style>