Shades of Orchid #E281CD
Tints of Orchid #E281CD
RGB
CMYK
RGB Variations
Color information
#E281CD (or 0xE281CD) is known color: Orchid. HEX triplet: E2, 81 and CD. RGB value is (226,129,205). Sum of RGB (Red+Green+Blue) = 226+129+205=560 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.36% from 560); Green value is 129 (50.78% from 255 or 23.04% from 560); Blue value is 205 (80.47% from 255 or 36.61% from 560); Max value from RGB is 226 - color contains mainly: red. Hex color #E281CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E281CD is #1D7E32. Grayscale: #A6A6A6. Windows color (decimal): -1932851 or 13468130. OLE color: 13468130.
HSL color Cylindrical-coordinate representation of color #E281CD: hue angle of 312.99º 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 #E281CD is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 129 | 205 | - |
| CMYK | 0 | 0.43 | 0.09 | 0.11 |
| HSL | 312.99º | 0.63% | 0.7% | - |
| HSV(B) | 312.99º | 0.43% | 0.89% | - |
| XYZ | 50.23 | 36.28 | 62.11 | - |
| YUV | 166.67 | 149.64 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 129 | 205 | 0 | 0.43 | 0.09 | 0.11 | 312.99 | 0.63 | 0.7 |
| Hex | E2 | 81 | CD | 0 | 2B | 9 | B | 139 | 3F | 46 |
| Octal | 342 | 201 | 315 | 0 | 53 | 11 | 13 | 471 | 77 | 106 |
| Binary | 11100010 | 10000001 | 11001101 | 0 | 101011 | 1001 | 1011 | 100111001 | 111111 | 1000110 |
Color Harmonies of #E281CD
Complementary color
Monochromatic Colors of #E281CD
Black with #E281CD
Text Example
Text Example
White with #E281CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E281CD; }
p { color: rgb(226,129,205); }
H1.HeaderClassName
{
color: #E281CD;
}
.AnyTagClassName
{
color: #E281CD;
}
</style>
background-color css
<style>
a { background-color: #E281CD; }
a { background-color: rgb(226,129,205); }
div.DivClassName
{
background-color: #E281CD;
}
.BgClassName
{
background-color: #E281CD;
}
</style>
border-color css
<style>
span { border-color: #E281CD; }
span { border-color: rgb(226,129,205); }
td.TdClassName
{
border-color: #E281CD;
}
.TagClassName
{
border-color: #E281CD;
}
</style>