#E175DF

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

Shades of Orchid #E175DF

Tints of Orchid #E175DF

Color information

#E175DF (or 0xE175DF) is unknown color: approx Orchid. HEX triplet: E1, 75 and DF. RGB value is (225,117,223). Sum of RGB (Red+Green+Blue) = 225+117+223=565 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.82% from 565); Green value is 117 (46.09% from 255 or 20.71% from 565); Blue value is 223 (87.5% from 255 or 39.47% from 565); Max value from RGB is 225 - color contains mainly: red. Hex color #E175DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E175DF is #1E8A20. Grayscale: #A1A1A1. Windows color (decimal): -2001441 or 14644705. OLE color: 14644705.

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

Color convert

RGB225117223-
CMYK00.480.010.12
HSL301.11º64.29%67.06%-
HSV(B)301.11º48%88.24%-
XYZ50.7334.0673.71-
YUV161.38162.78173.38-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.82%
GREEN value IS 117 (46.09% from 255) = 20.71%
BLUE value IS 223 (87.5% from 255) = 39.47%
R=39.82%
G=20.71%
B=39.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511722300.480.010.12301.1164.2967.06
HexE175DF0301C12d4043
Octal341165337060114455100103
Binary1110000111101011101111101100001110010010110110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E175DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E175DF; }

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

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

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

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

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

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

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

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