Shades of Orchid #E085D5
Tints of Orchid #E085D5
RGB
CMYK
RGB Variations
Color information
#E085D5 (or 0xE085D5) is known color: Orchid. HEX triplet: E0, 85 and D5. RGB value is (224,133,213). Sum of RGB (Red+Green+Blue) = 224+133+213=570 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.30% from 570); Green value is 133 (52.34% from 255 or 23.33% from 570); Blue value is 213 (83.59% from 255 or 37.37% from 570); Max value from RGB is 224 - color contains mainly: red. Hex color #E085D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E085D5 is #1F7A2A. Grayscale: #A9A9A9. Windows color (decimal): -2062891 or 13993440. OLE color: 13993440.
HSL color Cylindrical-coordinate representation of color #E085D5: hue angle of 307.25º 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 #E085D5 is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 133 | 213 | - |
| CMYK | 0 | 0.41 | 0.05 | 0.12 |
| HSL | 307.25º | 0.59% | 0.7% | - |
| HSV(B) | 307.25º | 0.41% | 0.88% | - |
| XYZ | 51.14 | 37.43 | 67.48 | - |
| YUV | 169.33 | 152.65 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 133 | 213 | 0 | 0.41 | 0.05 | 0.12 | 307.25 | 0.59 | 0.7 |
| Hex | E0 | 85 | D5 | 0 | 29 | 5 | C | 133 | 3B | 46 |
| Octal | 340 | 205 | 325 | 0 | 51 | 5 | 14 | 463 | 73 | 106 |
| Binary | 11100000 | 10000101 | 11010101 | 0 | 101001 | 101 | 1100 | 100110011 | 111011 | 1000110 |
Color Harmonies of #E085D5
Complementary color
Monochromatic Colors of #E085D5
Black with #E085D5
Text Example
Text Example
White with #E085D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E085D5; }
p { color: rgb(224,133,213); }
H1.HeaderClassName
{
color: #E085D5;
}
.AnyTagClassName
{
color: #E085D5;
}
</style>
background-color css
<style>
a { background-color: #E085D5; }
a { background-color: rgb(224,133,213); }
div.DivClassName
{
background-color: #E085D5;
}
.BgClassName
{
background-color: #E085D5;
}
</style>
border-color css
<style>
span { border-color: #E085D5; }
span { border-color: rgb(224,133,213); }
td.TdClassName
{
border-color: #E085D5;
}
.TagClassName
{
border-color: #E085D5;
}
</style>