#D179BB

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

Shades of Orchid #D179BB

Tints of Orchid #D179BB

Color information

#D179BB (or 0xD179BB) is unknown color: approx Orchid. HEX triplet: D1, 79 and BB. RGB value is (209,121,187). Sum of RGB (Red+Green+Blue) = 209+121+187=517 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.43% from 517); Green value is 121 (47.66% from 255 or 23.40% from 517); Blue value is 187 (73.44% from 255 or 36.17% from 517); Max value from RGB is 209 - color contains mainly: red. Hex color #D179BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D179BB is #2E8644. Grayscale: #9A9A9A. Windows color (decimal): -3049029 or 12286417. OLE color: 12286417.

HSL color Cylindrical-coordinate representation of color #D179BB: hue angle of 315º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D179BB is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB209121187-
CMYK00.420.110.18
HSL315º48.89%64.71%-
HSV(B)315º42.11%81.96%-
XYZ42.130.8250.74-
YUV154.84146.15166.63-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.43%
GREEN value IS 121 (47.66% from 255) = 23.40%
BLUE value IS 187 (73.44% from 255) = 36.17%
R=40.43%
G=23.40%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20912118700.420.110.1831548.8964.71
HexD179BB02AB1213b3141
Octal321171273052132247361101
Binary1101000111110011011101101010101011100101001110111100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D179BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D179BB; }

 p { color: rgb(209,121,187); }

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

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

 a { background-color: rgb(209,121,187); }

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

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

 span { border-color: rgb(209,121,187); }

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