#D172BA

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

Shades of Orchid #D172BA

Tints of Orchid #D172BA

Color information

#D172BA (or 0xD172BA) is unknown color: approx Orchid. HEX triplet: D1, 72 and BA. RGB value is (209,114,186). Sum of RGB (Red+Green+Blue) = 209+114+186=509 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.06% from 509); Green value is 114 (44.92% from 255 or 22.40% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 209 - color contains mainly: red. Hex color #D172BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D172BA is #2E8D45. Grayscale: #969696. Windows color (decimal): -3050822 or 12219089. OLE color: 12219089.

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

Color convert

RGB209114186-
CMYK00.450.110.18
HSL314.53º50.8%63.33%-
HSV(B)314.53º45.45%81.96%-
XYZ41.1729.1449.91-
YUV150.61147.97169.65-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.06%
GREEN value IS 114 (44.92% from 255) = 22.40%
BLUE value IS 186 (73.05% from 255) = 36.54%
R=41.06%
G=22.40%
B=36.54%

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
Decimal20911418600.450.110.18314.5350.863.33
HexD172BA02DB1213b333f
Octal32116227205513224736377
Binary110100011110010101110100101101101110010100111011110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D172BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D172BA; }

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

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

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

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

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

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

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

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