Shades of Orchid #E187CC
Tints of Orchid #E187CC
RGB
CMYK
RGB Variations
Color information
#E187CC (or 0xE187CC) is known color: Orchid. HEX triplet: E1, 87 and CC. RGB value is (225,135,204). Sum of RGB (Red+Green+Blue) = 225+135+204=564 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.89% from 564); Green value is 135 (53.12% from 255 or 23.94% from 564); Blue value is 204 (80.08% from 255 or 36.17% from 564); Max value from RGB is 225 - color contains mainly: red. Hex color #E187CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E187CC is #1E7833. Grayscale: #A9A9A9. Windows color (decimal): -1996852 or 13404129. OLE color: 13404129.
HSL color Cylindrical-coordinate representation of color #E187CC: hue angle of 314º 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 #E187CC is Cyan = 0, Magento = 0.4, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 135 | 204 | - |
| CMYK | 0 | 0.4 | 0.09 | 0.12 |
| HSL | 314º | 0.6% | 0.71% | - |
| HSV(B) | 314º | 0.4% | 0.88% | - |
| XYZ | 50.61 | 37.7 | 61.73 | - |
| YUV | 169.78 | 147.32 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 135 | 204 | 0 | 0.4 | 0.09 | 0.12 | 314 | 0.6 | 0.71 |
| Hex | E1 | 87 | CC | 0 | 28 | 9 | C | 13A | 3C | 47 |
| Octal | 341 | 207 | 314 | 0 | 50 | 11 | 14 | 472 | 74 | 107 |
| Binary | 11100001 | 10000111 | 11001100 | 0 | 101000 | 1001 | 1100 | 100111010 | 111100 | 1000111 |
Color Harmonies of #E187CC
Complementary color
Monochromatic Colors of #E187CC
Black with #E187CC
Text Example
Text Example
White with #E187CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E187CC; }
p { color: rgb(225,135,204); }
H1.HeaderClassName
{
color: #E187CC;
}
.AnyTagClassName
{
color: #E187CC;
}
</style>
background-color css
<style>
a { background-color: #E187CC; }
a { background-color: rgb(225,135,204); }
div.DivClassName
{
background-color: #E187CC;
}
.BgClassName
{
background-color: #E187CC;
}
</style>
border-color css
<style>
span { border-color: #E187CC; }
span { border-color: rgb(225,135,204); }
td.TdClassName
{
border-color: #E187CC;
}
.TagClassName
{
border-color: #E187CC;
}
</style>