#D179D3

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

Shades of Orchid #D179D3

Tints of Orchid #D179D3

Color information

#D179D3 (or 0xD179D3) is unknown color: approx Orchid. HEX triplet: D1, 79 and D3. RGB value is (209,121,211). Sum of RGB (Red+Green+Blue) = 209+121+211=541 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.63% from 541); Green value is 121 (47.66% from 255 or 22.37% from 541); Blue value is 211 (82.81% from 255 or 39.00% from 541); Max value from RGB is 211 - color contains mainly: blue. Hex color #D179D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D179D3 is #2E862C. Grayscale: #9D9D9D. Windows color (decimal): -3049005 or 13859281. OLE color: 13859281.

HSL color Cylindrical-coordinate representation of color #D179D3: hue angle of 298.67º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D179D3 is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB209121211-
CMYK0.010.4300.17
HSL298.67º50.56%65.1%-
HSV(B)298.67º42.65%82.75%-
XYZ44.8931.9365.43-
YUV157.57158.15164.68-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.63%
GREEN value IS 121 (47.66% from 255) = 22.37%
BLUE value IS 211 (82.81% from 255) = 39.00%
R=38.63%
G=22.37%
B=39.00%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2091212110.010.4300.17298.6750.5665.1
HexD179D312B01112b3341
Octal32117132315302145363101
Binary1101000111110011101001111010110100011001010111100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D179D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D179D3; }

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

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

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

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

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

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

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

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