Shades of Orchid #E280D9
Tints of Orchid #E280D9
RGB
CMYK
RGB Variations
Color information
#E280D9 (or 0xE280D9) is known color: Orchid. HEX triplet: E2, 80 and D9. RGB value is (226,128,217). Sum of RGB (Red+Green+Blue) = 226+128+217=571 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.58% from 571); Green value is 128 (50.39% from 255 or 22.42% from 571); Blue value is 217 (85.16% from 255 or 38.00% from 571); Max value from RGB is 226 - color contains mainly: red. Hex color #E280D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E280D9 is #1D7F26. Grayscale: #A7A7A7. Windows color (decimal): -1933095 or 14254306. OLE color: 14254306.
HSL color Cylindrical-coordinate representation of color #E280D9: hue angle of 305.51º 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 #E280D9 is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 128 | 217 | - |
| CMYK | 0 | 0.43 | 0.04 | 0.11 |
| HSL | 305.51º | 0.63% | 0.69% | - |
| HSV(B) | 305.51º | 0.43% | 0.89% | - |
| XYZ | 51.61 | 36.62 | 69.99 | - |
| YUV | 167.45 | 155.97 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 128 | 217 | 0 | 0.43 | 0.04 | 0.11 | 305.51 | 0.63 | 0.69 |
| Hex | E2 | 80 | D9 | 0 | 2B | 4 | B | 132 | 3F | 45 |
| Octal | 342 | 200 | 331 | 0 | 53 | 4 | 13 | 462 | 77 | 105 |
| Binary | 11100010 | 10000000 | 11011001 | 0 | 101011 | 100 | 1011 | 100110010 | 111111 | 1000101 |
Color Harmonies of #E280D9
Complementary color
Monochromatic Colors of #E280D9
Black with #E280D9
Text Example
Text Example
White with #E280D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E280D9; }
p { color: rgb(226,128,217); }
H1.HeaderClassName
{
color: #E280D9;
}
.AnyTagClassName
{
color: #E280D9;
}
</style>
background-color css
<style>
a { background-color: #E280D9; }
a { background-color: rgb(226,128,217); }
div.DivClassName
{
background-color: #E280D9;
}
.BgClassName
{
background-color: #E280D9;
}
</style>
border-color css
<style>
span { border-color: #E280D9; }
span { border-color: rgb(226,128,217); }
td.TdClassName
{
border-color: #E280D9;
}
.TagClassName
{
border-color: #E280D9;
}
</style>