#D176CF

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

Shades of Orchid #D176CF

Tints of Orchid #D176CF

Color information

#D176CF (or 0xD176CF) is unknown color: approx Orchid. HEX triplet: D1, 76 and CF. RGB value is (209,118,207). Sum of RGB (Red+Green+Blue) = 209+118+207=534 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.14% from 534); Green value is 118 (46.48% from 255 or 22.10% from 534); Blue value is 207 (81.25% from 255 or 38.76% from 534); Max value from RGB is 209 - color contains mainly: red. Hex color #D176CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D176CF is #2E8930. Grayscale: #9B9B9B. Windows color (decimal): -3049777 or 13596369. OLE color: 13596369.

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

Color convert

RGB209118207-
CMYK00.440.010.18
HSL301.32º49.73%64.12%-
HSV(B)301.32º43.54%81.96%-
XYZ44.0431.0262.7-
YUV155.36157.15166.26-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.14%
GREEN value IS 118 (46.48% from 255) = 22.10%
BLUE value IS 207 (81.25% from 255) = 38.76%
R=39.14%
G=22.10%
B=38.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20911820700.440.010.18301.3249.7364.12
HexD176CF02C11212d3240
Octal32116631705412245562100
Binary1101000111101101100111101011001100101001011011100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D176CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D176CF; }

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

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

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

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

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

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

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

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