#D171CB

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

Shades of Orchid #D171CB

Tints of Orchid #D171CB

Color information

#D171CB (or 0xD171CB) is unknown color: approx Orchid. HEX triplet: D1, 71 and CB. RGB value is (209,113,203). Sum of RGB (Red+Green+Blue) = 209+113+203=525 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.81% from 525); Green value is 113 (44.53% from 255 or 21.52% from 525); Blue value is 203 (79.69% from 255 or 38.67% from 525); Max value from RGB is 209 - color contains mainly: red. Hex color #D171CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D171CB is #2E8E34. Grayscale: #979797. Windows color (decimal): -3051061 or 13332945. OLE color: 13332945.

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

Color convert

RGB209113203-
CMYK00.460.030.18
HSL303.75º51.06%63.14%-
HSV(B)303.75º45.93%81.96%-
XYZ42.9829.6859.96-
YUV151.96156.8168.68-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.81%
GREEN value IS 113 (44.53% from 255) = 21.52%
BLUE value IS 203 (79.69% from 255) = 38.67%
R=39.81%
G=21.52%
B=38.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20911320300.460.030.18303.7551.0663.14
HexD171CB02E312130333f
Octal3211613130563224606377
Binary1101000111100011100101101011101110010100110000110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D171CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D171CB; }

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

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

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

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

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

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

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

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