Shades of Orchid #E083D9
Tints of Orchid #E083D9
RGB
CMYK
RGB Variations
Color information
#E083D9 (or 0xE083D9) is known color: Orchid. HEX triplet: E0, 83 and D9. RGB value is (224,131,217). Sum of RGB (Red+Green+Blue) = 224+131+217=572 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.16% from 572); Green value is 131 (51.56% from 255 or 22.90% from 572); Blue value is 217 (85.16% from 255 or 37.94% from 572); Max value from RGB is 224 - color contains mainly: red. Hex color #E083D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E083D9 is #1F7C26. Grayscale: #A8A8A8. Windows color (decimal): -2063399 or 14255072. OLE color: 14255072.
HSL color Cylindrical-coordinate representation of color #E083D9: hue angle of 304.52º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E083D9 is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 131 | 217 | - |
| CMYK | 0 | 0.42 | 0.03 | 0.12 |
| HSL | 304.52º | 0.6% | 0.7% | - |
| HSV(B) | 304.52º | 0.42% | 0.88% | - |
| XYZ | 51.38 | 37.09 | 70.1 | - |
| YUV | 168.61 | 155.31 | 167.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 131 | 217 | 0 | 0.42 | 0.03 | 0.12 | 304.52 | 0.6 | 0.7 |
| Hex | E0 | 83 | D9 | 0 | 2A | 3 | C | 131 | 3C | 46 |
| Octal | 340 | 203 | 331 | 0 | 52 | 3 | 14 | 461 | 74 | 106 |
| Binary | 11100000 | 10000011 | 11011001 | 0 | 101010 | 11 | 1100 | 100110001 | 111100 | 1000110 |
Color Harmonies of #E083D9
Complementary color
Monochromatic Colors of #E083D9
Black with #E083D9
Text Example
Text Example
White with #E083D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E083D9; }
p { color: rgb(224,131,217); }
H1.HeaderClassName
{
color: #E083D9;
}
.AnyTagClassName
{
color: #E083D9;
}
</style>
background-color css
<style>
a { background-color: #E083D9; }
a { background-color: rgb(224,131,217); }
div.DivClassName
{
background-color: #E083D9;
}
.BgClassName
{
background-color: #E083D9;
}
</style>
border-color css
<style>
span { border-color: #E083D9; }
span { border-color: rgb(224,131,217); }
td.TdClassName
{
border-color: #E083D9;
}
.TagClassName
{
border-color: #E083D9;
}
</style>