Shades of Orchid #E286CD
Tints of Orchid #E286CD
RGB
CMYK
RGB Variations
Color information
#E286CD (or 0xE286CD) is known color: Orchid. HEX triplet: E2, 86 and CD. RGB value is (226,134,205). Sum of RGB (Red+Green+Blue) = 226+134+205=565 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40% from 565); Green value is 134 (52.73% from 255 or 23.72% from 565); Blue value is 205 (80.47% from 255 or 36.28% from 565); Max value from RGB is 226 - color contains mainly: red. Hex color #E286CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E286CD is #1D7932. Grayscale: #A9A9A9. Windows color (decimal): -1931571 or 13469410. OLE color: 13469410.
HSL color Cylindrical-coordinate representation of color #E286CD: hue angle of 313.7º 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 #E286CD is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 134 | 205 | - |
| CMYK | 0 | 0.41 | 0.09 | 0.11 |
| HSL | 313.7º | 0.61% | 0.71% | - |
| HSV(B) | 313.7º | 0.41% | 0.89% | - |
| XYZ | 50.91 | 37.63 | 62.34 | - |
| YUV | 169.6 | 147.98 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 134 | 205 | 0 | 0.41 | 0.09 | 0.11 | 313.7 | 0.61 | 0.71 |
| Hex | E2 | 86 | CD | 0 | 29 | 9 | B | 13A | 3D | 47 |
| Octal | 342 | 206 | 315 | 0 | 51 | 11 | 13 | 472 | 75 | 107 |
| Binary | 11100010 | 10000110 | 11001101 | 0 | 101001 | 1001 | 1011 | 100111010 | 111101 | 1000111 |
Color Harmonies of #E286CD
Complementary color
Monochromatic Colors of #E286CD
Black with #E286CD
Text Example
Text Example
White with #E286CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E286CD; }
p { color: rgb(226,134,205); }
H1.HeaderClassName
{
color: #E286CD;
}
.AnyTagClassName
{
color: #E286CD;
}
</style>
background-color css
<style>
a { background-color: #E286CD; }
a { background-color: rgb(226,134,205); }
div.DivClassName
{
background-color: #E286CD;
}
.BgClassName
{
background-color: #E286CD;
}
</style>
border-color css
<style>
span { border-color: #E286CD; }
span { border-color: rgb(226,134,205); }
td.TdClassName
{
border-color: #E286CD;
}
.TagClassName
{
border-color: #E286CD;
}
</style>