#E085D6

Color #E085D6 Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #E085D6

Tints of Orchid #E085D6

Color information

#E085D6 (or 0xE085D6) is unknown color: approx Orchid. HEX triplet: E0, 85 and D6. RGB value is (224,133,214). Sum of RGB (Red+Green+Blue) = 224+133+214=571 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.23% from 571); Green value is 133 (52.34% from 255 or 23.29% from 571); Blue value is 214 (83.98% from 255 or 37.48% from 571); Max value from RGB is 224 - color contains mainly: red. Hex color #E085D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E085D6 is #1F7A29. Grayscale: #A9A9A9. Windows color (decimal): -2062890 or 14058976. OLE color: 14058976.

HSL color Cylindrical-coordinate representation of color #E085D6: hue angle of 306.59º 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 #E085D6 is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB224133214-
CMYK00.410.040.12
HSL306.59º59.48%70%-
HSV(B)306.59º40.62%87.84%-
XYZ51.2737.4868.15-
YUV169.44153.15166.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 224 (87.89% from 255) = 39.23%
GREEN value IS 133 (52.34% from 255) = 23.29%
BLUE value IS 214 (83.98% from 255) = 37.48%
R=39.23%
G=23.29%
B=37.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413321400.410.040.12306.5959.4870
HexE085D60294C1333b46
Octal34020532605141446373106
Binary111000001000010111010110010100110011001001100111110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E085D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E085D6; }

 p { color: rgb(224,133,214); }

 H1.HeaderClassName
 {
   color: #E085D6;
 }
 .AnyTagClassName
 {
   color: #E085D6;
 }
</style>
background-color css

<style>
 a { background-color: #E085D6; }

 a { background-color: rgb(224,133,214); }

 div.DivClassName
 {
   background-color: #E085D6;
 }
 .BgClassName
 {
   background-color: #E085D6;
 }
</style>
border-color css

<style>
 span { border-color: #E085D6; }

 span { border-color: rgb(224,133,214); }

 td.TdClassName
 {
   border-color: #E085D6;
 }
 .TagClassName
 {
   border-color: #E085D6;
 }
</style>