#d179ca

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

Shades of Orchid #D179CA

Tints of Orchid #D179CA

Color information

#D179CA (or 0xD179CA) is unknown color: approx Orchid. HEX triplet: D1, 79 and CA. RGB value is (209,121,202). Sum of RGB (Red+Green+Blue) = 209+121+202=532 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.29% from 532); Green value is 121 (47.66% from 255 or 22.74% from 532); Blue value is 202 (79.30% from 255 or 37.97% from 532); Max value from RGB is 209 - color contains mainly: red. Hex color #D179CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D179CA is #2E8635. Grayscale: #9C9C9C. Windows color (decimal): -3049014 or 13269457. OLE color: 13269457.

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

Color convert

RGB209121202-
CMYK00.420.030.18
HSL304.77º48.89%64.71%-
HSV(B)304.77º42.11%81.96%-
XYZ43.7931.4959.65-
YUV156.55153.65165.41-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.29%
GREEN value IS 121 (47.66% from 255) = 22.74%
BLUE value IS 202 (79.30% from 255) = 37.97%
R=39.29%
G=22.74%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20912120200.420.030.18304.7748.8964.71
HexD179CA02A3121313141
Octal32117131205232246161101
Binary11010001111100111001010010101011100101001100011100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d179ca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d179ca; }

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

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

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

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

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

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

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

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