#E168D5

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

Shades of Orchid #E168D5

Tints of Orchid #E168D5

Color information

#E168D5 (or 0xE168D5) is unknown color: approx Orchid. HEX triplet: E1, 68 and D5. RGB value is (225,104,213). Sum of RGB (Red+Green+Blue) = 225+104+213=542 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.51% from 542); Green value is 104 (41.02% from 255 or 19.19% from 542); Blue value is 213 (83.59% from 255 or 39.30% from 542); Max value from RGB is 225 - color contains mainly: red. Hex color #E168D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E168D5 is #1E972A. Grayscale: #989898. Windows color (decimal): -2004779 or 13986017. OLE color: 13986017.

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

Color convert

RGB225104213-
CMYK00.540.050.12
HSL305.95º66.85%64.51%-
HSV(B)305.95º53.78%88.24%-
XYZ48.0130.7166.35-
YUV152.6162.09179.64-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.51%
GREEN value IS 104 (41.02% from 255) = 19.19%
BLUE value IS 213 (83.59% from 255) = 39.30%
R=41.51%
G=19.19%
B=39.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510421300.540.050.12305.9566.8564.51
HexE168D50365C1324341
Octal341150325066514462103101
Binary111000011101000110101010110110101110010011001010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E168D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E168D5; }

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

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

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

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

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

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

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

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