#E175DC

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

Shades of Orchid #E175DC

Tints of Orchid #E175DC

Color information

#E175DC (or 0xE175DC) is unknown color: approx Orchid. HEX triplet: E1, 75 and DC. RGB value is (225,117,220). Sum of RGB (Red+Green+Blue) = 225+117+220=562 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.04% from 562); Green value is 117 (46.09% from 255 or 20.82% from 562); Blue value is 220 (86.33% from 255 or 39.15% from 562); Max value from RGB is 225 - color contains mainly: red. Hex color #E175DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E175DC is #1E8A23. Grayscale: #A0A0A0. Windows color (decimal): -2001444 or 14448097. OLE color: 14448097.

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

Color convert

RGB225117220-
CMYK00.480.020.12
HSL302.78º64.29%67.06%-
HSV(B)302.78º48%88.24%-
XYZ50.3333.971.6-
YUV161.03161.28173.62-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.04%
GREEN value IS 117 (46.09% from 255) = 20.82%
BLUE value IS 220 (86.33% from 255) = 39.15%
R=40.04%
G=20.82%
B=39.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511722000.480.020.12302.7864.2967.06
HexE175DC0302C12f4043
Octal341165334060214457100103
Binary11100001111010111011100011000010110010010111110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E175DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E175DC; }

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

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

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

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

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

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

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

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