#E177E0

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

Shades of Orchid #E177E0

Tints of Orchid #E177E0

Color information

#E177E0 (or 0xE177E0) is unknown color: approx Orchid. HEX triplet: E1, 77 and E0. RGB value is (225,119,224). Sum of RGB (Red+Green+Blue) = 225+119+224=568 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.61% from 568); Green value is 119 (46.88% from 255 or 20.95% from 568); Blue value is 224 (87.89% from 255 or 39.44% from 568); Max value from RGB is 225 - color contains mainly: red. Hex color #E177E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E177E0 is #1E881F. Grayscale: #A2A2A2. Windows color (decimal): -2000928 or 14710753. OLE color: 14710753.

HSL color Cylindrical-coordinate representation of color #E177E0: hue angle of 300.57º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E177E0 is Cyan = 0, Magento = 0.47, Yellow = 0.00 and Black (K on CMYK) = 0.12.

Color convert

RGB225119224-
CMYK00.470.000.12
HSL300.57º63.86%67.45%-
HSV(B)300.57º47.11%88.24%-
XYZ51.134.5874.5-
YUV162.66162.62172.46-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.61%
GREEN value IS 119 (46.88% from 255) = 20.95%
BLUE value IS 224 (87.89% from 255) = 39.44%
R=39.61%
G=20.95%
B=39.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.00
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511922400.470.000.12300.5763.8667.45
HexE177E002F0C12d4043
Octal341167340057014455100103
Binary1110000111101111110000001011110110010010110110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E177E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E177E0; }

 p { color: rgb(225,119,224); }

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

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

 a { background-color: rgb(225,119,224); }

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

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

 span { border-color: rgb(225,119,224); }

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