#E168E6

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

Shades of Orchid #E168E6

Tints of Orchid #E168E6

Color information

#E168E6 (or 0xE168E6) is unknown color: approx Orchid. HEX triplet: E1, 68 and E6. RGB value is (225,104,230). Sum of RGB (Red+Green+Blue) = 225+104+230=559 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.25% from 559); Green value is 104 (41.02% from 255 or 18.60% from 559); Blue value is 230 (90.23% from 255 or 41.14% from 559); Max value from RGB is 230 - color contains mainly: blue. Hex color #E168E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E168E6 is #1E9719. Grayscale: #9A9A9A. Windows color (decimal): -2004762 or 15100129. OLE color: 15100129.

HSL color Cylindrical-coordinate representation of color #E168E6: hue angle of 297.62º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E168E6 is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB225104230-
CMYK0.020.5500.10
HSL297.62º71.59%65.49%-
HSV(B)297.62º54.78%90.2%-
XYZ50.2831.6278.32-
YUV154.54170.59178.25-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.25%
GREEN value IS 104 (41.02% from 255) = 18.60%
BLUE value IS 230 (90.23% from 255) = 41.14%
R=40.25%
G=18.60%
B=41.14%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2251042300.020.5500.10297.6271.5965.49
HexE168E62370A12a4841
Octal341150346267012452110101
Binary11100001110100011100110101101110101010010101010010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E168E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E168E6; }

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

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

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

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

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

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

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

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