Shades of Orchid #E281CC
Tints of Orchid #E281CC
RGB
CMYK
RGB Variations
Color information
#E281CC (or 0xE281CC) is known color: Orchid. HEX triplet: E2, 81 and CC. RGB value is (226,129,204). Sum of RGB (Red+Green+Blue) = 226+129+204=559 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.43% from 559); Green value is 129 (50.78% from 255 or 23.08% from 559); Blue value is 204 (80.08% from 255 or 36.49% from 559); Max value from RGB is 226 - color contains mainly: red. Hex color #E281CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E281CC is #1D7E33. Grayscale: #A6A6A6. Windows color (decimal): -1932852 or 13402594. OLE color: 13402594.
HSL color Cylindrical-coordinate representation of color #E281CC: hue angle of 313.61º 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 #E281CC is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 129 | 204 | - |
| CMYK | 0 | 0.43 | 0.10 | 0.11 |
| HSL | 313.61º | 0.63% | 0.7% | - |
| HSV(B) | 313.61º | 0.43% | 0.89% | - |
| XYZ | 50.11 | 36.23 | 61.48 | - |
| YUV | 166.55 | 149.14 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 129 | 204 | 0 | 0.43 | 0.10 | 0.11 | 313.61 | 0.63 | 0.7 |
| Hex | E2 | 81 | CC | 0 | 2B | A | B | 13A | 3F | 46 |
| Octal | 342 | 201 | 314 | 0 | 53 | 12 | 13 | 472 | 77 | 106 |
| Binary | 11100010 | 10000001 | 11001100 | 0 | 101011 | 1010 | 1011 | 100111010 | 111111 | 1000110 |
Color Harmonies of #E281CC
Complementary color
Monochromatic Colors of #E281CC
Black with #E281CC
Text Example
Text Example
White with #E281CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E281CC; }
p { color: rgb(226,129,204); }
H1.HeaderClassName
{
color: #E281CC;
}
.AnyTagClassName
{
color: #E281CC;
}
</style>
background-color css
<style>
a { background-color: #E281CC; }
a { background-color: rgb(226,129,204); }
div.DivClassName
{
background-color: #E281CC;
}
.BgClassName
{
background-color: #E281CC;
}
</style>
border-color css
<style>
span { border-color: #E281CC; }
span { border-color: rgb(226,129,204); }
td.TdClassName
{
border-color: #E281CC;
}
.TagClassName
{
border-color: #E281CC;
}
</style>