Shades of Orchid #E083DD
Tints of Orchid #E083DD
RGB
CMYK
RGB Variations
Color information
#E083DD (or 0xE083DD) is known color: Orchid. HEX triplet: E0, 83 and DD. RGB value is (224,131,221). Sum of RGB (Red+Green+Blue) = 224+131+221=576 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.89% from 576); Green value is 131 (51.56% from 255 or 22.74% from 576); Blue value is 221 (86.72% from 255 or 38.37% from 576); Max value from RGB is 224 - color contains mainly: red. Hex color #E083DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E083DD is #1F7C22. Grayscale: #A8A8A8. Windows color (decimal): -2063395 or 14517216. OLE color: 14517216.
HSL color Cylindrical-coordinate representation of color #E083DD: hue angle of 301.94º 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 #E083DD is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 131 | 221 | - |
| CMYK | 0 | 0.42 | 0.01 | 0.12 |
| HSL | 301.94º | 0.6% | 0.7% | - |
| HSV(B) | 301.94º | 0.42% | 0.88% | - |
| XYZ | 51.91 | 37.3 | 72.87 | - |
| YUV | 169.07 | 157.31 | 167.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 131 | 221 | 0 | 0.42 | 0.01 | 0.12 | 301.94 | 0.6 | 0.7 |
| Hex | E0 | 83 | DD | 0 | 2A | 1 | C | 12E | 3C | 46 |
| Octal | 340 | 203 | 335 | 0 | 52 | 1 | 14 | 456 | 74 | 106 |
| Binary | 11100000 | 10000011 | 11011101 | 0 | 101010 | 1 | 1100 | 100101110 | 111100 | 1000110 |
Color Harmonies of #E083DD
Complementary color
Monochromatic Colors of #E083DD
Black with #E083DD
Text Example
Text Example
White with #E083DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E083DD; }
p { color: rgb(224,131,221); }
H1.HeaderClassName
{
color: #E083DD;
}
.AnyTagClassName
{
color: #E083DD;
}
</style>
background-color css
<style>
a { background-color: #E083DD; }
a { background-color: rgb(224,131,221); }
div.DivClassName
{
background-color: #E083DD;
}
.BgClassName
{
background-color: #E083DD;
}
</style>
border-color css
<style>
span { border-color: #E083DD; }
span { border-color: rgb(224,131,221); }
td.TdClassName
{
border-color: #E083DD;
}
.TagClassName
{
border-color: #E083DD;
}
</style>