#D172B6

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

Shades of Orchid #D172B6

Tints of Orchid #D172B6

Color information

#D172B6 (or 0xD172B6) is unknown color: approx Orchid. HEX triplet: D1, 72 and B6. RGB value is (209,114,182). Sum of RGB (Red+Green+Blue) = 209+114+182=505 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.39% from 505); Green value is 114 (44.92% from 255 or 22.57% from 505); Blue value is 182 (71.48% from 255 or 36.04% from 505); Max value from RGB is 209 - color contains mainly: red. Hex color #D172B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D172B6 is #2E8D49. Grayscale: #959595. Windows color (decimal): -3050826 or 11956945. OLE color: 11956945.

HSL color Cylindrical-coordinate representation of color #D172B6: hue angle of 317.05º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D172B6 is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB209114182-
CMYK00.450.130.18
HSL317.05º50.8%63.33%-
HSV(B)317.05º45.45%81.96%-
XYZ40.7628.9747.7-
YUV150.16145.97169.97-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.39%
GREEN value IS 114 (44.92% from 255) = 22.57%
BLUE value IS 182 (71.48% from 255) = 36.04%
R=41.39%
G=22.57%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20911418200.450.130.18317.0550.863.33
HexD172B602DD1213d333f
Octal32116226605515224756377
Binary110100011110010101101100101101110110010100111101110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D172B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D172B6; }

 p { color: rgb(209,114,182); }

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

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

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

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

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

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

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