Shades of Orchid #E286CE
Tints of Orchid #E286CE
RGB
CMYK
RGB Variations
Color information
#E286CE (or 0xE286CE) is known color: Orchid. HEX triplet: E2, 86 and CE. RGB value is (226,134,206). Sum of RGB (Red+Green+Blue) = 226+134+206=566 (74% of max value = 765). Red value is 226 (88.67% from 255 or 39.93% from 566); Green value is 134 (52.73% from 255 or 23.67% from 566); Blue value is 206 (80.86% from 255 or 36.40% from 566); Max value from RGB is 226 - color contains mainly: red. Hex color #E286CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E286CE is #1D7931. Grayscale: #A9A9A9. Windows color (decimal): -1931570 or 13534946. OLE color: 13534946.
HSL color Cylindrical-coordinate representation of color #E286CE: hue angle of 313.04º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E286CE is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 134 | 206 | - |
| CMYK | 0 | 0.41 | 0.09 | 0.11 |
| HSL | 313.04º | 0.61% | 0.71% | - |
| HSV(B) | 313.04º | 0.41% | 0.89% | - |
| XYZ | 51.03 | 37.68 | 62.97 | - |
| YUV | 169.72 | 148.48 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 134 | 206 | 0 | 0.41 | 0.09 | 0.11 | 313.04 | 0.61 | 0.71 |
| Hex | E2 | 86 | CE | 0 | 29 | 9 | B | 139 | 3D | 47 |
| Octal | 342 | 206 | 316 | 0 | 51 | 11 | 13 | 471 | 75 | 107 |
| Binary | 11100010 | 10000110 | 11001110 | 0 | 101001 | 1001 | 1011 | 100111001 | 111101 | 1000111 |
Color Harmonies of #E286CE
Complementary color
Monochromatic Colors of #E286CE
Black with #E286CE
Text Example
Text Example
White with #E286CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E286CE; }
p { color: rgb(226,134,206); }
H1.HeaderClassName
{
color: #E286CE;
}
.AnyTagClassName
{
color: #E286CE;
}
</style>
background-color css
<style>
a { background-color: #E286CE; }
a { background-color: rgb(226,134,206); }
div.DivClassName
{
background-color: #E286CE;
}
.BgClassName
{
background-color: #E286CE;
}
</style>
border-color css
<style>
span { border-color: #E286CE; }
span { border-color: rgb(226,134,206); }
td.TdClassName
{
border-color: #E286CE;
}
.TagClassName
{
border-color: #E286CE;
}
</style>