Shades of Orchid #E187D0
Tints of Orchid #E187D0
RGB
CMYK
RGB Variations
Color information
#E187D0 (or 0xE187D0) is known color: Orchid. HEX triplet: E1, 87 and D0. RGB value is (225,135,208). Sum of RGB (Red+Green+Blue) = 225+135+208=568 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.61% from 568); Green value is 135 (53.12% from 255 or 23.77% from 568); Blue value is 208 (81.64% from 255 or 36.62% from 568); Max value from RGB is 225 - color contains mainly: red. Hex color #E187D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E187D0 is #1E782F. Grayscale: #AAAAAA. Windows color (decimal): -1996848 or 13666273. OLE color: 13666273.
HSL color Cylindrical-coordinate representation of color #E187D0: hue angle of 311.33º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E187D0 is Cyan = 0, Magento = 0.4, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 135 | 208 | - |
| CMYK | 0 | 0.4 | 0.08 | 0.12 |
| HSL | 311.33º | 0.6% | 0.71% | - |
| HSV(B) | 311.33º | 0.4% | 0.88% | - |
| XYZ | 51.1 | 37.89 | 64.29 | - |
| YUV | 170.23 | 149.32 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 135 | 208 | 0 | 0.4 | 0.08 | 0.12 | 311.33 | 0.6 | 0.71 |
| Hex | E1 | 87 | D0 | 0 | 28 | 8 | C | 137 | 3C | 47 |
| Octal | 341 | 207 | 320 | 0 | 50 | 10 | 14 | 467 | 74 | 107 |
| Binary | 11100001 | 10000111 | 11010000 | 0 | 101000 | 1000 | 1100 | 100110111 | 111100 | 1000111 |
Color Harmonies of #E187D0
Complementary color
Monochromatic Colors of #E187D0
Black with #E187D0
Text Example
Text Example
White with #E187D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E187D0; }
p { color: rgb(225,135,208); }
H1.HeaderClassName
{
color: #E187D0;
}
.AnyTagClassName
{
color: #E187D0;
}
</style>
background-color css
<style>
a { background-color: #E187D0; }
a { background-color: rgb(225,135,208); }
div.DivClassName
{
background-color: #E187D0;
}
.BgClassName
{
background-color: #E187D0;
}
</style>
border-color css
<style>
span { border-color: #E187D0; }
span { border-color: rgb(225,135,208); }
td.TdClassName
{
border-color: #E187D0;
}
.TagClassName
{
border-color: #E187D0;
}
</style>