Shades of Orchid #D176BC
Tints of Orchid #D176BC
RGB
CMYK
RGB Variations
Color information
#D176BC (or 0xD176BC) is known color: Orchid. HEX triplet: D1, 76 and BC. RGB value is (209,118,188). Sum of RGB (Red+Green+Blue) = 209+118+188=515 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.58% from 515); Green value is 118 (46.48% from 255 or 22.91% from 515); Blue value is 188 (73.83% from 255 or 36.50% from 515); Max value from RGB is 209 - color contains mainly: red. Hex color #D176BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D176BC is #2E8943. Grayscale: #999999. Windows color (decimal): -3049796 or 12351185. OLE color: 12351185.
HSL color Cylindrical-coordinate representation of color #D176BC: hue angle of 313.85º 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 #D176BC is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 118 | 188 | - |
| CMYK | 0 | 0.44 | 0.10 | 0.18 |
| HSL | 313.85º | 0.5% | 0.64% | - |
| HSV(B) | 313.85º | 0.44% | 0.82% | - |
| XYZ | 41.85 | 30.14 | 51.19 | - |
| YUV | 153.19 | 147.65 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 118 | 188 | 0 | 0.44 | 0.10 | 0.18 | 313.85 | 0.5 | 0.64 |
| Hex | D1 | 76 | BC | 0 | 2C | A | 12 | 13A | 32 | 40 |
| Octal | 321 | 166 | 274 | 0 | 54 | 12 | 22 | 472 | 62 | 100 |
| Binary | 11010001 | 1110110 | 10111100 | 0 | 101100 | 1010 | 10010 | 100111010 | 110010 | 1000000 |
Color Harmonies of #D176BC
Complementary color
Monochromatic Colors of #D176BC
Black with #D176BC
Text Example
Text Example
White with #D176BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D176BC; }
p { color: rgb(209,118,188); }
H1.HeaderClassName
{
color: #D176BC;
}
.AnyTagClassName
{
color: #D176BC;
}
</style>
background-color css
<style>
a { background-color: #D176BC; }
a { background-color: rgb(209,118,188); }
div.DivClassName
{
background-color: #D176BC;
}
.BgClassName
{
background-color: #D176BC;
}
</style>
border-color css
<style>
span { border-color: #D176BC; }
span { border-color: rgb(209,118,188); }
td.TdClassName
{
border-color: #D176BC;
}
.TagClassName
{
border-color: #D176BC;
}
</style>