Shades of Orchid #E16DC9
Tints of Orchid #E16DC9
RGB
CMYK
RGB Variations
Color information
#E16DC9 (or 0xE16DC9) is known color: Orchid. HEX triplet: E1, 6D and C9. RGB value is (225,109,201). Sum of RGB (Red+Green+Blue) = 225+109+201=535 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.06% from 535); Green value is 109 (42.97% from 255 or 20.37% from 535); Blue value is 201 (78.91% from 255 or 37.57% from 535); Max value from RGB is 225 - color contains mainly: red. Hex color #E16DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16DC9 is #1E9236. Grayscale: #999999. Windows color (decimal): -2003511 or 13200865. OLE color: 13200865.
HSL color Cylindrical-coordinate representation of color #E16DC9: hue angle of 312.41º 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 #E16DC9 is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 109 | 201 | - |
| CMYK | 0 | 0.52 | 0.11 | 0.12 |
| HSL | 312.41º | 0.66% | 0.65% | - |
| HSV(B) | 312.41º | 0.52% | 0.88% | - |
| XYZ | 47.06 | 31.16 | 58.79 | - |
| YUV | 154.17 | 154.43 | 178.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 109 | 201 | 0 | 0.52 | 0.11 | 0.12 | 312.41 | 0.66 | 0.65 |
| Hex | E1 | 6D | C9 | 0 | 34 | B | C | 138 | 42 | 41 |
| Octal | 341 | 155 | 311 | 0 | 64 | 13 | 14 | 470 | 102 | 101 |
| Binary | 11100001 | 1101101 | 11001001 | 0 | 110100 | 1011 | 1100 | 100111000 | 1000010 | 1000001 |
Color Harmonies of #E16DC9
Complementary color
Monochromatic Colors of #E16DC9
Black with #E16DC9
Text Example
Text Example
White with #E16DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16DC9; }
p { color: rgb(225,109,201); }
H1.HeaderClassName
{
color: #E16DC9;
}
.AnyTagClassName
{
color: #E16DC9;
}
</style>
background-color css
<style>
a { background-color: #E16DC9; }
a { background-color: rgb(225,109,201); }
div.DivClassName
{
background-color: #E16DC9;
}
.BgClassName
{
background-color: #E16DC9;
}
</style>
border-color css
<style>
span { border-color: #E16DC9; }
span { border-color: rgb(225,109,201); }
td.TdClassName
{
border-color: #E16DC9;
}
.TagClassName
{
border-color: #E16DC9;
}
</style>