#E169D8

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

Shades of Orchid #E169D8

Tints of Orchid #E169D8

Color information

#E169D8 (or 0xE169D8) is unknown color: approx Orchid. HEX triplet: E1, 69 and D8. RGB value is (225,105,216). Sum of RGB (Red+Green+Blue) = 225+105+216=546 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.21% from 546); Green value is 105 (41.41% from 255 or 19.23% from 546); Blue value is 216 (84.77% from 255 or 39.56% from 546); Max value from RGB is 225 - color contains mainly: red. Hex color #E169D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E169D8 is #1E9627. Grayscale: #999999. Windows color (decimal): -2004520 or 14182881. OLE color: 14182881.

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

Color convert

RGB225105216-
CMYK00.530.040.12
HSL304.5º66.67%64.71%-
HSV(B)304.5º53.33%88.24%-
XYZ48.531.0768.41-
YUV153.53163.26178.97-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.21%
GREEN value IS 105 (41.41% from 255) = 19.23%
BLUE value IS 216 (84.77% from 255) = 39.56%
R=41.21%
G=19.23%
B=39.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510521600.530.040.12304.566.6764.71
HexE169D80354C1304341
Octal341151330065414460103101
Binary111000011101001110110000110101100110010011000010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E169D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E169D8; }

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

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

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

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

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

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

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

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