#D176DE

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

Shades of Orchid #D176DE

Tints of Orchid #D176DE

Color information

#D176DE (or 0xD176DE) is unknown color: approx Orchid. HEX triplet: D1, 76 and DE. RGB value is (209,118,222). Sum of RGB (Red+Green+Blue) = 209+118+222=549 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.07% from 549); Green value is 118 (46.48% from 255 or 21.49% from 549); Blue value is 222 (87.11% from 255 or 40.44% from 549); Max value from RGB is 222 - color contains mainly: blue. Hex color #D176DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D176DE is #2E8921. Grayscale: #9C9C9C. Windows color (decimal): -3049762 or 14579409. OLE color: 14579409.

HSL color Cylindrical-coordinate representation of color #D176DE: hue angle of 292.5º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D176DE is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB209118222-
CMYK0.060.4700.13
HSL292.5º61.18%66.67%-
HSV(B)292.5º46.85%87.06%-
XYZ45.9631.7972.82-
YUV157.06164.65165.04-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.07%
GREEN value IS 118 (46.48% from 255) = 21.49%
BLUE value IS 222 (87.11% from 255) = 40.44%
R=38.07%
G=21.49%
B=40.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2091182220.060.4700.13292.561.1866.67
HexD176DE62F0D1243d43
Octal32116633665701544475103
Binary11010001111011011011110110101111011011001001001111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D176DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D176DE; }

 p { color: rgb(209,118,222); }

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

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

 a { background-color: rgb(209,118,222); }

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

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

 span { border-color: rgb(209,118,222); }

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