#D179C1

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

Shades of Orchid #D179C1

Tints of Orchid #D179C1

Color information

#D179C1 (or 0xD179C1) is unknown color: approx Orchid. HEX triplet: D1, 79 and C1. RGB value is (209,121,193). Sum of RGB (Red+Green+Blue) = 209+121+193=523 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.96% from 523); Green value is 121 (47.66% from 255 or 23.14% from 523); Blue value is 193 (75.78% from 255 or 36.90% from 523); Max value from RGB is 209 - color contains mainly: red. Hex color #D179C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D179C1 is #2E863E. Grayscale: #9B9B9B. Windows color (decimal): -3049023 or 12679633. OLE color: 12679633.

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

Color convert

RGB209121193-
CMYK00.420.080.18
HSL310.91º48.89%64.71%-
HSV(B)310.91º42.11%81.96%-
XYZ42.7631.0854.2-
YUV155.52149.15166.15-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.96%
GREEN value IS 121 (47.66% from 255) = 23.14%
BLUE value IS 193 (75.78% from 255) = 36.90%
R=39.96%
G=23.14%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20912119300.420.080.18310.9148.8964.71
HexD179C102A8121373141
Octal321171301052102246761101
Binary1101000111110011100000101010101000100101001101111100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D179C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D179C1; }

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

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

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

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

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

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

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

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