#D173C8

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

Shades of Orchid #D173C8

Tints of Orchid #D173C8

Color information

#D173C8 (or 0xD173C8) is unknown color: approx Orchid. HEX triplet: D1, 73 and C8. RGB value is (209,115,200). Sum of RGB (Red+Green+Blue) = 209+115+200=524 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.89% from 524); Green value is 115 (45.31% from 255 or 21.95% from 524); Blue value is 200 (78.52% from 255 or 38.17% from 524); Max value from RGB is 209 - color contains mainly: red. Hex color #D173C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D173C8 is #2E8C37. Grayscale: #989898. Windows color (decimal): -3050552 or 13136849. OLE color: 13136849.

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

Color convert

RGB209115200-
CMYK00.450.040.18
HSL305.74º50.54%63.53%-
HSV(B)305.74º44.98%81.96%-
XYZ42.8529.9958.17-
YUV152.8154.64168.09-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.89%
GREEN value IS 115 (45.31% from 255) = 21.95%
BLUE value IS 200 (78.52% from 255) = 38.17%
R=39.89%
G=21.95%
B=38.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20911520000.450.040.18305.7450.5463.53
HexD173C802D4121323340
Octal32116331005542246263100
Binary110100011110011110010000101101100100101001100101100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D173C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D173C8; }

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

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

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

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

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

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

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

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