#E175D1

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

Shades of Orchid #E175D1

Tints of Orchid #E175D1

Color information

#E175D1 (or 0xE175D1) is unknown color: approx Orchid. HEX triplet: E1, 75 and D1. RGB value is (225,117,209). Sum of RGB (Red+Green+Blue) = 225+117+209=551 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.83% from 551); Green value is 117 (46.09% from 255 or 21.23% from 551); Blue value is 209 (82.03% from 255 or 37.93% from 551); Max value from RGB is 225 - color contains mainly: red. Hex color #E175D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E175D1 is #1E8A2E. Grayscale: #9F9F9F. Windows color (decimal): -2001455 or 13727201. OLE color: 13727201.

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

Color convert

RGB225117209-
CMYK00.480.070.12
HSL308.89º64.29%67.06%-
HSV(B)308.89º48%88.24%-
XYZ48.9233.3364.18-
YUV159.78155.78174.52-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.83%
GREEN value IS 117 (46.09% from 255) = 21.23%
BLUE value IS 209 (82.03% from 255) = 37.93%
R=40.83%
G=21.23%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.07
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511720900.480.070.12308.8964.2967.06
HexE175D10307C1354043
Octal341165321060714465100103
Binary111000011110101110100010110000111110010011010110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E175D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E175D1; }

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

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

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

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

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

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

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

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