#E169C2

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

Shades of Orchid #E169C2

Tints of Orchid #E169C2

Color information

#E169C2 (or 0xE169C2) is unknown color: approx Orchid. HEX triplet: E1, 69 and C2. RGB value is (225,105,194). Sum of RGB (Red+Green+Blue) = 225+105+194=524 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.94% from 524); Green value is 105 (41.41% from 255 or 20.04% from 524); Blue value is 194 (76.17% from 255 or 37.02% from 524); Max value from RGB is 225 - color contains mainly: red. Hex color #E169C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E169C2 is #1E963D. Grayscale: #969696. Windows color (decimal): -2004542 or 12741089. OLE color: 12741089.

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

Color convert

RGB225105194-
CMYK00.530.140.12
HSL315.5º66.67%64.71%-
HSV(B)315.5º53.33%88.24%-
XYZ45.8430.0154.41-
YUV151.03152.26180.76-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.94%
GREEN value IS 105 (41.41% from 255) = 20.04%
BLUE value IS 194 (76.17% from 255) = 37.02%
R=42.94%
G=20.04%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.14
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510519400.530.140.12315.566.6764.71
HexE169C2035EC13c4341
Octal3411513020651614474103101
Binary1110000111010011100001001101011110110010011110010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E169C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E169C2; }

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

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

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

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

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

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

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

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