Shades of Orchid #E187DA
Tints of Orchid #E187DA
RGB
CMYK
RGB Variations
Color information
#E187DA (or 0xE187DA) is known color: Orchid. HEX triplet: E1, 87 and DA. RGB value is (225,135,218). Sum of RGB (Red+Green+Blue) = 225+135+218=578 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.93% from 578); Green value is 135 (53.12% from 255 or 23.36% from 578); Blue value is 218 (85.55% from 255 or 37.72% from 578); Max value from RGB is 225 - color contains mainly: red. Hex color #E187DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E187DA is #1E7825. Grayscale: #ABABAB. Windows color (decimal): -1996838 or 14321633. OLE color: 14321633.
HSL color Cylindrical-coordinate representation of color #E187DA: hue angle of 304.67º 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 #E187DA is Cyan = 0, Magento = 0.4, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 135 | 218 | - |
| CMYK | 0 | 0.4 | 0.03 | 0.12 |
| HSL | 304.67º | 0.6% | 0.71% | - |
| HSV(B) | 304.67º | 0.4% | 0.88% | - |
| XYZ | 52.37 | 38.4 | 70.98 | - |
| YUV | 171.37 | 154.32 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 135 | 218 | 0 | 0.4 | 0.03 | 0.12 | 304.67 | 0.6 | 0.71 |
| Hex | E1 | 87 | DA | 0 | 28 | 3 | C | 131 | 3C | 47 |
| Octal | 341 | 207 | 332 | 0 | 50 | 3 | 14 | 461 | 74 | 107 |
| Binary | 11100001 | 10000111 | 11011010 | 0 | 101000 | 11 | 1100 | 100110001 | 111100 | 1000111 |
Color Harmonies of #E187DA
Complementary color
Monochromatic Colors of #E187DA
Black with #E187DA
Text Example
Text Example
White with #E187DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E187DA; }
p { color: rgb(225,135,218); }
H1.HeaderClassName
{
color: #E187DA;
}
.AnyTagClassName
{
color: #E187DA;
}
</style>
background-color css
<style>
a { background-color: #E187DA; }
a { background-color: rgb(225,135,218); }
div.DivClassName
{
background-color: #E187DA;
}
.BgClassName
{
background-color: #E187DA;
}
</style>
border-color css
<style>
span { border-color: #E187DA; }
span { border-color: rgb(225,135,218); }
td.TdClassName
{
border-color: #E187DA;
}
.TagClassName
{
border-color: #E187DA;
}
</style>