#E080D1

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

Shades of Orchid #E080D1

Tints of Orchid #E080D1

Color information

#E080D1 (or 0xE080D1) is unknown color: approx Orchid. HEX triplet: E0, 80 and D1. RGB value is (224,128,209). Sum of RGB (Red+Green+Blue) = 224+128+209=561 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.93% from 561); Green value is 128 (50.39% from 255 or 22.82% from 561); Blue value is 209 (82.03% from 255 or 37.25% from 561); Max value from RGB is 224 - color contains mainly: red. Hex color #E080D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E080D1 is #1F7F2E. Grayscale: #A5A5A5. Windows color (decimal): -2064175 or 13730016. OLE color: 13730016.

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

Color convert

RGB224128209-
CMYK00.430.070.12
HSL309.38º60.76%69.02%-
HSV(B)309.38º42.86%87.84%-
XYZ49.9735.8964.62-
YUV165.94152.3169.41-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.93%
GREEN value IS 128 (50.39% from 255) = 22.82%
BLUE value IS 209 (82.03% from 255) = 37.25%
R=39.93%
G=22.82%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.07
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412820900.430.070.12309.3860.7669.02
HexE080D102B7C1353d45
Octal34020032105371446575105
Binary111000001000000011010001010101111111001001101011111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E080D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E080D1; }

 p { color: rgb(224,128,209); }

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

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

 a { background-color: rgb(224,128,209); }

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

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

 span { border-color: rgb(224,128,209); }

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