#D172BC

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

Shades of Orchid #D172BC

Tints of Orchid #D172BC

Color information

#D172BC (or 0xD172BC) is unknown color: approx Orchid. HEX triplet: D1, 72 and BC. RGB value is (209,114,188). Sum of RGB (Red+Green+Blue) = 209+114+188=511 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.90% from 511); Green value is 114 (44.92% from 255 or 22.31% from 511); Blue value is 188 (73.83% from 255 or 36.79% from 511); Max value from RGB is 209 - color contains mainly: red. Hex color #D172BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D172BC is #2E8D43. Grayscale: #969696. Windows color (decimal): -3050820 or 12350161. OLE color: 12350161.

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

Color convert

RGB209114188-
CMYK00.450.100.18
HSL313.26º50.8%63.33%-
HSV(B)313.26º45.45%81.96%-
XYZ41.3929.2251.04-
YUV150.84148.97169.48-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.90%
GREEN value IS 114 (44.92% from 255) = 22.31%
BLUE value IS 188 (73.83% from 255) = 36.79%
R=40.90%
G=22.31%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20911418800.450.100.18313.2650.863.33
HexD172BC02DA12139333f
Octal32116227405512224716377
Binary110100011110010101111000101101101010010100111001110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D172BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D172BC; }

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

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

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

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

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

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

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

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