Shades of Orchid #E280DD
Tints of Orchid #E280DD
RGB
CMYK
RGB Variations
Color information
#E280DD (or 0xE280DD) is known color: Orchid. HEX triplet: E2, 80 and DD. RGB value is (226,128,221). Sum of RGB (Red+Green+Blue) = 226+128+221=575 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.30% from 575); Green value is 128 (50.39% from 255 or 22.26% from 575); Blue value is 221 (86.72% from 255 or 38.43% from 575); Max value from RGB is 226 - color contains mainly: red. Hex color #E280DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E280DD is #1D7F22. Grayscale: #A7A7A7. Windows color (decimal): -1933091 or 14516450. OLE color: 14516450.
HSL color Cylindrical-coordinate representation of color #E280DD: hue angle of 303.06º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E280DD is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 128 | 221 | - |
| CMYK | 0 | 0.43 | 0.02 | 0.11 |
| HSL | 303.06º | 0.63% | 0.69% | - |
| HSV(B) | 303.06º | 0.43% | 0.89% | - |
| XYZ | 52.13 | 36.83 | 72.77 | - |
| YUV | 167.9 | 157.97 | 169.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 128 | 221 | 0 | 0.43 | 0.02 | 0.11 | 303.06 | 0.63 | 0.69 |
| Hex | E2 | 80 | DD | 0 | 2B | 2 | B | 12F | 3F | 45 |
| Octal | 342 | 200 | 335 | 0 | 53 | 2 | 13 | 457 | 77 | 105 |
| Binary | 11100010 | 10000000 | 11011101 | 0 | 101011 | 10 | 1011 | 100101111 | 111111 | 1000101 |
Color Harmonies of #E280DD
Complementary color
Monochromatic Colors of #E280DD
Black with #E280DD
Text Example
Text Example
White with #E280DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E280DD; }
p { color: rgb(226,128,221); }
H1.HeaderClassName
{
color: #E280DD;
}
.AnyTagClassName
{
color: #E280DD;
}
</style>
background-color css
<style>
a { background-color: #E280DD; }
a { background-color: rgb(226,128,221); }
div.DivClassName
{
background-color: #E280DD;
}
.BgClassName
{
background-color: #E280DD;
}
</style>
border-color css
<style>
span { border-color: #E280DD; }
span { border-color: rgb(226,128,221); }
td.TdClassName
{
border-color: #E280DD;
}
.TagClassName
{
border-color: #E280DD;
}
</style>