Shades of Orchid #E280D1
Tints of Orchid #E280D1
RGB
CMYK
RGB Variations
Color information
#E280D1 (or 0xE280D1) is known color: Orchid. HEX triplet: E2, 80 and D1. RGB value is (226,128,209). Sum of RGB (Red+Green+Blue) = 226+128+209=563 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.14% from 563); Green value is 128 (50.39% from 255 or 22.74% from 563); Blue value is 209 (82.03% from 255 or 37.12% from 563); Max value from RGB is 226 - color contains mainly: red. Hex color #E280D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E280D1 is #1D7F2E. Grayscale: #A6A6A6. Windows color (decimal): -1933103 or 13730018. OLE color: 13730018.
HSL color Cylindrical-coordinate representation of color #E280D1: hue angle of 310.41º 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 #E280D1 is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 128 | 209 | - |
| CMYK | 0 | 0.43 | 0.08 | 0.11 |
| HSL | 310.41º | 0.63% | 0.69% | - |
| HSV(B) | 310.41º | 0.43% | 0.89% | - |
| XYZ | 50.59 | 36.21 | 64.64 | - |
| YUV | 166.54 | 151.97 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 128 | 209 | 0 | 0.43 | 0.08 | 0.11 | 310.41 | 0.63 | 0.69 |
| Hex | E2 | 80 | D1 | 0 | 2B | 8 | B | 136 | 3F | 45 |
| Octal | 342 | 200 | 321 | 0 | 53 | 10 | 13 | 466 | 77 | 105 |
| Binary | 11100010 | 10000000 | 11010001 | 0 | 101011 | 1000 | 1011 | 100110110 | 111111 | 1000101 |
Color Harmonies of #E280D1
Complementary color
Monochromatic Colors of #E280D1
Black with #E280D1
Text Example
Text Example
White with #E280D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E280D1; }
p { color: rgb(226,128,209); }
H1.HeaderClassName
{
color: #E280D1;
}
.AnyTagClassName
{
color: #E280D1;
}
</style>
background-color css
<style>
a { background-color: #E280D1; }
a { background-color: rgb(226,128,209); }
div.DivClassName
{
background-color: #E280D1;
}
.BgClassName
{
background-color: #E280D1;
}
</style>
border-color css
<style>
span { border-color: #E280D1; }
span { border-color: rgb(226,128,209); }
td.TdClassName
{
border-color: #E280D1;
}
.TagClassName
{
border-color: #E280D1;
}
</style>