#E168DD

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

Shades of Orchid #E168DD

Tints of Orchid #E168DD

Color information

#E168DD (or 0xE168DD) is unknown color: approx Orchid. HEX triplet: E1, 68 and DD. RGB value is (225,104,221). Sum of RGB (Red+Green+Blue) = 225+104+221=550 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.91% from 550); Green value is 104 (41.02% from 255 or 18.91% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 225 - color contains mainly: red. Hex color #E168DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E168DD is #1E9722. Grayscale: #999999. Windows color (decimal): -2004771 or 14510305. OLE color: 14510305.

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

Color convert

RGB225104221-
CMYK00.540.020.12
HSL301.98º66.85%64.51%-
HSV(B)301.98º53.78%88.24%-
XYZ49.0531.1371.83-
YUV153.52166.09178.99-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.91%
GREEN value IS 104 (41.02% from 255) = 18.91%
BLUE value IS 221 (86.72% from 255) = 40.18%
R=40.91%
G=18.91%
B=40.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510422100.540.020.12301.9866.8564.51
HexE168DD0362C12e4341
Octal341150335066214456103101
Binary11100001110100011011101011011010110010010111010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E168DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E168DD; }

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

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

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

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

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

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

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

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