Shades of Orchid #D176DD
Tints of Orchid #D176DD
RGB
CMYK
RGB Variations
Color information
#D176DD (or 0xD176DD) is known color: 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
| RGB | 209 | 118 | 221 | - |
| CMYK | 0.05 | 0.47 | 0 | 0.13 |
| HSL | 293.01º | 0.6% | 0.66% | - |
| HSV(B) | 293.01º | 0.47% | 0.87% | - |
| XYZ | 45.82 | 31.73 | 72.12 | - |
| YUV | 156.95 | 164.15 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 118 | 221 | 0.05 | 0.47 | 0 | 0.13 | 293.01 | 0.6 | 0.66 |
| Hex | D1 | 76 | DD | 5 | 2F | 0 | D | 125 | 3C | 42 |
| Octal | 321 | 166 | 335 | 5 | 57 | 0 | 15 | 445 | 74 | 102 |
| Binary | 11010001 | 1110110 | 11011101 | 101 | 101111 | 0 | 1101 | 100100101 | 111100 | 1000010 |
Color Harmonies of #D176DD
Complementary color
Monochromatic Colors of #D176DD
Black with #D176DD
Text Example
Text Example
White with #D176DD
Text Example
Text Example
HTML Codes & Css Web 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>