#D176DD

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

Shades of Orchid #D176DD

Tints of Orchid #D176DD

Color information

#D176DD (or 0xD176DD) is unknown color: approx Orchid. HEX triplet: D1, 76 and DD. RGB value is (209,118,221). Sum of RGB (Red+Green+Blue) = 209+118+221=548 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.14% from 548); Green value is 118 (46.48% from 255 or 21.53% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 221 - color contains mainly: blue. Hex color #D176DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D176DD is #2E8922. Grayscale: #9C9C9C. Windows color (decimal): -3049763 or 14513873. OLE color: 14513873.

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

Color convert

RGB209118221-
CMYK0.050.4700.13
HSL293.01º60.23%66.47%-
HSV(B)293.01º46.61%86.67%-
XYZ45.8231.7372.12-
YUV156.95164.15165.12-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.14%
GREEN value IS 118 (46.48% from 255) = 21.53%
BLUE value IS 221 (86.72% from 255) = 40.33%
R=38.14%
G=21.53%
B=40.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2091182210.050.4700.13293.0160.2366.47
HexD176DD52F0D1253c42
Octal32116633555701544574102
Binary11010001111011011011101101101111011011001001011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D176DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D176DD; }

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

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

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

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

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

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

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

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