#D179DA

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

Shades of Orchid #D179DA

Tints of Orchid #D179DA

Color information

#D179DA (or 0xD179DA) is unknown color: approx Orchid. HEX triplet: D1, 79 and DA. RGB value is (209,121,218). Sum of RGB (Red+Green+Blue) = 209+121+218=548 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.14% from 548); Green value is 121 (47.66% from 255 or 22.08% from 548); Blue value is 218 (85.55% from 255 or 39.78% from 548); Max value from RGB is 218 - color contains mainly: blue. Hex color #D179DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D179DA is #2E8625. Grayscale: #9E9E9E. Windows color (decimal): -3048998 or 14318033. OLE color: 14318033.

HSL color Cylindrical-coordinate representation of color #D179DA: hue angle of 294.43º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D179DA is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB209121218-
CMYK0.040.4400.15
HSL294.43º56.73%66.47%-
HSV(B)294.43º44.5%85.49%-
XYZ45.7932.2970.15-
YUV158.37161.65164.11-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.14%
GREEN value IS 121 (47.66% from 255) = 22.08%
BLUE value IS 218 (85.55% from 255) = 39.78%
R=38.14%
G=22.08%
B=39.78%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2091212180.040.4400.15294.4356.7366.47
HexD179DA42C0F1263942
Octal32117133245401744671102
Binary11010001111100111011010100101100011111001001101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D179DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D179DA; }

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

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

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

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

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

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

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

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