#E172D7

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

Shades of Orchid #E172D7

Tints of Orchid #E172D7

Color information

#E172D7 (or 0xE172D7) is unknown color: approx Orchid. HEX triplet: E1, 72 and D7. RGB value is (225,114,215). Sum of RGB (Red+Green+Blue) = 225+114+215=554 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.61% from 554); Green value is 114 (44.92% from 255 or 20.58% from 554); Blue value is 215 (84.38% from 255 or 38.81% from 554); Max value from RGB is 225 - color contains mainly: red. Hex color #E172D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E172D7 is #1E8D28. Grayscale: #9E9E9E. Windows color (decimal): -2002217 or 14119649. OLE color: 14119649.

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

Color convert

RGB225114215-
CMYK00.490.040.12
HSL305.41º64.91%66.47%-
HSV(B)305.41º49.33%88.24%-
XYZ49.3332.9568.05-
YUV158.7159.77175.29-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.61%
GREEN value IS 114 (44.92% from 255) = 20.58%
BLUE value IS 215 (84.38% from 255) = 38.81%
R=40.61%
G=20.58%
B=38.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511421500.490.040.12305.4164.9166.47
HexE172D70314C1314142
Octal341162327061414461101102
Binary111000011110010110101110110001100110010011000110000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E172D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E172D7; }

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

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

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

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

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

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

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

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