#D179D0

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

Shades of Orchid #D179D0

Tints of Orchid #D179D0

Color information

#D179D0 (or 0xD179D0) is unknown color: approx Orchid. HEX triplet: D1, 79 and D0. RGB value is (209,121,208). Sum of RGB (Red+Green+Blue) = 209+121+208=538 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.85% from 538); Green value is 121 (47.66% from 255 or 22.49% from 538); Blue value is 208 (81.64% from 255 or 38.66% from 538); Max value from RGB is 209 - color contains mainly: red. Hex color #D179D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D179D0 is #2E862F. Grayscale: #9C9C9C. Windows color (decimal): -3049008 or 13662673. OLE color: 13662673.

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

Color convert

RGB209121208-
CMYK00.420.000.18
HSL300.68º48.89%64.71%-
HSV(B)300.68º42.11%81.96%-
XYZ44.5231.7863.46-
YUV157.23156.65164.93-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.85%
GREEN value IS 121 (47.66% from 255) = 22.49%
BLUE value IS 208 (81.64% from 255) = 38.66%
R=38.85%
G=22.49%
B=38.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.00
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20912120800.420.000.18300.6848.8964.71
HexD179D002A01212d3141
Octal32117132005202245561101
Binary1101000111110011101000001010100100101001011011100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D179D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D179D0; }

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

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

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

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

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

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

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

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