Shades of Orchid #E281DB
Tints of Orchid #E281DB
RGB
CMYK
RGB Variations
Color information
#E281DB (or 0xE281DB) is known color: Orchid. HEX triplet: E2, 81 and DB. RGB value is (226,129,219). Sum of RGB (Red+Green+Blue) = 226+129+219=574 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.37% from 574); Green value is 129 (50.78% from 255 or 22.47% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 226 - color contains mainly: red. Hex color #E281DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E281DB is #1D7E24. Grayscale: #A8A8A8. Windows color (decimal): -1932837 or 14385634. OLE color: 14385634.
HSL color Cylindrical-coordinate representation of color #E281DB: hue angle of 304.33º 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 #E281DB is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 129 | 219 | - |
| CMYK | 0 | 0.43 | 0.03 | 0.11 |
| HSL | 304.33º | 0.63% | 0.7% | - |
| HSV(B) | 304.33º | 0.43% | 0.89% | - |
| XYZ | 52 | 36.98 | 71.42 | - |
| YUV | 168.26 | 156.64 | 169.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 129 | 219 | 0 | 0.43 | 0.03 | 0.11 | 304.33 | 0.63 | 0.7 |
| Hex | E2 | 81 | DB | 0 | 2B | 3 | B | 130 | 3F | 46 |
| Octal | 342 | 201 | 333 | 0 | 53 | 3 | 13 | 460 | 77 | 106 |
| Binary | 11100010 | 10000001 | 11011011 | 0 | 101011 | 11 | 1011 | 100110000 | 111111 | 1000110 |
Color Harmonies of #E281DB
Complementary color
Monochromatic Colors of #E281DB
Black with #E281DB
Text Example
Text Example
White with #E281DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E281DB; }
p { color: rgb(226,129,219); }
H1.HeaderClassName
{
color: #E281DB;
}
.AnyTagClassName
{
color: #E281DB;
}
</style>
background-color css
<style>
a { background-color: #E281DB; }
a { background-color: rgb(226,129,219); }
div.DivClassName
{
background-color: #E281DB;
}
.BgClassName
{
background-color: #E281DB;
}
</style>
border-color css
<style>
span { border-color: #E281DB; }
span { border-color: rgb(226,129,219); }
td.TdClassName
{
border-color: #E281DB;
}
.TagClassName
{
border-color: #E281DB;
}
</style>