#E175CB

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

Shades of Orchid #E175CB

Tints of Orchid #E175CB

Color information

#E175CB (or 0xE175CB) is unknown color: approx Orchid. HEX triplet: E1, 75 and CB. RGB value is (225,117,203). Sum of RGB (Red+Green+Blue) = 225+117+203=545 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.28% from 545); Green value is 117 (46.09% from 255 or 21.47% from 545); Blue value is 203 (79.69% from 255 or 37.25% from 545); Max value from RGB is 225 - color contains mainly: red. Hex color #E175CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E175CB is #1E8A34. Grayscale: #9E9E9E. Windows color (decimal): -2001461 or 13333985. OLE color: 13333985.

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

Color convert

RGB225117203-
CMYK00.480.100.12
HSL312.22º64.29%67.06%-
HSV(B)312.22º48%88.24%-
XYZ48.1933.0460.34-
YUV159.1152.78175.01-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.28%
GREEN value IS 117 (46.09% from 255) = 21.47%
BLUE value IS 203 (79.69% from 255) = 37.25%
R=41.28%
G=21.47%
B=37.25%

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
Decimal22511720300.480.100.12312.2264.2967.06
HexE175CB030AC1384043
Octal3411653130601214470100103
Binary1110000111101011100101101100001010110010011100010000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E175CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E175CB; }

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

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

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

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

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

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

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

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