#D179B9

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

Shades of Orchid #D179B9

Tints of Orchid #D179B9

Color information

#D179B9 (or 0xD179B9) is unknown color: approx Orchid. HEX triplet: D1, 79 and B9. RGB value is (209,121,185). Sum of RGB (Red+Green+Blue) = 209+121+185=515 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.58% from 515); Green value is 121 (47.66% from 255 or 23.50% from 515); Blue value is 185 (72.66% from 255 or 35.92% from 515); Max value from RGB is 209 - color contains mainly: red. Hex color #D179B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D179B9 is #2E8646. Grayscale: #9A9A9A. Windows color (decimal): -3049031 or 12155345. OLE color: 12155345.

HSL color Cylindrical-coordinate representation of color #D179B9: hue angle of 316.36º 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 #D179B9 is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB209121185-
CMYK00.420.110.18
HSL316.36º48.89%64.71%-
HSV(B)316.36º42.11%81.96%-
XYZ41.8930.7349.62-
YUV154.61145.15166.8-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.58%
GREEN value IS 121 (47.66% from 255) = 23.50%
BLUE value IS 185 (72.66% from 255) = 35.92%
R=40.58%
G=23.50%
B=35.92%

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
Decimal20912118500.420.110.18316.3648.8964.71
HexD179B902AB1213c3141
Octal321171271052132247461101
Binary1101000111110011011100101010101011100101001111001100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D179B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D179B9; }

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

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

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

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

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

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

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

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