#D176C0

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

Shades of Orchid #D176C0

Tints of Orchid #D176C0

Color information

#D176C0 (or 0xD176C0) is unknown color: approx Orchid. HEX triplet: D1, 76 and C0. RGB value is (209,118,192). Sum of RGB (Red+Green+Blue) = 209+118+192=519 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.27% from 519); Green value is 118 (46.48% from 255 or 22.74% from 519); Blue value is 192 (75.39% from 255 or 36.99% from 519); Max value from RGB is 209 - color contains mainly: red. Hex color #D176C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D176C0 is #2E893F. Grayscale: #999999. Windows color (decimal): -3049792 or 12613329. OLE color: 12613329.

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

Color convert

RGB209118192-
CMYK00.440.080.18
HSL311.21º49.73%64.12%-
HSV(B)311.21º43.54%81.96%-
XYZ42.2930.3253.49-
YUV153.65149.65167.48-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.27%
GREEN value IS 118 (46.48% from 255) = 22.74%
BLUE value IS 192 (75.39% from 255) = 36.99%
R=40.27%
G=22.74%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20911819200.440.080.18311.2149.7364.12
HexD176C002C8121373240
Octal321166300054102246762100
Binary1101000111101101100000001011001000100101001101111100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D176C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D176C0; }

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

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

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

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

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

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

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

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