#D173BC

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

Shades of Orchid #D173BC

Tints of Orchid #D173BC

Color information

#D173BC (or 0xD173BC) is unknown color: approx Orchid. HEX triplet: D1, 73 and BC. RGB value is (209,115,188). Sum of RGB (Red+Green+Blue) = 209+115+188=512 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.82% from 512); Green value is 115 (45.31% from 255 or 22.46% from 512); Blue value is 188 (73.83% from 255 or 36.72% from 512); Max value from RGB is 209 - color contains mainly: red. Hex color #D173BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D173BC is #2E8C43. Grayscale: #979797. Windows color (decimal): -3050564 or 12350417. OLE color: 12350417.

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

Color convert

RGB209115188-
CMYK00.450.100.18
HSL313.4º50.54%63.53%-
HSV(B)313.4º44.98%81.96%-
XYZ41.529.4551.07-
YUV151.43148.64169.06-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.82%
GREEN value IS 115 (45.31% from 255) = 22.46%
BLUE value IS 188 (73.83% from 255) = 36.72%
R=40.82%
G=22.46%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20911518800.450.100.18313.450.5463.53
HexD173BC02DA121393340
Octal321163274055122247163100
Binary1101000111100111011110001011011010100101001110011100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D173BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D173BC; }

 p { color: rgb(209,115,188); }

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

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

 a { background-color: rgb(209,115,188); }

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

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

 span { border-color: rgb(209,115,188); }

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