#E169CE

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

Shades of Orchid #E169CE

Tints of Orchid #E169CE

Color information

#E169CE (or 0xE169CE) is unknown color: approx Orchid. HEX triplet: E1, 69 and CE. RGB value is (225,105,206). Sum of RGB (Red+Green+Blue) = 225+105+206=536 (70% of max value = 765). Red value is 225 (88.28% from 255 or 41.98% from 536); Green value is 105 (41.41% from 255 or 19.59% from 536); Blue value is 206 (80.86% from 255 or 38.43% from 536); Max value from RGB is 225 - color contains mainly: red. Hex color #E169CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E169CE is #1E9631. Grayscale: #989898. Windows color (decimal): -2004530 or 13527521. OLE color: 13527521.

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

Color convert

RGB225105206-
CMYK00.530.080.12
HSL309.5º66.67%64.71%-
HSV(B)309.5º53.33%88.24%-
XYZ47.2430.5761.8-
YUV152.39158.26179.79-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.98%
GREEN value IS 105 (41.41% from 255) = 19.59%
BLUE value IS 206 (80.86% from 255) = 38.43%
R=41.98%
G=19.59%
B=38.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510520600.530.080.12309.566.6764.71
HexE169CE0358C1364341
Octal3411513160651014466103101
Binary1110000111010011100111001101011000110010011011010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E169CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E169CE; }

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

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

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

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

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

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

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

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