#E169C3

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

Shades of Orchid #E169C3

Tints of Orchid #E169C3

Color information

#E169C3 (or 0xE169C3) is unknown color: approx Orchid. HEX triplet: E1, 69 and C3. RGB value is (225,105,195). Sum of RGB (Red+Green+Blue) = 225+105+195=525 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.86% from 525); Green value is 105 (41.41% from 255 or 20% from 525); Blue value is 195 (76.56% from 255 or 37.14% from 525); Max value from RGB is 225 - color contains mainly: red. Hex color #E169C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E169C3 is #1E963C. Grayscale: #969696. Windows color (decimal): -2004541 or 12806625. OLE color: 12806625.

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

Color convert

RGB225105195-
CMYK00.530.130.12
HSL315º66.67%64.71%-
HSV(B)315º53.33%88.24%-
XYZ45.9530.0555.01-
YUV151.14152.76180.68-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.86%
GREEN value IS 105 (41.41% from 255) = 20%
BLUE value IS 195 (76.56% from 255) = 37.14%
R=42.86%
G=20%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.13
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510519500.530.130.1231566.6764.71
HexE169C3035DC13b4341
Octal3411513030651514473103101
Binary1110000111010011100001101101011101110010011101110000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E169C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E169C3; }

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

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

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

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

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

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

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

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