#E168CD

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

Shades of Orchid #E168CD

Tints of Orchid #E168CD

Color information

#E168CD (or 0xE168CD) is unknown color: approx Orchid. HEX triplet: E1, 68 and CD. RGB value is (225,104,205). Sum of RGB (Red+Green+Blue) = 225+104+205=534 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.13% from 534); Green value is 104 (41.02% from 255 or 19.48% from 534); Blue value is 205 (80.47% from 255 or 38.39% from 534); Max value from RGB is 225 - color contains mainly: red. Hex color #E168CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E168CD is #1E9732. Grayscale: #979797. Windows color (decimal): -2004787 or 13461729. OLE color: 13461729.

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

Color convert

RGB225104205-
CMYK00.540.090.12
HSL309.92º66.85%64.51%-
HSV(B)309.92º53.78%88.24%-
XYZ47.0230.3261.13-
YUV151.69158.09180.29-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.13%
GREEN value IS 104 (41.02% from 255) = 19.48%
BLUE value IS 205 (80.47% from 255) = 38.39%
R=42.13%
G=19.48%
B=38.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510420500.540.090.12309.9266.8564.51
HexE168CD0369C1364341
Octal3411503150661114466103101
Binary1110000111010001100110101101101001110010011011010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E168CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E168CD; }

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

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

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

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

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

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

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

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