#D172BF

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

Shades of Orchid #D172BF

Tints of Orchid #D172BF

Color information

#D172BF (or 0xD172BF) is unknown color: approx Orchid. HEX triplet: D1, 72 and BF. RGB value is (209,114,191). Sum of RGB (Red+Green+Blue) = 209+114+191=514 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.66% from 514); Green value is 114 (44.92% from 255 or 22.18% from 514); Blue value is 191 (75% from 255 or 37.16% from 514); Max value from RGB is 209 - color contains mainly: red. Hex color #D172BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D172BF is #2E8D40. Grayscale: #969696. Windows color (decimal): -3050817 or 12546769. OLE color: 12546769.

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

Color convert

RGB209114191-
CMYK00.450.090.18
HSL311.37º50.8%63.33%-
HSV(B)311.37º45.45%81.96%-
XYZ41.7229.3552.76-
YUV151.18150.47169.24-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.66%
GREEN value IS 114 (44.92% from 255) = 22.18%
BLUE value IS 191 (75% from 255) = 37.16%
R=40.66%
G=22.18%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20911419100.450.090.18311.3750.863.33
HexD172BF02D912137333f
Octal32116227705511224676377
Binary110100011110010101111110101101100110010100110111110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D172BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D172BF; }

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

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

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

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

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

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

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

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