Shades of Orchid #D176C3
Tints of Orchid #D176C3
RGB
CMYK
RGB Variations
Color information
#D176C3 (or 0xD176C3) is known color: Orchid. HEX triplet: D1, 76 and C3. RGB value is (209,118,195). Sum of RGB (Red+Green+Blue) = 209+118+195=522 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.04% from 522); Green value is 118 (46.48% from 255 or 22.61% from 522); Blue value is 195 (76.56% from 255 or 37.36% from 522); Max value from RGB is 209 - color contains mainly: red. Hex color #D176C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D176C3 is #2E893C. Grayscale: #999999. Windows color (decimal): -3049789 or 12809937. OLE color: 12809937.
HSL color Cylindrical-coordinate representation of color #D176C3: hue angle of 309.23º 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 #D176C3 is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 118 | 195 | - |
| CMYK | 0 | 0.44 | 0.07 | 0.18 |
| HSL | 309.23º | 0.5% | 0.64% | - |
| HSV(B) | 309.23º | 0.44% | 0.82% | - |
| XYZ | 42.62 | 30.45 | 55.26 | - |
| YUV | 153.99 | 151.15 | 167.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 118 | 195 | 0 | 0.44 | 0.07 | 0.18 | 309.23 | 0.5 | 0.64 |
| Hex | D1 | 76 | C3 | 0 | 2C | 7 | 12 | 135 | 32 | 40 |
| Octal | 321 | 166 | 303 | 0 | 54 | 7 | 22 | 465 | 62 | 100 |
| Binary | 11010001 | 1110110 | 11000011 | 0 | 101100 | 111 | 10010 | 100110101 | 110010 | 1000000 |
Color Harmonies of #D176C3
Complementary color
Monochromatic Colors of #D176C3
Black with #D176C3
Text Example
Text Example
White with #D176C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D176C3; }
p { color: rgb(209,118,195); }
H1.HeaderClassName
{
color: #D176C3;
}
.AnyTagClassName
{
color: #D176C3;
}
</style>
background-color css
<style>
a { background-color: #D176C3; }
a { background-color: rgb(209,118,195); }
div.DivClassName
{
background-color: #D176C3;
}
.BgClassName
{
background-color: #D176C3;
}
</style>
border-color css
<style>
span { border-color: #D176C3; }
span { border-color: rgb(209,118,195); }
td.TdClassName
{
border-color: #D176C3;
}
.TagClassName
{
border-color: #D176C3;
}
</style>