#D173D4

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

Shades of Orchid #D173D4

Tints of Orchid #D173D4

Color information

#D173D4 (or 0xD173D4) is unknown color: approx Orchid. HEX triplet: D1, 73 and D4. RGB value is (209,115,212). Sum of RGB (Red+Green+Blue) = 209+115+212=536 (70% of max value = 765). Red value is 209 (82.03% from 255 or 38.99% from 536); Green value is 115 (45.31% from 255 or 21.46% from 536); Blue value is 212 (83.20% from 255 or 39.55% from 536); Max value from RGB is 212 - color contains mainly: blue. Hex color #D173D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D173D4 is #2E8C2B. Grayscale: #999999. Windows color (decimal): -3050540 or 13923281. OLE color: 13923281.

HSL color Cylindrical-coordinate representation of color #D173D4: hue angle of 298.14º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D173D4 is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB209115212-
CMYK0.010.4600.17
HSL298.14º53.01%64.12%-
HSV(B)298.14º45.75%83.14%-
XYZ44.3130.5765.85-
YUV154.16160.64167.11-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.99%
GREEN value IS 115 (45.31% from 255) = 21.46%
BLUE value IS 212 (83.20% from 255) = 39.55%
R=38.99%
G=21.46%
B=39.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2091152120.010.4600.17298.1453.0164.12
HexD173D412E01112a3540
Octal32116332415602145265100
Binary1101000111100111101010011011100100011001010101101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D173D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D173D4; }

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

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

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

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

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

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

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

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