Shades of Orchid #D176BF
Tints of Orchid #D176BF
RGB
CMYK
RGB Variations
Color information
#D176BF (or 0xD176BF) is known color: Orchid. HEX triplet: D1, 76 and BF. RGB value is (209,118,191). Sum of RGB (Red+Green+Blue) = 209+118+191=518 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.35% from 518); Green value is 118 (46.48% from 255 or 22.78% from 518); Blue value is 191 (75% from 255 or 36.87% from 518); Max value from RGB is 209 - color contains mainly: red. Hex color #D176BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D176BF is #2E8940. Grayscale: #999999. Windows color (decimal): -3049793 or 12547793. OLE color: 12547793.
HSL color Cylindrical-coordinate representation of color #D176BF: hue angle of 311.87º 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 #D176BF is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 118 | 191 | - |
| CMYK | 0 | 0.44 | 0.09 | 0.18 |
| HSL | 311.87º | 0.5% | 0.64% | - |
| HSV(B) | 311.87º | 0.44% | 0.82% | - |
| XYZ | 42.18 | 30.27 | 52.91 | - |
| YUV | 153.53 | 149.15 | 167.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 118 | 191 | 0 | 0.44 | 0.09 | 0.18 | 311.87 | 0.5 | 0.64 |
| Hex | D1 | 76 | BF | 0 | 2C | 9 | 12 | 138 | 32 | 40 |
| Octal | 321 | 166 | 277 | 0 | 54 | 11 | 22 | 470 | 62 | 100 |
| Binary | 11010001 | 1110110 | 10111111 | 0 | 101100 | 1001 | 10010 | 100111000 | 110010 | 1000000 |
Color Harmonies of #D176BF
Complementary color
Monochromatic Colors of #D176BF
Black with #D176BF
Text Example
Text Example
White with #D176BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D176BF; }
p { color: rgb(209,118,191); }
H1.HeaderClassName
{
color: #D176BF;
}
.AnyTagClassName
{
color: #D176BF;
}
</style>
background-color css
<style>
a { background-color: #D176BF; }
a { background-color: rgb(209,118,191); }
div.DivClassName
{
background-color: #D176BF;
}
.BgClassName
{
background-color: #D176BF;
}
</style>
border-color css
<style>
span { border-color: #D176BF; }
span { border-color: rgb(209,118,191); }
td.TdClassName
{
border-color: #D176BF;
}
.TagClassName
{
border-color: #D176BF;
}
</style>