#D176C4

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

Shades of Orchid #D176C4

Tints of Orchid #D176C4

Color information

#D176C4 (or 0xD176C4) is unknown color: approx Orchid. HEX triplet: D1, 76 and C4. RGB value is (209,118,196). Sum of RGB (Red+Green+Blue) = 209+118+196=523 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.96% from 523); Green value is 118 (46.48% from 255 or 22.56% from 523); Blue value is 196 (76.95% from 255 or 37.48% from 523); Max value from RGB is 209 - color contains mainly: red. Hex color #D176C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D176C4 is #2E893B. Grayscale: #999999. Windows color (decimal): -3049788 or 12875473. OLE color: 12875473.

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

Color convert

RGB209118196-
CMYK00.440.060.18
HSL308.57º49.73%64.12%-
HSV(B)308.57º43.54%81.96%-
XYZ42.7430.555.86-
YUV154.1151.65167.16-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.96%
GREEN value IS 118 (46.48% from 255) = 22.56%
BLUE value IS 196 (76.95% from 255) = 37.48%
R=39.96%
G=22.56%
B=37.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20911819600.440.060.18308.5749.7364.12
HexD176C402C6121353240
Octal32116630405462246562100
Binary110100011110110110001000101100110100101001101011100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D176C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D176C4; }

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

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

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

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

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

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

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

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