Shades of Orchid #E287CE
Tints of Orchid #E287CE
RGB
CMYK
RGB Variations
Color information
#E287CE (or 0xE287CE) is known color: Orchid. HEX triplet: E2, 87 and CE. RGB value is (226,135,206). Sum of RGB (Red+Green+Blue) = 226+135+206=567 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.86% from 567); Green value is 135 (53.12% from 255 or 23.81% from 567); Blue value is 206 (80.86% from 255 or 36.33% from 567); Max value from RGB is 226 - color contains mainly: red. Hex color #E287CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E287CE is #1D7831. Grayscale: #AAAAAA. Windows color (decimal): -1931314 or 13535202. OLE color: 13535202.
HSL color Cylindrical-coordinate representation of color #E287CE: hue angle of 313.19º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E287CE is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 135 | 206 | - |
| CMYK | 0 | 0.40 | 0.09 | 0.11 |
| HSL | 313.19º | 0.61% | 0.71% | - |
| HSV(B) | 313.19º | 0.4% | 0.89% | - |
| XYZ | 51.17 | 37.95 | 63.02 | - |
| YUV | 170.3 | 148.15 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 135 | 206 | 0 | 0.40 | 0.09 | 0.11 | 313.19 | 0.61 | 0.71 |
| Hex | E2 | 87 | CE | 0 | 28 | 9 | B | 139 | 3D | 47 |
| Octal | 342 | 207 | 316 | 0 | 50 | 11 | 13 | 471 | 75 | 107 |
| Binary | 11100010 | 10000111 | 11001110 | 0 | 101000 | 1001 | 1011 | 100111001 | 111101 | 1000111 |
Color Harmonies of #E287CE
Complementary color
Monochromatic Colors of #E287CE
Black with #E287CE
Text Example
Text Example
White with #E287CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E287CE; }
p { color: rgb(226,135,206); }
H1.HeaderClassName
{
color: #E287CE;
}
.AnyTagClassName
{
color: #E287CE;
}
</style>
background-color css
<style>
a { background-color: #E287CE; }
a { background-color: rgb(226,135,206); }
div.DivClassName
{
background-color: #E287CE;
}
.BgClassName
{
background-color: #E287CE;
}
</style>
border-color css
<style>
span { border-color: #E287CE; }
span { border-color: rgb(226,135,206); }
td.TdClassName
{
border-color: #E287CE;
}
.TagClassName
{
border-color: #E287CE;
}
</style>