Shades of Orchid #E281D8
Tints of Orchid #E281D8
RGB
CMYK
RGB Variations
Color information
#E281D8 (or 0xE281D8) is known color: Orchid. HEX triplet: E2, 81 and D8. RGB value is (226,129,216). Sum of RGB (Red+Green+Blue) = 226+129+216=571 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.58% from 571); Green value is 129 (50.78% from 255 or 22.59% from 571); Blue value is 216 (84.77% from 255 or 37.83% from 571); Max value from RGB is 226 - color contains mainly: red. Hex color #E281D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E281D8 is #1D7E27. Grayscale: #A7A7A7. Windows color (decimal): -1932840 or 14189026. OLE color: 14189026.
HSL color Cylindrical-coordinate representation of color #E281D8: hue angle of 306.19º 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 #E281D8 is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 129 | 216 | - |
| CMYK | 0 | 0.43 | 0.04 | 0.11 |
| HSL | 306.19º | 0.63% | 0.7% | - |
| HSV(B) | 306.19º | 0.43% | 0.89% | - |
| XYZ | 51.61 | 36.83 | 69.35 | - |
| YUV | 167.92 | 155.14 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 129 | 216 | 0 | 0.43 | 0.04 | 0.11 | 306.19 | 0.63 | 0.7 |
| Hex | E2 | 81 | D8 | 0 | 2B | 4 | B | 132 | 3F | 46 |
| Octal | 342 | 201 | 330 | 0 | 53 | 4 | 13 | 462 | 77 | 106 |
| Binary | 11100010 | 10000001 | 11011000 | 0 | 101011 | 100 | 1011 | 100110010 | 111111 | 1000110 |
Color Harmonies of #E281D8
Complementary color
Monochromatic Colors of #E281D8
Black with #E281D8
Text Example
Text Example
White with #E281D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E281D8; }
p { color: rgb(226,129,216); }
H1.HeaderClassName
{
color: #E281D8;
}
.AnyTagClassName
{
color: #E281D8;
}
</style>
background-color css
<style>
a { background-color: #E281D8; }
a { background-color: rgb(226,129,216); }
div.DivClassName
{
background-color: #E281D8;
}
.BgClassName
{
background-color: #E281D8;
}
</style>
border-color css
<style>
span { border-color: #E281D8; }
span { border-color: rgb(226,129,216); }
td.TdClassName
{
border-color: #E281D8;
}
.TagClassName
{
border-color: #E281D8;
}
</style>