Shades of Orchid #E081DF
Tints of Orchid #E081DF
RGB
CMYK
RGB Variations
Color information
#E081DF (or 0xE081DF) is known color: Orchid. HEX triplet: E0, 81 and DF. RGB value is (224,129,223). Sum of RGB (Red+Green+Blue) = 224+129+223=576 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.89% from 576); Green value is 129 (50.78% from 255 or 22.40% from 576); Blue value is 223 (87.5% from 255 or 38.72% from 576); Max value from RGB is 224 - color contains mainly: red. Hex color #E081DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E081DF is #1F7E20. Grayscale: #A7A7A7. Windows color (decimal): -2063905 or 14647776. OLE color: 14647776.
HSL color Cylindrical-coordinate representation of color #E081DF: hue angle of 300.63º 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 #E081DF is Cyan = 0, Magento = 0.42, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 129 | 223 | - |
| CMYK | 0 | 0.42 | 0.00 | 0.12 |
| HSL | 300.63º | 0.61% | 0.69% | - |
| HSV(B) | 300.63º | 0.42% | 0.88% | - |
| XYZ | 51.91 | 36.88 | 74.19 | - |
| YUV | 168.12 | 158.97 | 167.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 129 | 223 | 0 | 0.42 | 0.00 | 0.12 | 300.63 | 0.61 | 0.69 |
| Hex | E0 | 81 | DF | 0 | 2A | 0 | C | 12D | 3D | 45 |
| Octal | 340 | 201 | 337 | 0 | 52 | 0 | 14 | 455 | 75 | 105 |
| Binary | 11100000 | 10000001 | 11011111 | 0 | 101010 | 0 | 1100 | 100101101 | 111101 | 1000101 |
Color Harmonies of #E081DF
Complementary color
Monochromatic Colors of #E081DF
Black with #E081DF
Text Example
Text Example
White with #E081DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E081DF; }
p { color: rgb(224,129,223); }
H1.HeaderClassName
{
color: #E081DF;
}
.AnyTagClassName
{
color: #E081DF;
}
</style>
background-color css
<style>
a { background-color: #E081DF; }
a { background-color: rgb(224,129,223); }
div.DivClassName
{
background-color: #E081DF;
}
.BgClassName
{
background-color: #E081DF;
}
</style>
border-color css
<style>
span { border-color: #E081DF; }
span { border-color: rgb(224,129,223); }
td.TdClassName
{
border-color: #E081DF;
}
.TagClassName
{
border-color: #E081DF;
}
</style>