Shades of Orchid #E186D6
Tints of Orchid #E186D6
RGB
CMYK
RGB Variations
Color information
#E186D6 (or 0xE186D6) is known color: Orchid. HEX triplet: E1, 86 and D6. RGB value is (225,134,214). Sum of RGB (Red+Green+Blue) = 225+134+214=573 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.27% from 573); Green value is 134 (52.73% from 255 or 23.39% from 573); Blue value is 214 (83.98% from 255 or 37.35% from 573); Max value from RGB is 225 - color contains mainly: red. Hex color #E186D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E186D6 is #1E7929. Grayscale: #AAAAAA. Windows color (decimal): -1997098 or 14059233. OLE color: 14059233.
HSL color Cylindrical-coordinate representation of color #E186D6: hue angle of 307.25º 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 #E186D6 is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 134 | 214 | - |
| CMYK | 0 | 0.40 | 0.05 | 0.12 |
| HSL | 307.25º | 0.6% | 0.7% | - |
| HSV(B) | 307.25º | 0.4% | 0.88% | - |
| XYZ | 51.71 | 37.91 | 68.21 | - |
| YUV | 170.33 | 152.65 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 134 | 214 | 0 | 0.40 | 0.05 | 0.12 | 307.25 | 0.6 | 0.7 |
| Hex | E1 | 86 | D6 | 0 | 28 | 5 | C | 133 | 3C | 46 |
| Octal | 341 | 206 | 326 | 0 | 50 | 5 | 14 | 463 | 74 | 106 |
| Binary | 11100001 | 10000110 | 11010110 | 0 | 101000 | 101 | 1100 | 100110011 | 111100 | 1000110 |
Color Harmonies of #E186D6
Complementary color
Monochromatic Colors of #E186D6
Black with #E186D6
Text Example
Text Example
White with #E186D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E186D6; }
p { color: rgb(225,134,214); }
H1.HeaderClassName
{
color: #E186D6;
}
.AnyTagClassName
{
color: #E186D6;
}
</style>
background-color css
<style>
a { background-color: #E186D6; }
a { background-color: rgb(225,134,214); }
div.DivClassName
{
background-color: #E186D6;
}
.BgClassName
{
background-color: #E186D6;
}
</style>
border-color css
<style>
span { border-color: #E186D6; }
span { border-color: rgb(225,134,214); }
td.TdClassName
{
border-color: #E186D6;
}
.TagClassName
{
border-color: #E186D6;
}
</style>