#E168DE

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

Shades of Orchid #E168DE

Tints of Orchid #E168DE

Color information

#E168DE (or 0xE168DE) is unknown color: approx Orchid. HEX triplet: E1, 68 and DE. RGB value is (225,104,222). Sum of RGB (Red+Green+Blue) = 225+104+222=551 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.83% from 551); Green value is 104 (41.02% from 255 or 18.87% from 551); Blue value is 222 (87.11% from 255 or 40.29% from 551); Max value from RGB is 225 - color contains mainly: red. Hex color #E168DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E168DE is #1E9721. Grayscale: #999999. Windows color (decimal): -2004770 or 14575841. OLE color: 14575841.

HSL color Cylindrical-coordinate representation of color #E168DE: hue angle of 301.49º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E168DE is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB225104222-
CMYK00.540.010.12
HSL301.49º66.85%64.51%-
HSV(B)301.49º53.78%88.24%-
XYZ49.1931.1872.53-
YUV153.63166.59178.91-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.83%
GREEN value IS 104 (41.02% from 255) = 18.87%
BLUE value IS 222 (87.11% from 255) = 40.29%
R=40.83%
G=18.87%
B=40.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510422200.540.010.12301.4966.8564.51
HexE168DE0361C12d4341
Octal341150336066114455103101
Binary1110000111010001101111001101101110010010110110000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E168DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E168DE; }

 p { color: rgb(225,104,222); }

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

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

 a { background-color: rgb(225,104,222); }

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

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

 span { border-color: rgb(225,104,222); }

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