Shades of Orchid #E281D9
Tints of Orchid #E281D9
RGB
CMYK
RGB Variations
Color information
#E281D9 (or 0xE281D9) is known color: Orchid. HEX triplet: E2, 81 and D9. RGB value is (226,129,217). Sum of RGB (Red+Green+Blue) = 226+129+217=572 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.51% from 572); Green value is 129 (50.78% from 255 or 22.55% from 572); Blue value is 217 (85.16% from 255 or 37.94% from 572); Max value from RGB is 226 - color contains mainly: red. Hex color #E281D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E281D9 is #1D7E26. Grayscale: #A7A7A7. Windows color (decimal): -1932839 or 14254562. OLE color: 14254562.
HSL color Cylindrical-coordinate representation of color #E281D9: hue angle of 305.57º 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 #E281D9 is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 129 | 217 | - |
| CMYK | 0 | 0.43 | 0.04 | 0.11 |
| HSL | 305.57º | 0.63% | 0.7% | - |
| HSV(B) | 305.57º | 0.43% | 0.89% | - |
| XYZ | 51.74 | 36.88 | 70.04 | - |
| YUV | 168.04 | 155.64 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 129 | 217 | 0 | 0.43 | 0.04 | 0.11 | 305.57 | 0.63 | 0.7 |
| Hex | E2 | 81 | D9 | 0 | 2B | 4 | B | 132 | 3F | 46 |
| Octal | 342 | 201 | 331 | 0 | 53 | 4 | 13 | 462 | 77 | 106 |
| Binary | 11100010 | 10000001 | 11011001 | 0 | 101011 | 100 | 1011 | 100110010 | 111111 | 1000110 |
Color Harmonies of #E281D9
Complementary color
Monochromatic Colors of #E281D9
Black with #E281D9
Text Example
Text Example
White with #E281D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E281D9; }
p { color: rgb(226,129,217); }
H1.HeaderClassName
{
color: #E281D9;
}
.AnyTagClassName
{
color: #E281D9;
}
</style>
background-color css
<style>
a { background-color: #E281D9; }
a { background-color: rgb(226,129,217); }
div.DivClassName
{
background-color: #E281D9;
}
.BgClassName
{
background-color: #E281D9;
}
</style>
border-color css
<style>
span { border-color: #E281D9; }
span { border-color: rgb(226,129,217); }
td.TdClassName
{
border-color: #E281D9;
}
.TagClassName
{
border-color: #E281D9;
}
</style>