#E168C6

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

Shades of Orchid #E168C6

Tints of Orchid #E168C6

Color information

#E168C6 (or 0xE168C6) is unknown color: approx Orchid. HEX triplet: E1, 68 and C6. RGB value is (225,104,198). Sum of RGB (Red+Green+Blue) = 225+104+198=527 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.69% from 527); Green value is 104 (41.02% from 255 or 19.73% from 527); Blue value is 198 (77.73% from 255 or 37.57% from 527); Max value from RGB is 225 - color contains mainly: red. Hex color #E168C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E168C6 is #1E9739. Grayscale: #969696. Windows color (decimal): -2004794 or 13002977. OLE color: 13002977.

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

Color convert

RGB225104198-
CMYK00.540.120.12
HSL313.39º66.85%64.51%-
HSV(B)313.39º53.78%88.24%-
XYZ46.1929.9956.78-
YUV150.89154.59180.86-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.69%
GREEN value IS 104 (41.02% from 255) = 19.73%
BLUE value IS 198 (77.73% from 255) = 37.57%
R=42.69%
G=19.73%
B=37.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510419800.540.120.12313.3966.8564.51
HexE168C6036CC1394341
Octal3411503060661414471103101
Binary1110000111010001100011001101101100110010011100110000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E168C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E168C6; }

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

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

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

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

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

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

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

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