#D172BB

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

Shades of Orchid #D172BB

Tints of Orchid #D172BB

Color information

#D172BB (or 0xD172BB) is unknown color: approx Orchid. HEX triplet: D1, 72 and BB. RGB value is (209,114,187). Sum of RGB (Red+Green+Blue) = 209+114+187=510 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.98% from 510); Green value is 114 (44.92% from 255 or 22.35% from 510); Blue value is 187 (73.44% from 255 or 36.67% from 510); Max value from RGB is 209 - color contains mainly: red. Hex color #D172BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D172BB is #2E8D44. Grayscale: #969696. Windows color (decimal): -3050821 or 12284625. OLE color: 12284625.

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

Color convert

RGB209114187-
CMYK00.450.110.18
HSL313.89º50.8%63.33%-
HSV(B)313.89º45.45%81.96%-
XYZ41.2829.1850.47-
YUV150.73148.47169.56-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.98%
GREEN value IS 114 (44.92% from 255) = 22.35%
BLUE value IS 187 (73.44% from 255) = 36.67%
R=40.98%
G=22.35%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20911418700.450.110.18313.8950.863.33
HexD172BB02DB1213a333f
Octal32116227305513224726377
Binary110100011110010101110110101101101110010100111010110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D172BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D172BB; }

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

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

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

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

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

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

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

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