#E081C9

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

Shades of Orchid #E081C9

Tints of Orchid #E081C9

Color information

#E081C9 (or 0xE081C9) is unknown color: approx Orchid. HEX triplet: E0, 81 and C9. RGB value is (224,129,201). Sum of RGB (Red+Green+Blue) = 224+129+201=554 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.43% from 554); Green value is 129 (50.78% from 255 or 23.29% from 554); Blue value is 201 (78.91% from 255 or 36.28% from 554); Max value from RGB is 224 - color contains mainly: red. Hex color #E081C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E081C9 is #1F7E36. Grayscale: #A5A5A5. Windows color (decimal): -2063927 or 13205984. OLE color: 13205984.

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

Color convert

RGB224129201-
CMYK00.420.100.12
HSL314.53º60.51%69.22%-
HSV(B)314.53º42.41%87.84%-
XYZ49.1335.7659.57-
YUV165.61147.97169.65-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.43%
GREEN value IS 129 (50.78% from 255) = 23.29%
BLUE value IS 201 (78.91% from 255) = 36.28%
R=40.43%
G=23.29%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412920100.420.100.12314.5360.5169.22
HexE081C902AAC13b3d45
Octal340201311052121447375105
Binary1110000010000001110010010101010101011001001110111111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E081C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E081C9; }

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

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

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

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

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

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

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

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