#D173D8

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

Shades of Orchid #D173D8

Tints of Orchid #D173D8

Color information

#D173D8 (or 0xD173D8) is unknown color: approx Orchid. HEX triplet: D1, 73 and D8. RGB value is (209,115,216). Sum of RGB (Red+Green+Blue) = 209+115+216=540 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.70% from 540); Green value is 115 (45.31% from 255 or 21.30% from 540); Blue value is 216 (84.77% from 255 or 40% from 540); Max value from RGB is 216 - color contains mainly: blue. Hex color #D173D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D173D8 is #2E8C27. Grayscale: #9A9A9A. Windows color (decimal): -3050536 or 14185425. OLE color: 14185425.

HSL color Cylindrical-coordinate representation of color #D173D8: hue angle of 295.84º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D173D8 is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB209115216-
CMYK0.030.4700.15
HSL295.84º56.42%64.9%-
HSV(B)295.84º46.76%84.71%-
XYZ44.8230.7768.54-
YUV154.62162.64166.79-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.70%
GREEN value IS 115 (45.31% from 255) = 21.30%
BLUE value IS 216 (84.77% from 255) = 40%
R=38.70%
G=21.30%
B=40%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2091152160.030.4700.15295.8456.4264.9
HexD173D832F0F1283841
Octal32116333035701745070101
Binary1101000111100111101100011101111011111001010001110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D173D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D173D8; }

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

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

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

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

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

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

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

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