#D176CB

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

Shades of Orchid #D176CB

Tints of Orchid #D176CB

Color information

#D176CB (or 0xD176CB) is unknown color: approx Orchid. HEX triplet: D1, 76 and CB. RGB value is (209,118,203). Sum of RGB (Red+Green+Blue) = 209+118+203=530 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.43% from 530); Green value is 118 (46.48% from 255 or 22.26% from 530); Blue value is 203 (79.69% from 255 or 38.30% from 530); Max value from RGB is 209 - color contains mainly: red. Hex color #D176CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D176CB is #2E8934. Grayscale: #9A9A9A. Windows color (decimal): -3049781 or 13334225. OLE color: 13334225.

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

Color convert

RGB209118203-
CMYK00.440.030.18
HSL303.96º49.73%64.12%-
HSV(B)303.96º43.54%81.96%-
XYZ43.5530.8260.15-
YUV154.9155.15166.59-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.43%
GREEN value IS 118 (46.48% from 255) = 22.26%
BLUE value IS 203 (79.69% from 255) = 38.30%
R=39.43%
G=22.26%
B=38.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20911820300.440.030.18303.9649.7364.12
HexD176CB02C3121303240
Octal32116631305432246062100
Binary11010001111011011001011010110011100101001100001100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D176CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D176CB; }

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

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

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

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

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

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

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

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