Shades of Orchid #E281D1
Tints of Orchid #E281D1
RGB
CMYK
RGB Variations
Color information
#E281D1 (or 0xE281D1) is known color: Orchid. HEX triplet: E2, 81 and D1. RGB value is (226,129,209). Sum of RGB (Red+Green+Blue) = 226+129+209=564 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.07% from 564); Green value is 129 (50.78% from 255 or 22.87% from 564); Blue value is 209 (82.03% from 255 or 37.06% from 564); Max value from RGB is 226 - color contains mainly: red. Hex color #E281D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E281D1 is #1D7E2E. Grayscale: #A6A6A6. Windows color (decimal): -1932847 or 13730274. OLE color: 13730274.
HSL color Cylindrical-coordinate representation of color #E281D1: hue angle of 310.52º 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 #E281D1 is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 129 | 209 | - |
| CMYK | 0 | 0.43 | 0.08 | 0.11 |
| HSL | 310.52º | 0.63% | 0.7% | - |
| HSV(B) | 310.52º | 0.43% | 0.89% | - |
| XYZ | 50.72 | 36.47 | 64.69 | - |
| YUV | 167.12 | 151.64 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 129 | 209 | 0 | 0.43 | 0.08 | 0.11 | 310.52 | 0.63 | 0.7 |
| Hex | E2 | 81 | D1 | 0 | 2B | 8 | B | 137 | 3F | 46 |
| Octal | 342 | 201 | 321 | 0 | 53 | 10 | 13 | 467 | 77 | 106 |
| Binary | 11100010 | 10000001 | 11010001 | 0 | 101011 | 1000 | 1011 | 100110111 | 111111 | 1000110 |
Color Harmonies of #E281D1
Complementary color
Monochromatic Colors of #E281D1
Black with #E281D1
Text Example
Text Example
White with #E281D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E281D1; }
p { color: rgb(226,129,209); }
H1.HeaderClassName
{
color: #E281D1;
}
.AnyTagClassName
{
color: #E281D1;
}
</style>
background-color css
<style>
a { background-color: #E281D1; }
a { background-color: rgb(226,129,209); }
div.DivClassName
{
background-color: #E281D1;
}
.BgClassName
{
background-color: #E281D1;
}
</style>
border-color css
<style>
span { border-color: #E281D1; }
span { border-color: rgb(226,129,209); }
td.TdClassName
{
border-color: #E281D1;
}
.TagClassName
{
border-color: #E281D1;
}
</style>