#D178BA

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

Shades of Orchid #D178BA

Tints of Orchid #D178BA

Color information

#D178BA (or 0xD178BA) is unknown color: approx Orchid. HEX triplet: D1, 78 and BA. RGB value is (209,120,186). Sum of RGB (Red+Green+Blue) = 209+120+186=515 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.58% from 515); Green value is 120 (47.27% from 255 or 23.30% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 209 - color contains mainly: red. Hex color #D178BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D178BA is #2E8745. Grayscale: #999999. Windows color (decimal): -3049286 or 12220625. OLE color: 12220625.

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

Color convert

RGB209120186-
CMYK00.430.110.18
HSL315.51º49.17%64.51%-
HSV(B)315.51º42.58%81.96%-
XYZ41.8730.5350.14-
YUV154.14145.99167.13-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.58%
GREEN value IS 120 (47.27% from 255) = 23.30%
BLUE value IS 186 (73.05% from 255) = 36.12%
R=40.58%
G=23.30%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20912018600.430.110.18315.5149.1764.51
HexD178BA02BB1213c3141
Octal321170272053132247461101
Binary1101000111110001011101001010111011100101001111001100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D178BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D178BA; }

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

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

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

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

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

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

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

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