Shades of Orchid #E186DA
Tints of Orchid #E186DA
RGB
CMYK
RGB Variations
Color information
#E186DA (or 0xE186DA) is known color: Orchid. HEX triplet: E1, 86 and DA. RGB value is (225,134,218). Sum of RGB (Red+Green+Blue) = 225+134+218=577 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.99% from 577); Green value is 134 (52.73% from 255 or 23.22% from 577); Blue value is 218 (85.55% from 255 or 37.78% from 577); Max value from RGB is 225 - color contains mainly: red. Hex color #E186DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E186DA is #1E7925. Grayscale: #AAAAAA. Windows color (decimal): -1997094 or 14321377. OLE color: 14321377.
HSL color Cylindrical-coordinate representation of color #E186DA: hue angle of 304.62º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E186DA is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 134 | 218 | - |
| CMYK | 0 | 0.40 | 0.03 | 0.12 |
| HSL | 304.62º | 0.6% | 0.7% | - |
| HSV(B) | 304.62º | 0.4% | 0.88% | - |
| XYZ | 52.23 | 38.12 | 70.93 | - |
| YUV | 170.79 | 154.65 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 134 | 218 | 0 | 0.40 | 0.03 | 0.12 | 304.62 | 0.6 | 0.7 |
| Hex | E1 | 86 | DA | 0 | 28 | 3 | C | 131 | 3C | 46 |
| Octal | 341 | 206 | 332 | 0 | 50 | 3 | 14 | 461 | 74 | 106 |
| Binary | 11100001 | 10000110 | 11011010 | 0 | 101000 | 11 | 1100 | 100110001 | 111100 | 1000110 |
Color Harmonies of #E186DA
Complementary color
Monochromatic Colors of #E186DA
Black with #E186DA
Text Example
Text Example
White with #E186DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E186DA; }
p { color: rgb(225,134,218); }
H1.HeaderClassName
{
color: #E186DA;
}
.AnyTagClassName
{
color: #E186DA;
}
</style>
background-color css
<style>
a { background-color: #E186DA; }
a { background-color: rgb(225,134,218); }
div.DivClassName
{
background-color: #E186DA;
}
.BgClassName
{
background-color: #E186DA;
}
</style>
border-color css
<style>
span { border-color: #E186DA; }
span { border-color: rgb(225,134,218); }
td.TdClassName
{
border-color: #E186DA;
}
.TagClassName
{
border-color: #E186DA;
}
</style>