#E080D7

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

Shades of Orchid #E080D7

Tints of Orchid #E080D7

Color information

#E080D7 (or 0xE080D7) is unknown color: approx Orchid. HEX triplet: E0, 80 and D7. RGB value is (224,128,215). Sum of RGB (Red+Green+Blue) = 224+128+215=567 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.51% from 567); Green value is 128 (50.39% from 255 or 22.57% from 567); Blue value is 215 (84.38% from 255 or 37.92% from 567); Max value from RGB is 224 - color contains mainly: red. Hex color #E080D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E080D7 is #1F7F28. Grayscale: #A6A6A6. Windows color (decimal): -2064169 or 14123232. OLE color: 14123232.

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

Color convert

RGB224128215-
CMYK00.430.040.12
HSL305.62º60.76%69.02%-
HSV(B)305.62º42.86%87.84%-
XYZ50.7336.1968.6-
YUV166.62155.3168.93-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.51%
GREEN value IS 128 (50.39% from 255) = 22.57%
BLUE value IS 215 (84.38% from 255) = 37.92%
R=39.51%
G=22.57%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412821500.430.040.12305.6260.7669.02
HexE080D702B4C1323d45
Octal34020032705341446275105
Binary111000001000000011010111010101110011001001100101111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E080D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E080D7; }

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

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

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

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

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

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

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

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