#E081DF

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

Shades of Orchid #E081DF

Tints of Orchid #E081DF

Color information

#E081DF (or 0xE081DF) is unknown color: approx Orchid. HEX triplet: E0, 81 and DF. RGB value is (224,129,223). Sum of RGB (Red+Green+Blue) = 224+129+223=576 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.89% from 576); Green value is 129 (50.78% from 255 or 22.40% from 576); Blue value is 223 (87.5% from 255 or 38.72% from 576); Max value from RGB is 224 - color contains mainly: red. Hex color #E081DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E081DF is #1F7E20. Grayscale: #A7A7A7. Windows color (decimal): -2063905 or 14647776. OLE color: 14647776.

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

Color convert

RGB224129223-
CMYK00.420.000.12
HSL300.63º60.51%69.22%-
HSV(B)300.63º42.41%87.84%-
XYZ51.9136.8874.19-
YUV168.12158.97167.86-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.89%
GREEN value IS 129 (50.78% from 255) = 22.40%
BLUE value IS 223 (87.5% from 255) = 38.72%
R=38.89%
G=22.40%
B=38.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.00
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412922300.420.000.12300.6360.5169.22
HexE081DF02A0C12d3d45
Octal34020133705201445575105
Binary1110000010000001110111110101010011001001011011111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E081DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E081DF; }

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

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

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

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

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

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

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

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