#E080CC

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

Shades of Orchid #E080CC

Tints of Orchid #E080CC

Color information

#E080CC (or 0xE080CC) is unknown color: approx Orchid. HEX triplet: E0, 80 and CC. RGB value is (224,128,204). Sum of RGB (Red+Green+Blue) = 224+128+204=556 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.29% from 556); Green value is 128 (50.39% from 255 or 23.02% from 556); Blue value is 204 (80.08% from 255 or 36.69% from 556); Max value from RGB is 224 - color contains mainly: red. Hex color #E080CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E080CC is #1F7F33. Grayscale: #A5A5A5. Windows color (decimal): -2064180 or 13402336. OLE color: 13402336.

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

Color convert

RGB224128204-
CMYK00.430.090.12
HSL312.5º60.76%69.02%-
HSV(B)312.5º42.86%87.84%-
XYZ49.3635.6561.41-
YUV165.37149.8169.82-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.29%
GREEN value IS 128 (50.39% from 255) = 23.02%
BLUE value IS 204 (80.08% from 255) = 36.69%
R=40.29%
G=23.02%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412820400.430.090.12312.560.7669.02
HexE080CC02B9C1383d45
Octal340200314053111447075105
Binary1110000010000000110011000101011100111001001110001111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E080CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E080CC; }

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

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

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

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

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

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

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

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