#E168D3

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

Shades of Orchid #E168D3

Tints of Orchid #E168D3

Color information

#E168D3 (or 0xE168D3) is unknown color: approx Orchid. HEX triplet: E1, 68 and D3. RGB value is (225,104,211). Sum of RGB (Red+Green+Blue) = 225+104+211=540 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.67% from 540); Green value is 104 (41.02% from 255 or 19.26% from 540); Blue value is 211 (82.81% from 255 or 39.07% from 540); Max value from RGB is 225 - color contains mainly: red. Hex color #E168D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E168D3 is #1E972C. Grayscale: #989898. Windows color (decimal): -2004781 or 13854945. OLE color: 13854945.

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

Color convert

RGB225104211-
CMYK00.540.060.12
HSL306.94º66.85%64.51%-
HSV(B)306.94º53.78%88.24%-
XYZ47.7630.6165.02-
YUV152.38161.09179.8-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.67%
GREEN value IS 104 (41.02% from 255) = 19.26%
BLUE value IS 211 (82.81% from 255) = 39.07%
R=41.67%
G=19.26%
B=39.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.06
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510421100.540.060.12306.9466.8564.51
HexE168D30366C1334341
Octal341150323066614463103101
Binary111000011101000110100110110110110110010011001110000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E168D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E168D3; }

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

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

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

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

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

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

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

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