#E081CE

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

Shades of Orchid #E081CE

Tints of Orchid #E081CE

Color information

#E081CE (or 0xE081CE) is unknown color: approx Orchid. HEX triplet: E0, 81 and CE. RGB value is (224,129,206). Sum of RGB (Red+Green+Blue) = 224+129+206=559 (74% of max value = 765). Red value is 224 (87.89% from 255 or 40.07% from 559); Green value is 129 (50.78% from 255 or 23.08% from 559); Blue value is 206 (80.86% from 255 or 36.85% from 559); Max value from RGB is 224 - color contains mainly: red. Hex color #E081CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E081CE is #1F7E31. Grayscale: #A5A5A5. Windows color (decimal): -2063922 or 13533664. OLE color: 13533664.

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

Color convert

RGB224129206-
CMYK00.420.080.12
HSL311.37º60.51%69.22%-
HSV(B)311.37º42.41%87.84%-
XYZ49.733662.72-
YUV166.18150.47169.24-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.07%
GREEN value IS 129 (50.78% from 255) = 23.08%
BLUE value IS 206 (80.86% from 255) = 36.85%
R=40.07%
G=23.08%
B=36.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412920600.420.080.12311.3760.5169.22
HexE081CE02A8C1373d45
Octal340201316052101446775105
Binary1110000010000001110011100101010100011001001101111111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E081CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E081CE; }

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

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

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

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

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

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

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

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