#D173DB

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

Shades of Orchid #D173DB

Tints of Orchid #D173DB

Color information

#D173DB (or 0xD173DB) is unknown color: approx Orchid. HEX triplet: D1, 73 and DB. RGB value is (209,115,219). Sum of RGB (Red+Green+Blue) = 209+115+219=543 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.49% from 543); Green value is 115 (45.31% from 255 or 21.18% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 219 - color contains mainly: blue. Hex color #D173DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D173DB is #2E8C24. Grayscale: #9A9A9A. Windows color (decimal): -3050533 or 14382033. OLE color: 14382033.

HSL color Cylindrical-coordinate representation of color #D173DB: hue angle of 294.23º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D173DB is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB209115219-
CMYK0.050.4700.14
HSL294.23º59.09%65.49%-
HSV(B)294.23º47.49%85.88%-
XYZ45.2130.9370.61-
YUV154.96164.14166.54-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.49%
GREEN value IS 115 (45.31% from 255) = 21.18%
BLUE value IS 219 (85.94% from 255) = 40.33%
R=38.49%
G=21.18%
B=40.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2091152190.050.4700.14294.2359.0965.49
HexD173DB52F0E1263b41
Octal32116333355701644673101
Binary11010001111001111011011101101111011101001001101110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D173DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D173DB; }

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

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

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

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

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

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

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

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