#D177BA

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

Shades of Orchid #D177BA

Tints of Orchid #D177BA

Color information

#D177BA (or 0xD177BA) is unknown color: approx Orchid. HEX triplet: D1, 77 and BA. RGB value is (209,119,186). Sum of RGB (Red+Green+Blue) = 209+119+186=514 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.66% from 514); Green value is 119 (46.88% from 255 or 23.15% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 209 - color contains mainly: red. Hex color #D177BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D177BA is #2E8845. Grayscale: #999999. Windows color (decimal): -3049542 or 12220369. OLE color: 12220369.

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

Color convert

RGB209119186-
CMYK00.430.110.18
HSL315.33º49.45%64.31%-
HSV(B)315.33º43.06%81.96%-
XYZ41.7530.2950.1-
YUV153.55146.32167.55-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.66%
GREEN value IS 119 (46.88% from 255) = 23.15%
BLUE value IS 186 (73.05% from 255) = 36.19%
R=40.66%
G=23.15%
B=36.19%

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
Decimal20911918600.430.110.18315.3349.4564.31
HexD177BA02BB1213b3140
Octal321167272053132247361100
Binary1101000111101111011101001010111011100101001110111100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D177BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D177BA; }

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

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

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

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

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

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

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

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