Shades of Orchid #D176BD
Tints of Orchid #D176BD
RGB
CMYK
RGB Variations
Color information
#D176BD (or 0xD176BD) is known color: Orchid. HEX triplet: D1, 76 and BD. RGB value is (209,118,189). Sum of RGB (Red+Green+Blue) = 209+118+189=516 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.50% from 516); Green value is 118 (46.48% from 255 or 22.87% from 516); Blue value is 189 (74.22% from 255 or 36.63% from 516); Max value from RGB is 209 - color contains mainly: red. Hex color #D176BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D176BD is #2E8942. Grayscale: #999999. Windows color (decimal): -3049795 or 12416721. OLE color: 12416721.
HSL color Cylindrical-coordinate representation of color #D176BD: hue angle of 313.19º 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 #D176BD is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 118 | 189 | - |
| CMYK | 0 | 0.44 | 0.10 | 0.18 |
| HSL | 313.19º | 0.5% | 0.64% | - |
| HSV(B) | 313.19º | 0.44% | 0.82% | - |
| XYZ | 41.96 | 30.19 | 51.76 | - |
| YUV | 153.3 | 148.15 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 118 | 189 | 0 | 0.44 | 0.10 | 0.18 | 313.19 | 0.5 | 0.64 |
| Hex | D1 | 76 | BD | 0 | 2C | A | 12 | 139 | 32 | 40 |
| Octal | 321 | 166 | 275 | 0 | 54 | 12 | 22 | 471 | 62 | 100 |
| Binary | 11010001 | 1110110 | 10111101 | 0 | 101100 | 1010 | 10010 | 100111001 | 110010 | 1000000 |
Color Harmonies of #D176BD
Complementary color
Monochromatic Colors of #D176BD
Black with #D176BD
Text Example
Text Example
White with #D176BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D176BD; }
p { color: rgb(209,118,189); }
H1.HeaderClassName
{
color: #D176BD;
}
.AnyTagClassName
{
color: #D176BD;
}
</style>
background-color css
<style>
a { background-color: #D176BD; }
a { background-color: rgb(209,118,189); }
div.DivClassName
{
background-color: #D176BD;
}
.BgClassName
{
background-color: #D176BD;
}
</style>
border-color css
<style>
span { border-color: #D176BD; }
span { border-color: rgb(209,118,189); }
td.TdClassName
{
border-color: #D176BD;
}
.TagClassName
{
border-color: #D176BD;
}
</style>