Shades of Orchid #E081DC
Tints of Orchid #E081DC
RGB
CMYK
RGB Variations
Color information
#E081DC (or 0xE081DC) is known color: Orchid. HEX triplet: E0, 81 and DC. RGB value is (224,129,220). Sum of RGB (Red+Green+Blue) = 224+129+220=573 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.09% from 573); Green value is 129 (50.78% from 255 or 22.51% from 573); Blue value is 220 (86.33% from 255 or 38.39% from 573); Max value from RGB is 224 - color contains mainly: red. Hex color #E081DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E081DC is #1F7E23. Grayscale: #A7A7A7. Windows color (decimal): -2063908 or 14451168. OLE color: 14451168.
HSL color Cylindrical-coordinate representation of color #E081DC: hue angle of 302.53º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E081DC is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 129 | 220 | - |
| CMYK | 0 | 0.42 | 0.02 | 0.12 |
| HSL | 302.53º | 0.61% | 0.69% | - |
| HSV(B) | 302.53º | 0.42% | 0.88% | - |
| XYZ | 51.51 | 36.72 | 72.08 | - |
| YUV | 167.78 | 157.47 | 168.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 129 | 220 | 0 | 0.42 | 0.02 | 0.12 | 302.53 | 0.61 | 0.69 |
| Hex | E0 | 81 | DC | 0 | 2A | 2 | C | 12F | 3D | 45 |
| Octal | 340 | 201 | 334 | 0 | 52 | 2 | 14 | 457 | 75 | 105 |
| Binary | 11100000 | 10000001 | 11011100 | 0 | 101010 | 10 | 1100 | 100101111 | 111101 | 1000101 |
Color Harmonies of #E081DC
Complementary color
Monochromatic Colors of #E081DC
Black with #E081DC
Text Example
Text Example
White with #E081DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E081DC; }
p { color: rgb(224,129,220); }
H1.HeaderClassName
{
color: #E081DC;
}
.AnyTagClassName
{
color: #E081DC;
}
</style>
background-color css
<style>
a { background-color: #E081DC; }
a { background-color: rgb(224,129,220); }
div.DivClassName
{
background-color: #E081DC;
}
.BgClassName
{
background-color: #E081DC;
}
</style>
border-color css
<style>
span { border-color: #E081DC; }
span { border-color: rgb(224,129,220); }
td.TdClassName
{
border-color: #E081DC;
}
.TagClassName
{
border-color: #E081DC;
}
</style>