#E080C7

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

Shades of Orchid #E080C7

Tints of Orchid #E080C7

Color information

#E080C7 (or 0xE080C7) is unknown color: approx Orchid. HEX triplet: E0, 80 and C7. RGB value is (224,128,199). Sum of RGB (Red+Green+Blue) = 224+128+199=551 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.65% from 551); Green value is 128 (50.39% from 255 or 23.23% from 551); Blue value is 199 (78.12% from 255 or 36.12% from 551); Max value from RGB is 224 - color contains mainly: red. Hex color #E080C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E080C7 is #1F7F38. Grayscale: #A4A4A4. Windows color (decimal): -2064185 or 13074656. OLE color: 13074656.

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

Color convert

RGB224128199-
CMYK00.430.110.12
HSL315.62º60.76%69.02%-
HSV(B)315.62º42.86%87.84%-
XYZ48.7735.4158.3-
YUV164.8147.3170.23-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.65%
GREEN value IS 128 (50.39% from 255) = 23.23%
BLUE value IS 199 (78.12% from 255) = 36.12%
R=40.65%
G=23.23%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.11
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412819900.430.110.12315.6260.7669.02
HexE080C702BBC13c3d45
Octal340200307053131447475105
Binary1110000010000000110001110101011101111001001111001111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E080C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E080C7; }

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

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

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

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

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

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

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

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