#D179D7

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

Shades of Orchid #D179D7

Tints of Orchid #D179D7

Color information

#D179D7 (or 0xD179D7) is unknown color: approx Orchid. HEX triplet: D1, 79 and D7. RGB value is (209,121,215). Sum of RGB (Red+Green+Blue) = 209+121+215=545 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.35% from 545); Green value is 121 (47.66% from 255 or 22.20% from 545); Blue value is 215 (84.38% from 255 or 39.45% from 545); Max value from RGB is 215 - color contains mainly: blue. Hex color #D179D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D179D7 is #2E8628. Grayscale: #9D9D9D. Windows color (decimal): -3049001 or 14121425. OLE color: 14121425.

HSL color Cylindrical-coordinate representation of color #D179D7: hue angle of 296.17º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D179D7 is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB209121215-
CMYK0.030.4400.16
HSL296.17º54.02%65.88%-
HSV(B)296.17º43.72%84.31%-
XYZ45.432.1468.1-
YUV158.03160.15164.36-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.35%
GREEN value IS 121 (47.66% from 255) = 22.20%
BLUE value IS 215 (84.38% from 255) = 39.45%
R=38.35%
G=22.20%
B=39.45%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2091212150.030.4400.16296.1754.0265.88
HexD179D732C0101283642
Octal32117132735402045066102
Binary11010001111100111010111111011000100001001010001101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D179D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D179D7; }

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

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

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

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

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

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

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

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