#E085CC

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

Shades of Orchid #E085CC

Tints of Orchid #E085CC

Color information

#E085CC (or 0xE085CC) is unknown color: approx Orchid. HEX triplet: E0, 85 and CC. RGB value is (224,133,204). Sum of RGB (Red+Green+Blue) = 224+133+204=561 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.93% from 561); Green value is 133 (52.34% from 255 or 23.71% from 561); Blue value is 204 (80.08% from 255 or 36.36% from 561); Max value from RGB is 224 - color contains mainly: red. Hex color #E085CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E085CC is #1F7A33. Grayscale: #A8A8A8. Windows color (decimal): -2062900 or 13403616. OLE color: 13403616.

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

Color convert

RGB224133204-
CMYK00.410.090.12
HSL313.19º59.48%70%-
HSV(B)313.19º40.62%87.84%-
XYZ50.0336.9861.63-
YUV168.3148.15167.73-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.93%
GREEN value IS 133 (52.34% from 255) = 23.71%
BLUE value IS 204 (80.08% from 255) = 36.36%
R=39.93%
G=23.71%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413320400.410.090.12313.1959.4870
HexE085CC0299C1393b46
Octal340205314051111447173106
Binary1110000010000101110011000101001100111001001110011110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E085CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E085CC; }

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

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

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

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

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

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

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

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