Shades of Orchid #E283DA
Tints of Orchid #E283DA
RGB
CMYK
RGB Variations
Color information
#E283DA (or 0xE283DA) is known color: Orchid. HEX triplet: E2, 83 and DA. RGB value is (226,131,218). Sum of RGB (Red+Green+Blue) = 226+131+218=575 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.30% from 575); Green value is 131 (51.56% from 255 or 22.78% from 575); Blue value is 218 (85.55% from 255 or 37.91% from 575); Max value from RGB is 226 - color contains mainly: red. Hex color #E283DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E283DA is #1D7C25. Grayscale: #A9A9A9. Windows color (decimal): -1932326 or 14320610. OLE color: 14320610.
HSL color Cylindrical-coordinate representation of color #E283DA: hue angle of 305.05º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E283DA is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 131 | 218 | - |
| CMYK | 0 | 0.42 | 0.04 | 0.11 |
| HSL | 305.05º | 0.62% | 0.7% | - |
| HSV(B) | 305.05º | 0.42% | 0.89% | - |
| XYZ | 52.14 | 37.46 | 70.81 | - |
| YUV | 169.32 | 155.47 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 131 | 218 | 0 | 0.42 | 0.04 | 0.11 | 305.05 | 0.62 | 0.7 |
| Hex | E2 | 83 | DA | 0 | 2A | 4 | B | 131 | 3E | 46 |
| Octal | 342 | 203 | 332 | 0 | 52 | 4 | 13 | 461 | 76 | 106 |
| Binary | 11100010 | 10000011 | 11011010 | 0 | 101010 | 100 | 1011 | 100110001 | 111110 | 1000110 |
Color Harmonies of #E283DA
Complementary color
Monochromatic Colors of #E283DA
Black with #E283DA
Text Example
Text Example
White with #E283DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E283DA; }
p { color: rgb(226,131,218); }
H1.HeaderClassName
{
color: #E283DA;
}
.AnyTagClassName
{
color: #E283DA;
}
</style>
background-color css
<style>
a { background-color: #E283DA; }
a { background-color: rgb(226,131,218); }
div.DivClassName
{
background-color: #E283DA;
}
.BgClassName
{
background-color: #E283DA;
}
</style>
border-color css
<style>
span { border-color: #E283DA; }
span { border-color: rgb(226,131,218); }
td.TdClassName
{
border-color: #E283DA;
}
.TagClassName
{
border-color: #E283DA;
}
</style>