Shades of Orchid #E16BCD
Tints of Orchid #E16BCD
RGB
CMYK
RGB Variations
Color information
#E16BCD (or 0xE16BCD) is known color: Orchid. HEX triplet: E1, 6B and CD. RGB value is (225,107,205). Sum of RGB (Red+Green+Blue) = 225+107+205=537 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.90% from 537); Green value is 107 (42.19% from 255 or 19.93% from 537); Blue value is 205 (80.47% from 255 or 38.18% from 537); Max value from RGB is 225 - color contains mainly: red. Hex color #E16BCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16BCD is #1E9432. Grayscale: #999999. Windows color (decimal): -2004019 or 13462497. OLE color: 13462497.
HSL color Cylindrical-coordinate representation of color #E16BCD: hue angle of 310.17º 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 #E16BCD is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 107 | 205 | - |
| CMYK | 0 | 0.52 | 0.09 | 0.12 |
| HSL | 310.17º | 0.66% | 0.65% | - |
| HSV(B) | 310.17º | 0.52% | 0.88% | - |
| XYZ | 47.33 | 30.93 | 61.23 | - |
| YUV | 153.45 | 157.09 | 179.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 107 | 205 | 0 | 0.52 | 0.09 | 0.12 | 310.17 | 0.66 | 0.65 |
| Hex | E1 | 6B | CD | 0 | 34 | 9 | C | 136 | 42 | 41 |
| Octal | 341 | 153 | 315 | 0 | 64 | 11 | 14 | 466 | 102 | 101 |
| Binary | 11100001 | 1101011 | 11001101 | 0 | 110100 | 1001 | 1100 | 100110110 | 1000010 | 1000001 |
Color Harmonies of #E16BCD
Complementary color
Monochromatic Colors of #E16BCD
Black with #E16BCD
Text Example
Text Example
White with #E16BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16BCD; }
p { color: rgb(225,107,205); }
H1.HeaderClassName
{
color: #E16BCD;
}
.AnyTagClassName
{
color: #E16BCD;
}
</style>
background-color css
<style>
a { background-color: #E16BCD; }
a { background-color: rgb(225,107,205); }
div.DivClassName
{
background-color: #E16BCD;
}
.BgClassName
{
background-color: #E16BCD;
}
</style>
border-color css
<style>
span { border-color: #E16BCD; }
span { border-color: rgb(225,107,205); }
td.TdClassName
{
border-color: #E16BCD;
}
.TagClassName
{
border-color: #E16BCD;
}
</style>