#E169C7

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

Shades of Orchid #E169C7

Tints of Orchid #E169C7

Color information

#E169C7 (or 0xE169C7) is unknown color: approx Orchid. HEX triplet: E1, 69 and C7. RGB value is (225,105,199). Sum of RGB (Red+Green+Blue) = 225+105+199=529 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.53% from 529); Green value is 105 (41.41% from 255 or 19.85% from 529); Blue value is 199 (78.12% from 255 or 37.62% from 529); Max value from RGB is 225 - color contains mainly: red. Hex color #E169C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E169C7 is #1E9638. Grayscale: #979797. Windows color (decimal): -2004537 or 13068769. OLE color: 13068769.

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

Color convert

RGB225105199-
CMYK00.530.120.12
HSL313º66.67%64.71%-
HSV(B)313º53.33%88.24%-
XYZ46.4130.2357.42-
YUV151.6154.76180.36-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.53%
GREEN value IS 105 (41.41% from 255) = 19.85%
BLUE value IS 199 (78.12% from 255) = 37.62%
R=42.53%
G=19.85%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510519900.530.120.1231366.6764.71
HexE169C7035CC1394341
Octal3411513070651414471103101
Binary1110000111010011100011101101011100110010011100110000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E169C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E169C7; }

 p { color: rgb(225,105,199); }

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

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

 a { background-color: rgb(225,105,199); }

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

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

 span { border-color: rgb(225,105,199); }

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