#D178B6

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

Shades of Orchid #D178B6

Tints of Orchid #D178B6

Color information

#D178B6 (or 0xD178B6) is unknown color: approx Orchid. HEX triplet: D1, 78 and B6. RGB value is (209,120,182). Sum of RGB (Red+Green+Blue) = 209+120+182=511 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.90% from 511); Green value is 120 (47.27% from 255 or 23.48% from 511); Blue value is 182 (71.48% from 255 or 35.62% from 511); Max value from RGB is 209 - color contains mainly: red. Hex color #D178B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D178B6 is #2E8749. Grayscale: #999999. Windows color (decimal): -3049290 or 11958481. OLE color: 11958481.

HSL color Cylindrical-coordinate representation of color #D178B6: hue angle of 318.2º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D178B6 is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB209120182-
CMYK00.430.130.18
HSL318.2º49.17%64.51%-
HSV(B)318.2º42.58%81.96%-
XYZ41.4530.3747.93-
YUV153.68143.99167.46-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.90%
GREEN value IS 120 (47.27% from 255) = 23.48%
BLUE value IS 182 (71.48% from 255) = 35.62%
R=40.90%
G=23.48%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20912018200.430.130.18318.249.1764.51
HexD178B602BD1213e3141
Octal321170266053152247661101
Binary1101000111110001011011001010111101100101001111101100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D178B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D178B6; }

 p { color: rgb(209,120,182); }

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

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

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

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

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

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

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