#D176D1

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

Shades of Orchid #D176D1

Tints of Orchid #D176D1

Color information

#D176D1 (or 0xD176D1) is unknown color: approx Orchid. HEX triplet: D1, 76 and D1. RGB value is (209,118,209). Sum of RGB (Red+Green+Blue) = 209+118+209=536 (70% of max value = 765). Red value is 209 (82.03% from 255 or 38.99% from 536); Green value is 118 (46.48% from 255 or 22.01% from 536); Blue value is 209 (82.03% from 255 or 38.99% from 536); Max value from RGB is 209 - color contains mainly: red, blue. Hex color #D176D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D176D1 is #2E892E. Grayscale: #9B9B9B. Windows color (decimal): -3049775 or 13727441. OLE color: 13727441.

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

Color convert

RGB209118209-
CMYK00.4400.18
HSL300º49.73%64.12%-
HSV(B)300º43.54%81.96%-
XYZ44.2831.1263.99-
YUV155.58158.15166.1-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.99%
GREEN value IS 118 (46.48% from 255) = 22.01%
BLUE value IS 209 (82.03% from 255) = 38.99%
R=38.99%
G=22.01%
B=38.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20911820900.4400.1830049.7364.12
HexD176D102C01212c3240
Octal32116632105402245462100
Binary1101000111101101101000101011000100101001011001100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D176D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D176D1; }

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

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

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

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

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

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

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

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