#E17ACE

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

Shades of Orchid #E17ACE

Tints of Orchid #E17ACE

Color information

#E17ACE (or 0xE17ACE) is unknown color: approx Orchid. HEX triplet: E1, 7A and CE. RGB value is (225,122,206). Sum of RGB (Red+Green+Blue) = 225+122+206=553 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.69% from 553); Green value is 122 (48.05% from 255 or 22.06% from 553); Blue value is 206 (80.86% from 255 or 37.25% from 553); Max value from RGB is 225 - color contains mainly: red. Hex color #E17ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17ACE is #1E8531. Grayscale: #A2A2A2. Windows color (decimal): -2000178 or 13531873. OLE color: 13531873.

HSL color Cylindrical-coordinate representation of color #E17ACE: hue angle of 311.07º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E17ACE is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB225122206-
CMYK00.460.080.12
HSL311.07º63.19%68.04%-
HSV(B)311.07º45.78%88.24%-
XYZ49.1534.3862.44-
YUV162.37152.62172.67-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.69%
GREEN value IS 122 (48.05% from 255) = 22.06%
BLUE value IS 206 (80.86% from 255) = 37.25%
R=40.69%
G=22.06%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512220600.460.080.12311.0763.1968.04
HexE17ACE02E8C1373f44
Octal341172316056101446777104
Binary111000011111010110011100101110100011001001101111111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17ACE; }

 p { color: rgb(225,122,206); }

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

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

 a { background-color: rgb(225,122,206); }

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

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

 span { border-color: rgb(225,122,206); }

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