#D171B4

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

Shades of Orchid #D171B4

Tints of Orchid #D171B4

Color information

#D171B4 (or 0xD171B4) is unknown color: approx Orchid. HEX triplet: D1, 71 and B4. RGB value is (209,113,180). Sum of RGB (Red+Green+Blue) = 209+113+180=502 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.63% from 502); Green value is 113 (44.53% from 255 or 22.51% from 502); Blue value is 180 (70.70% from 255 or 35.86% from 502); Max value from RGB is 209 - color contains mainly: red. Hex color #D171B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D171B4 is #2E8E4B. Grayscale: #959595. Windows color (decimal): -3051084 or 11825617. OLE color: 11825617.

HSL color Cylindrical-coordinate representation of color #D171B4: hue angle of 318.12º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D171B4 is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB209113180-
CMYK00.460.140.18
HSL318.12º51.06%63.14%-
HSV(B)318.12º45.93%81.96%-
XYZ40.4428.6646.58-
YUV149.34145.3170.55-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.63%
GREEN value IS 113 (44.53% from 255) = 22.51%
BLUE value IS 180 (70.70% from 255) = 35.86%
R=41.63%
G=22.51%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.14
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20911318000.460.140.18318.1251.0663.14
HexD171B402EE1213e333f
Octal32116126405616224766377
Binary110100011110001101101000101110111010010100111110110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D171B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D171B4; }

 p { color: rgb(209,113,180); }

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

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

 a { background-color: rgb(209,113,180); }

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

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

 span { border-color: rgb(209,113,180); }

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