#E085DC

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

Shades of Orchid #E085DC

Tints of Orchid #E085DC

Color information

#E085DC (or 0xE085DC) is unknown color: approx Orchid. HEX triplet: E0, 85 and DC. RGB value is (224,133,220). Sum of RGB (Red+Green+Blue) = 224+133+220=577 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.82% from 577); Green value is 133 (52.34% from 255 or 23.05% from 577); Blue value is 220 (86.33% from 255 or 38.13% from 577); Max value from RGB is 224 - color contains mainly: red. Hex color #E085DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E085DC is #1F7A23. Grayscale: #A9A9A9. Windows color (decimal): -2062884 or 14452192. OLE color: 14452192.

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

Color convert

RGB224133220-
CMYK00.410.020.12
HSL302.64º59.48%70%-
HSV(B)302.64º40.62%87.84%-
XYZ52.0537.7972.26-
YUV170.13156.15166.43-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.82%
GREEN value IS 133 (52.34% from 255) = 23.05%
BLUE value IS 220 (86.33% from 255) = 38.13%
R=38.82%
G=23.05%
B=38.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413322000.410.020.12302.6459.4870
HexE085DC0292C12f3b46
Octal34020533405121445773106
Binary11100000100001011101110001010011011001001011111110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E085DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E085DC; }

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

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

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

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

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

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

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

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