#E168DB

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

Shades of Orchid #E168DB

Tints of Orchid #E168DB

Color information

#E168DB (or 0xE168DB) is unknown color: approx Orchid. HEX triplet: E1, 68 and DB. RGB value is (225,104,219). Sum of RGB (Red+Green+Blue) = 225+104+219=548 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.06% from 548); Green value is 104 (41.02% from 255 or 18.98% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 225 - color contains mainly: red. Hex color #E168DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E168DB is #1E9724. Grayscale: #989898. Windows color (decimal): -2004773 or 14379233. OLE color: 14379233.

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

Color convert

RGB225104219-
CMYK00.540.030.12
HSL302.98º66.85%64.51%-
HSV(B)302.98º53.78%88.24%-
XYZ48.7931.0270.43-
YUV153.29165.09179.15-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.06%
GREEN value IS 104 (41.02% from 255) = 18.98%
BLUE value IS 219 (85.94% from 255) = 39.96%
R=41.06%
G=18.98%
B=39.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510421900.540.030.12302.9866.8564.51
HexE168DB0363C12f4341
Octal341150333066314457103101
Binary11100001110100011011011011011011110010010111110000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E168DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E168DB; }

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

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

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

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

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

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

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

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