#E177D3

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

Shades of Orchid #E177D3

Tints of Orchid #E177D3

Color information

#E177D3 (or 0xE177D3) is unknown color: approx Orchid. HEX triplet: E1, 77 and D3. RGB value is (225,119,211). Sum of RGB (Red+Green+Blue) = 225+119+211=555 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.54% from 555); Green value is 119 (46.88% from 255 or 21.44% from 555); Blue value is 211 (82.81% from 255 or 38.02% from 555); Max value from RGB is 225 - color contains mainly: red. Hex color #E177D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E177D3 is #1E882C. Grayscale: #A0A0A0. Windows color (decimal): -2000941 or 13858785. OLE color: 13858785.

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

Color convert

RGB225119211-
CMYK00.470.060.12
HSL307.92º63.86%67.45%-
HSV(B)307.92º47.11%88.24%-
XYZ49.4133.965.57-
YUV161.18156.12173.52-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.54%
GREEN value IS 119 (46.88% from 255) = 21.44%
BLUE value IS 211 (82.81% from 255) = 38.02%
R=40.54%
G=21.44%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.06
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511921100.470.060.12307.9263.8667.45
HexE177D302F6C1344043
Octal341167323057614464100103
Binary111000011110111110100110101111110110010011010010000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E177D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E177D3; }

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

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

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

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

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

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

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

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