#D177BC

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

Shades of Orchid #D177BC

Tints of Orchid #D177BC

Color information

#D177BC (or 0xD177BC) is unknown color: approx Orchid. HEX triplet: D1, 77 and BC. RGB value is (209,119,188). Sum of RGB (Red+Green+Blue) = 209+119+188=516 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.50% from 516); Green value is 119 (46.88% from 255 or 23.06% from 516); Blue value is 188 (73.83% from 255 or 36.43% from 516); Max value from RGB is 209 - color contains mainly: red. Hex color #D177BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D177BC is #2E8843. Grayscale: #999999. Windows color (decimal): -3049540 or 12351441. OLE color: 12351441.

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

Color convert

RGB209119188-
CMYK00.430.100.18
HSL314º49.45%64.31%-
HSV(B)314º43.06%81.96%-
XYZ41.9730.3851.23-
YUV153.78147.32167.39-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.50%
GREEN value IS 119 (46.88% from 255) = 23.06%
BLUE value IS 188 (73.83% from 255) = 36.43%
R=40.50%
G=23.06%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20911918800.430.100.1831449.4564.31
HexD177BC02BA1213a3140
Octal321167274053122247261100
Binary1101000111101111011110001010111010100101001110101100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D177BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D177BC; }

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

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

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

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

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

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

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

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