Shades of Orchid #E187D3
Tints of Orchid #E187D3
RGB
CMYK
RGB Variations
Color information
#E187D3 (or 0xE187D3) is known color: Orchid. HEX triplet: E1, 87 and D3. RGB value is (225,135,211). Sum of RGB (Red+Green+Blue) = 225+135+211=571 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.40% from 571); Green value is 135 (53.12% from 255 or 23.64% from 571); Blue value is 211 (82.81% from 255 or 36.95% from 571); Max value from RGB is 225 - color contains mainly: red. Hex color #E187D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E187D3 is #1E782C. Grayscale: #AAAAAA. Windows color (decimal): -1996845 or 13862881. OLE color: 13862881.
HSL color Cylindrical-coordinate representation of color #E187D3: hue angle of 309.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 #E187D3 is Cyan = 0, Magento = 0.4, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 135 | 211 | - |
| CMYK | 0 | 0.4 | 0.06 | 0.12 |
| HSL | 309.33º | 0.6% | 0.71% | - |
| HSV(B) | 309.33º | 0.4% | 0.88% | - |
| XYZ | 51.47 | 38.04 | 66.26 | - |
| YUV | 170.57 | 150.82 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 135 | 211 | 0 | 0.4 | 0.06 | 0.12 | 309.33 | 0.6 | 0.71 |
| Hex | E1 | 87 | D3 | 0 | 28 | 6 | C | 135 | 3C | 47 |
| Octal | 341 | 207 | 323 | 0 | 50 | 6 | 14 | 465 | 74 | 107 |
| Binary | 11100001 | 10000111 | 11010011 | 0 | 101000 | 110 | 1100 | 100110101 | 111100 | 1000111 |
Color Harmonies of #E187D3
Complementary color
Monochromatic Colors of #E187D3
Black with #E187D3
Text Example
Text Example
White with #E187D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E187D3; }
p { color: rgb(225,135,211); }
H1.HeaderClassName
{
color: #E187D3;
}
.AnyTagClassName
{
color: #E187D3;
}
</style>
background-color css
<style>
a { background-color: #E187D3; }
a { background-color: rgb(225,135,211); }
div.DivClassName
{
background-color: #E187D3;
}
.BgClassName
{
background-color: #E187D3;
}
</style>
border-color css
<style>
span { border-color: #E187D3; }
span { border-color: rgb(225,135,211); }
td.TdClassName
{
border-color: #E187D3;
}
.TagClassName
{
border-color: #E187D3;
}
</style>