#E081CC

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

Shades of Orchid #E081CC

Tints of Orchid #E081CC

Color information

#E081CC (or 0xE081CC) is unknown color: approx Orchid. HEX triplet: E0, 81 and CC. RGB value is (224,129,204). Sum of RGB (Red+Green+Blue) = 224+129+204=557 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.22% from 557); Green value is 129 (50.78% from 255 or 23.16% from 557); Blue value is 204 (80.08% from 255 or 36.62% from 557); Max value from RGB is 224 - color contains mainly: red. Hex color #E081CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E081CC is #1F7E33. Grayscale: #A5A5A5. Windows color (decimal): -2063924 or 13402592. OLE color: 13402592.

HSL color Cylindrical-coordinate representation of color #E081CC: hue angle of 312.63º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E081CC is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB224129204-
CMYK00.420.090.12
HSL312.63º60.51%69.22%-
HSV(B)312.63º42.41%87.84%-
XYZ49.4935.9161.45-
YUV165.96149.47169.4-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.22%
GREEN value IS 129 (50.78% from 255) = 23.16%
BLUE value IS 204 (80.08% from 255) = 36.62%
R=40.22%
G=23.16%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412920400.420.090.12312.6360.5169.22
HexE081CC02A9C1393d45
Octal340201314052111447175105
Binary1110000010000001110011000101010100111001001110011111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E081CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E081CC; }

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

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

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

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

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

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

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

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