#D173D1

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

Shades of Orchid #D173D1

Tints of Orchid #D173D1

Color information

#D173D1 (or 0xD173D1) is unknown color: approx Orchid. HEX triplet: D1, 73 and D1. RGB value is (209,115,209). Sum of RGB (Red+Green+Blue) = 209+115+209=533 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.21% from 533); Green value is 115 (45.31% from 255 or 21.58% from 533); Blue value is 209 (82.03% from 255 or 39.21% from 533); Max value from RGB is 209 - color contains mainly: red, blue. Hex color #D173D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D173D1 is #2E8C2E. Grayscale: #999999. Windows color (decimal): -3050543 or 13726673. OLE color: 13726673.

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

Color convert

RGB209115209-
CMYK00.4500.18
HSL300º50.54%63.53%-
HSV(B)300º44.98%81.96%-
XYZ43.9330.4263.88-
YUV153.82159.14167.36-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.21%
GREEN value IS 115 (45.31% from 255) = 21.58%
BLUE value IS 209 (82.03% from 255) = 39.21%
R=39.21%
G=21.58%
B=39.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20911520900.4500.1830050.5463.53
HexD173D102D01212c3340
Octal32116332105502245463100
Binary1101000111100111101000101011010100101001011001100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D173D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D173D1; }

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

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

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

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

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

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

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

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