#D177D0

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

Shades of Orchid #D177D0

Tints of Orchid #D177D0

Color information

#D177D0 (or 0xD177D0) is unknown color: approx Orchid. HEX triplet: D1, 77 and D0. RGB value is (209,119,208). Sum of RGB (Red+Green+Blue) = 209+119+208=536 (70% of max value = 765). Red value is 209 (82.03% from 255 or 38.99% from 536); Green value is 119 (46.88% from 255 or 22.20% from 536); Blue value is 208 (81.64% from 255 or 38.81% from 536); Max value from RGB is 209 - color contains mainly: red. Hex color #D177D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D177D0 is #2E882F. Grayscale: #9B9B9B. Windows color (decimal): -3049520 or 13662161. OLE color: 13662161.

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

Color convert

RGB209119208-
CMYK00.430.000.18
HSL300.67º49.45%64.31%-
HSV(B)300.67º43.06%81.96%-
XYZ44.2831.363.38-
YUV156.06157.32165.76-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.99%
GREEN value IS 119 (46.88% from 255) = 22.20%
BLUE value IS 208 (81.64% from 255) = 38.81%
R=38.99%
G=22.20%
B=38.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.00
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20911920800.430.000.18300.6749.4564.31
HexD177D002B01212d3140
Octal32116732005302245561100
Binary1101000111101111101000001010110100101001011011100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D177D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D177D0; }

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

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

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

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

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

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

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

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