#E178DD

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

Shades of Orchid #E178DD

Tints of Orchid #E178DD

Color information

#E178DD (or 0xE178DD) is unknown color: approx Orchid. HEX triplet: E1, 78 and DD. RGB value is (225,120,221). Sum of RGB (Red+Green+Blue) = 225+120+221=566 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.75% from 566); Green value is 120 (47.27% from 255 or 21.20% from 566); Blue value is 221 (86.72% from 255 or 39.05% from 566); Max value from RGB is 225 - color contains mainly: red. Hex color #E178DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E178DD is #1E8722. Grayscale: #A2A2A2. Windows color (decimal): -2000675 or 14514401. OLE color: 14514401.

HSL color Cylindrical-coordinate representation of color #E178DD: hue angle of 302.29º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E178DD is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB225120221-
CMYK00.470.020.12
HSL302.29º63.64%67.65%-
HSV(B)302.29º46.67%88.24%-
XYZ50.8234.6672.42-
YUV162.91160.79172.29-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.75%
GREEN value IS 120 (47.27% from 255) = 21.20%
BLUE value IS 221 (86.72% from 255) = 39.05%
R=39.75%
G=21.20%
B=39.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512022100.470.020.12302.2963.6467.65
HexE178DD02F2C12e4044
Octal341170335057214456100104
Binary11100001111100011011101010111110110010010111010000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E178DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E178DD; }

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

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

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

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

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

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

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

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