#E175DD

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

Shades of Orchid #E175DD

Tints of Orchid #E175DD

Color information

#E175DD (or 0xE175DD) is unknown color: approx Orchid. HEX triplet: E1, 75 and DD. RGB value is (225,117,221). Sum of RGB (Red+Green+Blue) = 225+117+221=563 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.96% from 563); Green value is 117 (46.09% from 255 or 20.78% from 563); Blue value is 221 (86.72% from 255 or 39.25% from 563); Max value from RGB is 225 - color contains mainly: red. Hex color #E175DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E175DD is #1E8A22. Grayscale: #A0A0A0. Windows color (decimal): -2001443 or 14513633. OLE color: 14513633.

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

Color convert

RGB225117221-
CMYK00.480.020.12
HSL302.22º64.29%67.06%-
HSV(B)302.22º48%88.24%-
XYZ50.4633.9572.3-
YUV161.15161.78173.54-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.96%
GREEN value IS 117 (46.09% from 255) = 20.78%
BLUE value IS 221 (86.72% from 255) = 39.25%
R=39.96%
G=20.78%
B=39.25%

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
Decimal22511722100.480.020.12302.2264.2967.06
HexE175DD0302C12e4043
Octal341165335060214456100103
Binary11100001111010111011101011000010110010010111010000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E175DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E175DD; }

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

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

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

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

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

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

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

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