#D179CD

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

Shades of Orchid #D179CD

Tints of Orchid #D179CD

Color information

#D179CD (or 0xD179CD) is unknown color: approx Orchid. HEX triplet: D1, 79 and CD. RGB value is (209,121,205). Sum of RGB (Red+Green+Blue) = 209+121+205=535 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.07% from 535); Green value is 121 (47.66% from 255 or 22.62% from 535); Blue value is 205 (80.47% from 255 or 38.32% from 535); Max value from RGB is 209 - color contains mainly: red. Hex color #D179CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D179CD is #2E8632. Grayscale: #9C9C9C. Windows color (decimal): -3049011 or 13466065. OLE color: 13466065.

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

Color convert

RGB209121205-
CMYK00.420.020.18
HSL302.73º48.89%64.71%-
HSV(B)302.73º42.11%81.96%-
XYZ44.1531.6461.54-
YUV156.89155.15165.17-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.07%
GREEN value IS 121 (47.66% from 255) = 22.62%
BLUE value IS 205 (80.47% from 255) = 38.32%
R=39.07%
G=22.62%
B=38.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20912120500.420.020.18302.7348.8964.71
HexD179CD02A21212f3141
Octal32117131505222245761101
Binary11010001111100111001101010101010100101001011111100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D179CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D179CD; }

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

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

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

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

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

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

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

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