#E171CD

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

Shades of Orchid #E171CD

Tints of Orchid #E171CD

Color information

#E171CD (or 0xE171CD) is unknown color: approx Orchid. HEX triplet: E1, 71 and CD. RGB value is (225,113,205). Sum of RGB (Red+Green+Blue) = 225+113+205=543 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.44% from 543); Green value is 113 (44.53% from 255 or 20.81% from 543); Blue value is 205 (80.47% from 255 or 37.75% from 543); Max value from RGB is 225 - color contains mainly: red. Hex color #E171CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E171CD is #1E8E32. Grayscale: #9C9C9C. Windows color (decimal): -2002483 or 13464033. OLE color: 13464033.

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

Color convert

RGB225113205-
CMYK00.500.090.12
HSL310.71º65.12%66.27%-
HSV(B)310.71º49.78%88.24%-
XYZ47.9832.2361.45-
YUV156.98155.11176.52-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.44%
GREEN value IS 113 (44.53% from 255) = 20.81%
BLUE value IS 205 (80.47% from 255) = 37.75%
R=41.44%
G=20.81%
B=37.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511320500.500.090.12310.7165.1266.27
HexE171CD0329C1374142
Octal3411613150621114467101102
Binary1110000111100011100110101100101001110010011011110000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E171CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E171CD; }

 p { color: rgb(225,113,205); }

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

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

 a { background-color: rgb(225,113,205); }

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

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

 span { border-color: rgb(225,113,205); }

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