Shades of Orchid #E186CE
Tints of Orchid #E186CE
RGB
CMYK
RGB Variations
Color information
#E186CE (or 0xE186CE) is known color: Orchid. HEX triplet: E1, 86 and CE. RGB value is (225,134,206). Sum of RGB (Red+Green+Blue) = 225+134+206=565 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.82% from 565); Green value is 134 (52.73% from 255 or 23.72% from 565); Blue value is 206 (80.86% from 255 or 36.46% from 565); Max value from RGB is 225 - color contains mainly: red. Hex color #E186CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E186CE is #1E7931. Grayscale: #A9A9A9. Windows color (decimal): -1997106 or 13534945. OLE color: 13534945.
HSL color Cylindrical-coordinate representation of color #E186CE: hue angle of 312.53º 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 #E186CE is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 134 | 206 | - |
| CMYK | 0 | 0.40 | 0.08 | 0.12 |
| HSL | 312.53º | 0.6% | 0.7% | - |
| HSV(B) | 312.53º | 0.4% | 0.88% | - |
| XYZ | 50.72 | 37.51 | 62.96 | - |
| YUV | 169.42 | 148.65 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 134 | 206 | 0 | 0.40 | 0.08 | 0.12 | 312.53 | 0.6 | 0.7 |
| Hex | E1 | 86 | CE | 0 | 28 | 8 | C | 139 | 3C | 46 |
| Octal | 341 | 206 | 316 | 0 | 50 | 10 | 14 | 471 | 74 | 106 |
| Binary | 11100001 | 10000110 | 11001110 | 0 | 101000 | 1000 | 1100 | 100111001 | 111100 | 1000110 |
Color Harmonies of #E186CE
Complementary color
Monochromatic Colors of #E186CE
Black with #E186CE
Text Example
Text Example
White with #E186CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E186CE; }
p { color: rgb(225,134,206); }
H1.HeaderClassName
{
color: #E186CE;
}
.AnyTagClassName
{
color: #E186CE;
}
</style>
background-color css
<style>
a { background-color: #E186CE; }
a { background-color: rgb(225,134,206); }
div.DivClassName
{
background-color: #E186CE;
}
.BgClassName
{
background-color: #E186CE;
}
</style>
border-color css
<style>
span { border-color: #E186CE; }
span { border-color: rgb(225,134,206); }
td.TdClassName
{
border-color: #E186CE;
}
.TagClassName
{
border-color: #E186CE;
}
</style>