Shades of Orchid #E281D3
Tints of Orchid #E281D3
RGB
CMYK
RGB Variations
Color information
#E281D3 (or 0xE281D3) is known color: Orchid. HEX triplet: E2, 81 and D3. RGB value is (226,129,211). Sum of RGB (Red+Green+Blue) = 226+129+211=566 (74% of max value = 765). Red value is 226 (88.67% from 255 or 39.93% from 566); Green value is 129 (50.78% from 255 or 22.79% from 566); Blue value is 211 (82.81% from 255 or 37.28% from 566); Max value from RGB is 226 - color contains mainly: red. Hex color #E281D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E281D3 is #1D7E2C. Grayscale: #A7A7A7. Windows color (decimal): -1932845 or 13861346. OLE color: 13861346.
HSL color Cylindrical-coordinate representation of color #E281D3: hue angle of 309.28º 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 #E281D3 is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 129 | 211 | - |
| CMYK | 0 | 0.43 | 0.07 | 0.11 |
| HSL | 309.28º | 0.63% | 0.7% | - |
| HSV(B) | 309.28º | 0.43% | 0.89% | - |
| XYZ | 50.97 | 36.57 | 66 | - |
| YUV | 167.35 | 152.64 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 129 | 211 | 0 | 0.43 | 0.07 | 0.11 | 309.28 | 0.63 | 0.7 |
| Hex | E2 | 81 | D3 | 0 | 2B | 7 | B | 135 | 3F | 46 |
| Octal | 342 | 201 | 323 | 0 | 53 | 7 | 13 | 465 | 77 | 106 |
| Binary | 11100010 | 10000001 | 11010011 | 0 | 101011 | 111 | 1011 | 100110101 | 111111 | 1000110 |
Color Harmonies of #E281D3
Complementary color
Monochromatic Colors of #E281D3
Black with #E281D3
Text Example
Text Example
White with #E281D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E281D3; }
p { color: rgb(226,129,211); }
H1.HeaderClassName
{
color: #E281D3;
}
.AnyTagClassName
{
color: #E281D3;
}
</style>
background-color css
<style>
a { background-color: #E281D3; }
a { background-color: rgb(226,129,211); }
div.DivClassName
{
background-color: #E281D3;
}
.BgClassName
{
background-color: #E281D3;
}
</style>
border-color css
<style>
span { border-color: #E281D3; }
span { border-color: rgb(226,129,211); }
td.TdClassName
{
border-color: #E281D3;
}
.TagClassName
{
border-color: #E281D3;
}
</style>