Shades of Orchid #E281DC
Tints of Orchid #E281DC
RGB
CMYK
RGB Variations
Color information
#E281DC (or 0xE281DC) is known color: Orchid. HEX triplet: E2, 81 and DC. RGB value is (226,129,220). Sum of RGB (Red+Green+Blue) = 226+129+220=575 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.30% from 575); Green value is 129 (50.78% from 255 or 22.43% from 575); Blue value is 220 (86.33% from 255 or 38.26% from 575); Max value from RGB is 226 - color contains mainly: red. Hex color #E281DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E281DC is #1D7E23. Grayscale: #A8A8A8. Windows color (decimal): -1932836 or 14451170. OLE color: 14451170.
HSL color Cylindrical-coordinate representation of color #E281DC: hue angle of 303.71º 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 #E281DC is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 129 | 220 | - |
| CMYK | 0 | 0.43 | 0.03 | 0.11 |
| HSL | 303.71º | 0.63% | 0.7% | - |
| HSV(B) | 303.71º | 0.43% | 0.89% | - |
| XYZ | 52.13 | 37.04 | 72.11 | - |
| YUV | 168.38 | 157.14 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 129 | 220 | 0 | 0.43 | 0.03 | 0.11 | 303.71 | 0.63 | 0.7 |
| Hex | E2 | 81 | DC | 0 | 2B | 3 | B | 130 | 3F | 46 |
| Octal | 342 | 201 | 334 | 0 | 53 | 3 | 13 | 460 | 77 | 106 |
| Binary | 11100010 | 10000001 | 11011100 | 0 | 101011 | 11 | 1011 | 100110000 | 111111 | 1000110 |
Color Harmonies of #E281DC
Complementary color
Monochromatic Colors of #E281DC
Black with #E281DC
Text Example
Text Example
White with #E281DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E281DC; }
p { color: rgb(226,129,220); }
H1.HeaderClassName
{
color: #E281DC;
}
.AnyTagClassName
{
color: #E281DC;
}
</style>
background-color css
<style>
a { background-color: #E281DC; }
a { background-color: rgb(226,129,220); }
div.DivClassName
{
background-color: #E281DC;
}
.BgClassName
{
background-color: #E281DC;
}
</style>
border-color css
<style>
span { border-color: #E281DC; }
span { border-color: rgb(226,129,220); }
td.TdClassName
{
border-color: #E281DC;
}
.TagClassName
{
border-color: #E281DC;
}
</style>