Shades of Orchid #E281CE
Tints of Orchid #E281CE
RGB
CMYK
RGB Variations
Color information
#E281CE (or 0xE281CE) is known color: Orchid. HEX triplet: E2, 81 and CE. RGB value is (226,129,206). Sum of RGB (Red+Green+Blue) = 226+129+206=561 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.29% from 561); Green value is 129 (50.78% from 255 or 22.99% from 561); Blue value is 206 (80.86% from 255 or 36.72% from 561); Max value from RGB is 226 - color contains mainly: red. Hex color #E281CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E281CE is #1D7E31. Grayscale: #A6A6A6. Windows color (decimal): -1932850 or 13533666. OLE color: 13533666.
HSL color Cylindrical-coordinate representation of color #E281CE: hue angle of 312.37º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E281CE is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 129 | 206 | - |
| CMYK | 0 | 0.43 | 0.09 | 0.11 |
| HSL | 312.37º | 0.63% | 0.7% | - |
| HSV(B) | 312.37º | 0.43% | 0.89% | - |
| XYZ | 50.35 | 36.33 | 62.75 | - |
| YUV | 166.78 | 150.14 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 129 | 206 | 0 | 0.43 | 0.09 | 0.11 | 312.37 | 0.63 | 0.7 |
| Hex | E2 | 81 | CE | 0 | 2B | 9 | B | 138 | 3F | 46 |
| Octal | 342 | 201 | 316 | 0 | 53 | 11 | 13 | 470 | 77 | 106 |
| Binary | 11100010 | 10000001 | 11001110 | 0 | 101011 | 1001 | 1011 | 100111000 | 111111 | 1000110 |
Color Harmonies of #E281CE
Complementary color
Monochromatic Colors of #E281CE
Black with #E281CE
Text Example
Text Example
White with #E281CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E281CE; }
p { color: rgb(226,129,206); }
H1.HeaderClassName
{
color: #E281CE;
}
.AnyTagClassName
{
color: #E281CE;
}
</style>
background-color css
<style>
a { background-color: #E281CE; }
a { background-color: rgb(226,129,206); }
div.DivClassName
{
background-color: #E281CE;
}
.BgClassName
{
background-color: #E281CE;
}
</style>
border-color css
<style>
span { border-color: #E281CE; }
span { border-color: rgb(226,129,206); }
td.TdClassName
{
border-color: #E281CE;
}
.TagClassName
{
border-color: #E281CE;
}
</style>