#D179C7

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

Shades of Orchid #D179C7

Tints of Orchid #D179C7

Color information

#D179C7 (or 0xD179C7) is unknown color: approx Orchid. HEX triplet: D1, 79 and C7. RGB value is (209,121,199). Sum of RGB (Red+Green+Blue) = 209+121+199=529 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.51% from 529); Green value is 121 (47.66% from 255 or 22.87% from 529); Blue value is 199 (78.12% from 255 or 37.62% from 529); Max value from RGB is 209 - color contains mainly: red. Hex color #D179C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D179C7 is #2E8638. Grayscale: #9B9B9B. Windows color (decimal): -3049017 or 13072849. OLE color: 13072849.

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

Color convert

RGB209121199-
CMYK00.420.050.18
HSL306.82º48.89%64.71%-
HSV(B)306.82º42.11%81.96%-
XYZ43.4431.3557.8-
YUV156.2152.15165.66-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.51%
GREEN value IS 121 (47.66% from 255) = 22.87%
BLUE value IS 199 (78.12% from 255) = 37.62%
R=39.51%
G=22.87%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20912119900.420.050.18306.8248.8964.71
HexD179C702A5121333141
Octal32117130705252246361101
Binary110100011111001110001110101010101100101001100111100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D179C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D179C7; }

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

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

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

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

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

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

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

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