#E169DC

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

Shades of Orchid #E169DC

Tints of Orchid #E169DC

Color information

#E169DC (or 0xE169DC) is unknown color: approx Orchid. HEX triplet: E1, 69 and DC. RGB value is (225,105,220). Sum of RGB (Red+Green+Blue) = 225+105+220=550 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.91% from 550); Green value is 105 (41.41% from 255 or 19.09% from 550); Blue value is 220 (86.33% from 255 or 40% from 550); Max value from RGB is 225 - color contains mainly: red. Hex color #E169DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E169DC is #1E9623. Grayscale: #999999. Windows color (decimal): -2004516 or 14445025. OLE color: 14445025.

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

Color convert

RGB225105220-
CMYK00.530.020.12
HSL302.5º66.67%64.71%-
HSV(B)302.5º53.33%88.24%-
XYZ49.0231.2871.16-
YUV153.99165.26178.65-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.91%
GREEN value IS 105 (41.41% from 255) = 19.09%
BLUE value IS 220 (86.33% from 255) = 40%
R=40.91%
G=19.09%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510522000.530.020.12302.566.6764.71
HexE169DC0352C12e4341
Octal341151334065214456103101
Binary11100001110100111011100011010110110010010111010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E169DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E169DC; }

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

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

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

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

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

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

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

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