#e174df

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

Shades of Orchid #E174DF

Tints of Orchid #E174DF

Color information

#E174DF (or 0xE174DF) is unknown color: approx Orchid. HEX triplet: E1, 74 and DF. RGB value is (225,116,223). Sum of RGB (Red+Green+Blue) = 225+116+223=564 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.89% from 564); Green value is 116 (45.70% from 255 or 20.57% from 564); Blue value is 223 (87.5% from 255 or 39.54% from 564); Max value from RGB is 225 - color contains mainly: red. Hex color #E174DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E174DF is #1E8B20. Grayscale: #A0A0A0. Windows color (decimal): -2001697 or 14644449. OLE color: 14644449.

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

Color convert

RGB225116223-
CMYK00.480.010.12
HSL301.1º64.5%66.86%-
HSV(B)301.1º48.44%88.24%-
XYZ50.6233.8373.67-
YUV160.79163.11173.8-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.89%
GREEN value IS 116 (45.70% from 255) = 20.57%
BLUE value IS 223 (87.5% from 255) = 39.54%
R=39.89%
G=20.57%
B=39.54%

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
Decimal22511622300.480.010.12301.164.566.86
HexE174DF0301C12d4043
Octal341164337060114455100103
Binary1110000111101001101111101100001110010010110110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e174df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e174df; }

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

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

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

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

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

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

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

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