Shades of Orchid #E085D3
Tints of Orchid #E085D3
RGB
CMYK
RGB Variations
Color information
#E085D3 (or 0xE085D3) is known color: Orchid. HEX triplet: E0, 85 and D3. RGB value is (224,133,211). Sum of RGB (Red+Green+Blue) = 224+133+211=568 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.44% from 568); Green value is 133 (52.34% from 255 or 23.42% from 568); Blue value is 211 (82.81% from 255 or 37.15% from 568); Max value from RGB is 224 - color contains mainly: red. Hex color #E085D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E085D3 is #1F7A2C. Grayscale: #A8A8A8. Windows color (decimal): -2062893 or 13862368. OLE color: 13862368.
HSL color Cylindrical-coordinate representation of color #E085D3: hue angle of 308.57º 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 #E085D3 is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 133 | 211 | - |
| CMYK | 0 | 0.41 | 0.06 | 0.12 |
| HSL | 308.57º | 0.59% | 0.7% | - |
| HSV(B) | 308.57º | 0.41% | 0.88% | - |
| XYZ | 50.89 | 37.33 | 66.15 | - |
| YUV | 169.1 | 151.65 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 133 | 211 | 0 | 0.41 | 0.06 | 0.12 | 308.57 | 0.59 | 0.7 |
| Hex | E0 | 85 | D3 | 0 | 29 | 6 | C | 135 | 3B | 46 |
| Octal | 340 | 205 | 323 | 0 | 51 | 6 | 14 | 465 | 73 | 106 |
| Binary | 11100000 | 10000101 | 11010011 | 0 | 101001 | 110 | 1100 | 100110101 | 111011 | 1000110 |
Color Harmonies of #E085D3
Complementary color
Monochromatic Colors of #E085D3
Black with #E085D3
Text Example
Text Example
White with #E085D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E085D3; }
p { color: rgb(224,133,211); }
H1.HeaderClassName
{
color: #E085D3;
}
.AnyTagClassName
{
color: #E085D3;
}
</style>
background-color css
<style>
a { background-color: #E085D3; }
a { background-color: rgb(224,133,211); }
div.DivClassName
{
background-color: #E085D3;
}
.BgClassName
{
background-color: #E085D3;
}
</style>
border-color css
<style>
span { border-color: #E085D3; }
span { border-color: rgb(224,133,211); }
td.TdClassName
{
border-color: #E085D3;
}
.TagClassName
{
border-color: #E085D3;
}
</style>