#E172DD

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

Shades of Orchid #E172DD

Tints of Orchid #E172DD

Color information

#E172DD (or 0xE172DD) is unknown color: approx Orchid. HEX triplet: E1, 72 and DD. RGB value is (225,114,221). Sum of RGB (Red+Green+Blue) = 225+114+221=560 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.18% from 560); Green value is 114 (44.92% from 255 or 20.36% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 225 - color contains mainly: red. Hex color #E172DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E172DD is #1E8D22. Grayscale: #9F9F9F. Windows color (decimal): -2002211 or 14512865. OLE color: 14512865.

HSL color Cylindrical-coordinate representation of color #E172DD: hue angle of 302.16º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E172DD is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB225114221-
CMYK00.490.020.12
HSL302.16º64.91%66.47%-
HSV(B)302.16º49.33%88.24%-
XYZ50.1233.2672.19-
YUV159.39162.77174.8-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.18%
GREEN value IS 114 (44.92% from 255) = 20.36%
BLUE value IS 221 (86.72% from 255) = 39.46%
R=40.18%
G=20.36%
B=39.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511422100.490.020.12302.1664.9166.47
HexE172DD0312C12e4142
Octal341162335061214456101102
Binary11100001111001011011101011000110110010010111010000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E172DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E172DD; }

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

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

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

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

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

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

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

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