Shades of Orchid #D176D1
Tints of Orchid #D176D1
RGB
CMYK
RGB Variations
Color information
#D176D1 (or 0xD176D1) is known color: Orchid. HEX triplet: D1, 76 and D1. RGB value is (209,118,209). Sum of RGB (Red+Green+Blue) = 209+118+209=536 (70% of max value = 765). Red value is 209 (82.03% from 255 or 38.99% from 536); Green value is 118 (46.48% from 255 or 22.01% from 536); Blue value is 209 (82.03% from 255 or 38.99% from 536); Max value from RGB is 209 - color contains mainly: red, blue. Hex color #D176D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D176D1 is #2E892E. Grayscale: #9B9B9B. Windows color (decimal): -3049775 or 13727441. OLE color: 13727441.
HSL color Cylindrical-coordinate representation of color #D176D1: hue angle of 300º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D176D1 is Cyan = 0, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 118 | 209 | - |
| CMYK | 0 | 0.44 | 0 | 0.18 |
| HSL | 300º | 0.5% | 0.64% | - |
| HSV(B) | 300º | 0.44% | 0.82% | - |
| XYZ | 44.28 | 31.12 | 63.99 | - |
| YUV | 155.58 | 158.15 | 166.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 118 | 209 | 0 | 0.44 | 0 | 0.18 | 300 | 0.5 | 0.64 |
| Hex | D1 | 76 | D1 | 0 | 2C | 0 | 12 | 12C | 32 | 40 |
| Octal | 321 | 166 | 321 | 0 | 54 | 0 | 22 | 454 | 62 | 100 |
| Binary | 11010001 | 1110110 | 11010001 | 0 | 101100 | 0 | 10010 | 100101100 | 110010 | 1000000 |
Color Harmonies of #D176D1
Complementary color
Monochromatic Colors of #D176D1
Black with #D176D1
Text Example
Text Example
White with #D176D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D176D1; }
p { color: rgb(209,118,209); }
H1.HeaderClassName
{
color: #D176D1;
}
.AnyTagClassName
{
color: #D176D1;
}
</style>
background-color css
<style>
a { background-color: #D176D1; }
a { background-color: rgb(209,118,209); }
div.DivClassName
{
background-color: #D176D1;
}
.BgClassName
{
background-color: #D176D1;
}
</style>
border-color css
<style>
span { border-color: #D176D1; }
span { border-color: rgb(209,118,209); }
td.TdClassName
{
border-color: #D176D1;
}
.TagClassName
{
border-color: #D176D1;
}
</style>