Shades of Orchid #E085DB
Tints of Orchid #E085DB
RGB
CMYK
RGB Variations
Color information
#E085DB (or 0xE085DB) is known color: Orchid. HEX triplet: E0, 85 and DB. RGB value is (224,133,219). Sum of RGB (Red+Green+Blue) = 224+133+219=576 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.89% from 576); Green value is 133 (52.34% from 255 or 23.09% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 224 - color contains mainly: red. Hex color #E085DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E085DB is #1F7A24. Grayscale: #A9A9A9. Windows color (decimal): -2062885 or 14386656. OLE color: 14386656.
HSL color Cylindrical-coordinate representation of color #E085DB: hue angle of 303.3º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E085DB is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 133 | 219 | - |
| CMYK | 0 | 0.41 | 0.02 | 0.12 |
| HSL | 303.3º | 0.59% | 0.7% | - |
| HSV(B) | 303.3º | 0.41% | 0.88% | - |
| XYZ | 51.91 | 37.74 | 71.57 | - |
| YUV | 170.01 | 155.65 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 133 | 219 | 0 | 0.41 | 0.02 | 0.12 | 303.3 | 0.59 | 0.7 |
| Hex | E0 | 85 | DB | 0 | 29 | 2 | C | 12F | 3B | 46 |
| Octal | 340 | 205 | 333 | 0 | 51 | 2 | 14 | 457 | 73 | 106 |
| Binary | 11100000 | 10000101 | 11011011 | 0 | 101001 | 10 | 1100 | 100101111 | 111011 | 1000110 |
Color Harmonies of #E085DB
Complementary color
Monochromatic Colors of #E085DB
Black with #E085DB
Text Example
Text Example
White with #E085DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E085DB; }
p { color: rgb(224,133,219); }
H1.HeaderClassName
{
color: #E085DB;
}
.AnyTagClassName
{
color: #E085DB;
}
</style>
background-color css
<style>
a { background-color: #E085DB; }
a { background-color: rgb(224,133,219); }
div.DivClassName
{
background-color: #E085DB;
}
.BgClassName
{
background-color: #E085DB;
}
</style>
border-color css
<style>
span { border-color: #E085DB; }
span { border-color: rgb(224,133,219); }
td.TdClassName
{
border-color: #E085DB;
}
.TagClassName
{
border-color: #E085DB;
}
</style>