Shades of Orchid #E280D4
Tints of Orchid #E280D4
RGB
CMYK
RGB Variations
Color information
#E280D4 (or 0xE280D4) is known color: Orchid. HEX triplet: E2, 80 and D4. RGB value is (226,128,212). Sum of RGB (Red+Green+Blue) = 226+128+212=566 (74% of max value = 765). Red value is 226 (88.67% from 255 or 39.93% from 566); Green value is 128 (50.39% from 255 or 22.61% from 566); Blue value is 212 (83.20% from 255 or 37.46% from 566); Max value from RGB is 226 - color contains mainly: red. Hex color #E280D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E280D4 is #1D7F2B. Grayscale: #A6A6A6. Windows color (decimal): -1933100 or 13926626. OLE color: 13926626.
HSL color Cylindrical-coordinate representation of color #E280D4: hue angle of 308.57º 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 #E280D4 is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 128 | 212 | - |
| CMYK | 0 | 0.43 | 0.06 | 0.11 |
| HSL | 308.57º | 0.63% | 0.69% | - |
| HSV(B) | 308.57º | 0.43% | 0.89% | - |
| XYZ | 50.97 | 36.36 | 66.62 | - |
| YUV | 166.88 | 153.47 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 128 | 212 | 0 | 0.43 | 0.06 | 0.11 | 308.57 | 0.63 | 0.69 |
| Hex | E2 | 80 | D4 | 0 | 2B | 6 | B | 135 | 3F | 45 |
| Octal | 342 | 200 | 324 | 0 | 53 | 6 | 13 | 465 | 77 | 105 |
| Binary | 11100010 | 10000000 | 11010100 | 0 | 101011 | 110 | 1011 | 100110101 | 111111 | 1000101 |
Color Harmonies of #E280D4
Complementary color
Monochromatic Colors of #E280D4
Black with #E280D4
Text Example
Text Example
White with #E280D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E280D4; }
p { color: rgb(226,128,212); }
H1.HeaderClassName
{
color: #E280D4;
}
.AnyTagClassName
{
color: #E280D4;
}
</style>
background-color css
<style>
a { background-color: #E280D4; }
a { background-color: rgb(226,128,212); }
div.DivClassName
{
background-color: #E280D4;
}
.BgClassName
{
background-color: #E280D4;
}
</style>
border-color css
<style>
span { border-color: #E280D4; }
span { border-color: rgb(226,128,212); }
td.TdClassName
{
border-color: #E280D4;
}
.TagClassName
{
border-color: #E280D4;
}
</style>