Shades of Orchid #E16BC9
Tints of Orchid #E16BC9
RGB
CMYK
RGB Variations
Color information
#E16BC9 (or 0xE16BC9) is known color: Orchid. HEX triplet: E1, 6B and C9. RGB value is (225,107,201). Sum of RGB (Red+Green+Blue) = 225+107+201=533 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.21% from 533); Green value is 107 (42.19% from 255 or 20.08% from 533); Blue value is 201 (78.91% from 255 or 37.71% from 533); Max value from RGB is 225 - color contains mainly: red. Hex color #E16BC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16BC9 is #1E9436. Grayscale: #989898. Windows color (decimal): -2004023 or 13200353. OLE color: 13200353.
HSL color Cylindrical-coordinate representation of color #E16BC9: hue angle of 312.2º 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 #E16BC9 is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 107 | 201 | - |
| CMYK | 0 | 0.52 | 0.11 | 0.12 |
| HSL | 312.2º | 0.66% | 0.65% | - |
| HSV(B) | 312.2º | 0.52% | 0.88% | - |
| XYZ | 46.85 | 30.74 | 58.72 | - |
| YUV | 153 | 155.09 | 179.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 107 | 201 | 0 | 0.52 | 0.11 | 0.12 | 312.2 | 0.66 | 0.65 |
| Hex | E1 | 6B | C9 | 0 | 34 | B | C | 138 | 42 | 41 |
| Octal | 341 | 153 | 311 | 0 | 64 | 13 | 14 | 470 | 102 | 101 |
| Binary | 11100001 | 1101011 | 11001001 | 0 | 110100 | 1011 | 1100 | 100111000 | 1000010 | 1000001 |
Color Harmonies of #E16BC9
Complementary color
Monochromatic Colors of #E16BC9
Black with #E16BC9
Text Example
Text Example
White with #E16BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16BC9; }
p { color: rgb(225,107,201); }
H1.HeaderClassName
{
color: #E16BC9;
}
.AnyTagClassName
{
color: #E16BC9;
}
</style>
background-color css
<style>
a { background-color: #E16BC9; }
a { background-color: rgb(225,107,201); }
div.DivClassName
{
background-color: #E16BC9;
}
.BgClassName
{
background-color: #E16BC9;
}
</style>
border-color css
<style>
span { border-color: #E16BC9; }
span { border-color: rgb(225,107,201); }
td.TdClassName
{
border-color: #E16BC9;
}
.TagClassName
{
border-color: #E16BC9;
}
</style>