Shades of Orchid #E187D6
Tints of Orchid #E187D6
RGB
CMYK
RGB Variations
Color information
#E187D6 (or 0xE187D6) is known color: Orchid. HEX triplet: E1, 87 and D6. RGB value is (225,135,214). Sum of RGB (Red+Green+Blue) = 225+135+214=574 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.20% from 574); Green value is 135 (53.12% from 255 or 23.52% from 574); Blue value is 214 (83.98% from 255 or 37.28% from 574); Max value from RGB is 225 - color contains mainly: red. Hex color #E187D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E187D6 is #1E7829. Grayscale: #AAAAAA. Windows color (decimal): -1996842 or 14059489. OLE color: 14059489.
HSL color Cylindrical-coordinate representation of color #E187D6: hue angle of 307.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 #E187D6 is Cyan = 0, Magento = 0.4, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 135 | 214 | - |
| CMYK | 0 | 0.4 | 0.05 | 0.12 |
| HSL | 307.33º | 0.6% | 0.71% | - |
| HSV(B) | 307.33º | 0.4% | 0.88% | - |
| XYZ | 51.85 | 38.19 | 68.26 | - |
| YUV | 170.92 | 152.32 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 135 | 214 | 0 | 0.4 | 0.05 | 0.12 | 307.33 | 0.6 | 0.71 |
| Hex | E1 | 87 | D6 | 0 | 28 | 5 | C | 133 | 3C | 47 |
| Octal | 341 | 207 | 326 | 0 | 50 | 5 | 14 | 463 | 74 | 107 |
| Binary | 11100001 | 10000111 | 11010110 | 0 | 101000 | 101 | 1100 | 100110011 | 111100 | 1000111 |
Color Harmonies of #E187D6
Complementary color
Monochromatic Colors of #E187D6
Black with #E187D6
Text Example
Text Example
White with #E187D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E187D6; }
p { color: rgb(225,135,214); }
H1.HeaderClassName
{
color: #E187D6;
}
.AnyTagClassName
{
color: #E187D6;
}
</style>
background-color css
<style>
a { background-color: #E187D6; }
a { background-color: rgb(225,135,214); }
div.DivClassName
{
background-color: #E187D6;
}
.BgClassName
{
background-color: #E187D6;
}
</style>
border-color css
<style>
span { border-color: #E187D6; }
span { border-color: rgb(225,135,214); }
td.TdClassName
{
border-color: #E187D6;
}
.TagClassName
{
border-color: #E187D6;
}
</style>