#E175CA

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

Shades of Orchid #E175CA

Tints of Orchid #E175CA

Color information

#E175CA (or 0xE175CA) is unknown color: approx Orchid. HEX triplet: E1, 75 and CA. RGB value is (225,117,202). Sum of RGB (Red+Green+Blue) = 225+117+202=544 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.36% from 544); Green value is 117 (46.09% from 255 or 21.51% from 544); Blue value is 202 (79.30% from 255 or 37.13% from 544); Max value from RGB is 225 - color contains mainly: red. Hex color #E175CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E175CA is #1E8A35. Grayscale: #9E9E9E. Windows color (decimal): -2001462 or 13268449. OLE color: 13268449.

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

Color convert

RGB225117202-
CMYK00.480.100.12
HSL312.78º64.29%67.06%-
HSV(B)312.78º48%88.24%-
XYZ48.0732.9959.71-
YUV158.98152.28175.09-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.36%
GREEN value IS 117 (46.09% from 255) = 21.51%
BLUE value IS 202 (79.30% from 255) = 37.13%
R=41.36%
G=21.51%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511720200.480.100.12312.7864.2967.06
HexE175CA030AC1394043
Octal3411653120601214471100103
Binary1110000111101011100101001100001010110010011100110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E175CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E175CA; }

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

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

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

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

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

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

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

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