#D176D0

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

Shades of Orchid #D176D0

Tints of Orchid #D176D0

Color information

#D176D0 (or 0xD176D0) is unknown color: approx Orchid. HEX triplet: D1, 76 and D0. RGB value is (209,118,208). Sum of RGB (Red+Green+Blue) = 209+118+208=535 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.07% from 535); Green value is 118 (46.48% from 255 or 22.06% from 535); Blue value is 208 (81.64% from 255 or 38.88% from 535); Max value from RGB is 209 - color contains mainly: red. Hex color #D176D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D176D0 is #2E892F. Grayscale: #9B9B9B. Windows color (decimal): -3049776 or 13661905. OLE color: 13661905.

HSL color Cylindrical-coordinate representation of color #D176D0: hue angle of 300.66º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D176D0 is Cyan = 0, Magento = 0.44, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB209118208-
CMYK00.440.000.18
HSL300.66º49.73%64.12%-
HSV(B)300.66º43.54%81.96%-
XYZ44.1631.0763.34-
YUV155.47157.65166.18-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.07%
GREEN value IS 118 (46.48% from 255) = 22.06%
BLUE value IS 208 (81.64% from 255) = 38.88%
R=39.07%
G=22.06%
B=38.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.00
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20911820800.440.000.18300.6649.7364.12
HexD176D002C01212d3240
Octal32116632005402245562100
Binary1101000111101101101000001011000100101001011011100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D176D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D176D0; }

 p { color: rgb(209,118,208); }

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

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

 a { background-color: rgb(209,118,208); }

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

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

 span { border-color: rgb(209,118,208); }

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