#D179C3

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

Shades of Orchid #D179C3

Tints of Orchid #D179C3

Color information

#D179C3 (or 0xD179C3) is unknown color: approx Orchid. HEX triplet: D1, 79 and C3. RGB value is (209,121,195). Sum of RGB (Red+Green+Blue) = 209+121+195=525 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.81% from 525); Green value is 121 (47.66% from 255 or 23.05% from 525); Blue value is 195 (76.56% from 255 or 37.14% from 525); Max value from RGB is 209 - color contains mainly: red. Hex color #D179C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D179C3 is #2E863C. Grayscale: #9B9B9B. Windows color (decimal): -3049021 or 12810705. OLE color: 12810705.

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

Color convert

RGB209121195-
CMYK00.420.070.18
HSL309.55º48.89%64.71%-
HSV(B)309.55º42.11%81.96%-
XYZ42.9831.1755.38-
YUV155.75150.15165.98-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.81%
GREEN value IS 121 (47.66% from 255) = 23.05%
BLUE value IS 195 (76.56% from 255) = 37.14%
R=39.81%
G=23.05%
B=37.14%

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
Decimal20912119500.420.070.18309.5548.8964.71
HexD179C302A7121363141
Octal32117130305272246661101
Binary110100011111001110000110101010111100101001101101100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D179C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D179C3; }

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

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

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

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

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

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

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

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