#D172B7

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

Shades of Orchid #D172B7

Tints of Orchid #D172B7

Color information

#D172B7 (or 0xD172B7) is unknown color: approx Orchid. HEX triplet: D1, 72 and B7. RGB value is (209,114,183). Sum of RGB (Red+Green+Blue) = 209+114+183=506 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.30% from 506); Green value is 114 (44.92% from 255 or 22.53% from 506); Blue value is 183 (71.88% from 255 or 36.17% from 506); Max value from RGB is 209 - color contains mainly: red. Hex color #D172B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D172B7 is #2E8D48. Grayscale: #969696. Windows color (decimal): -3050825 or 12022481. OLE color: 12022481.

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

Color convert

RGB209114183-
CMYK00.450.120.18
HSL316.42º50.8%63.33%-
HSV(B)316.42º45.45%81.96%-
XYZ40.8629.0148.25-
YUV150.27146.47169.89-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.30%
GREEN value IS 114 (44.92% from 255) = 22.53%
BLUE value IS 183 (71.88% from 255) = 36.17%
R=41.30%
G=22.53%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20911418300.450.120.18316.4250.863.33
HexD172B702DC1213c333f
Octal32116226705514224746377
Binary110100011110010101101110101101110010010100111100110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D172B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D172B7; }

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

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

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

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

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

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

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

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