#E176D3

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

Shades of Orchid #E176D3

Tints of Orchid #E176D3

Color information

#E176D3 (or 0xE176D3) is unknown color: approx Orchid. HEX triplet: E1, 76 and D3. RGB value is (225,118,211). Sum of RGB (Red+Green+Blue) = 225+118+211=554 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.61% from 554); Green value is 118 (46.48% from 255 or 21.30% from 554); Blue value is 211 (82.81% from 255 or 38.09% from 554); Max value from RGB is 225 - color contains mainly: red. Hex color #E176D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E176D3 is #1E892C. Grayscale: #A0A0A0. Windows color (decimal): -2001197 or 13858529. OLE color: 13858529.

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

Color convert

RGB225118211-
CMYK00.480.060.12
HSL307.85º64.07%67.25%-
HSV(B)307.85º47.56%88.24%-
XYZ49.2933.6765.53-
YUV160.6156.45173.94-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.61%
GREEN value IS 118 (46.48% from 255) = 21.30%
BLUE value IS 211 (82.81% from 255) = 38.09%
R=40.61%
G=21.30%
B=38.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.06
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511821100.480.060.12307.8564.0767.25
HexE176D30306C1344043
Octal341166323060614464100103
Binary111000011110110110100110110000110110010011010010000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E176D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E176D3; }

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

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

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

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

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

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

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

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