#D179C2

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

Shades of Orchid #D179C2

Tints of Orchid #D179C2

Color information

#D179C2 (or 0xD179C2) is unknown color: approx Orchid. HEX triplet: D1, 79 and C2. RGB value is (209,121,194). Sum of RGB (Red+Green+Blue) = 209+121+194=524 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.89% from 524); Green value is 121 (47.66% from 255 or 23.09% from 524); Blue value is 194 (76.17% from 255 or 37.02% from 524); Max value from RGB is 209 - color contains mainly: red. Hex color #D179C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D179C2 is #2E863D. Grayscale: #9B9B9B. Windows color (decimal): -3049022 or 12745169. OLE color: 12745169.

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

Color convert

RGB209121194-
CMYK00.420.070.18
HSL310.23º48.89%64.71%-
HSV(B)310.23º42.11%81.96%-
XYZ42.8731.1354.79-
YUV155.63149.65166.06-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.89%
GREEN value IS 121 (47.66% from 255) = 23.09%
BLUE value IS 194 (76.17% from 255) = 37.02%
R=39.89%
G=23.09%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20912119400.420.070.18310.2348.8964.71
HexD179C202A7121363141
Octal32117130205272246661101
Binary110100011111001110000100101010111100101001101101100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D179C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D179C2; }

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

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

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

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

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

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

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

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