#E175C9

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

Shades of Orchid #E175C9

Tints of Orchid #E175C9

Color information

#E175C9 (or 0xE175C9) is unknown color: approx Orchid. HEX triplet: E1, 75 and C9. RGB value is (225,117,201). Sum of RGB (Red+Green+Blue) = 225+117+201=543 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.44% from 543); Green value is 117 (46.09% from 255 or 21.55% from 543); Blue value is 201 (78.91% from 255 or 37.02% from 543); Max value from RGB is 225 - color contains mainly: red. Hex color #E175C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E175C9 is #1E8A36. Grayscale: #9E9E9E. Windows color (decimal): -2001463 or 13202913. OLE color: 13202913.

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

Color convert

RGB225117201-
CMYK00.480.110.12
HSL313.33º64.29%67.06%-
HSV(B)313.33º48%88.24%-
XYZ47.9632.9559.09-
YUV158.87151.78175.17-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.44%
GREEN value IS 117 (46.09% from 255) = 21.55%
BLUE value IS 201 (78.91% from 255) = 37.02%
R=41.44%
G=21.55%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.11
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511720100.480.110.12313.3364.2967.06
HexE175C9030BC1394043
Octal3411653110601314471100103
Binary1110000111101011100100101100001011110010011100110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E175C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E175C9; }

 p { color: rgb(225,117,201); }

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

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

 a { background-color: rgb(225,117,201); }

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

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

 span { border-color: rgb(225,117,201); }

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