Shades of Orchid #D176C8
Tints of Orchid #D176C8
RGB
CMYK
RGB Variations
Color information
#D176C8 (or 0xD176C8) is known color: Orchid. HEX triplet: D1, 76 and C8. RGB value is (209,118,200). Sum of RGB (Red+Green+Blue) = 209+118+200=527 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.66% from 527); Green value is 118 (46.48% from 255 or 22.39% from 527); Blue value is 200 (78.52% from 255 or 37.95% from 527); Max value from RGB is 209 - color contains mainly: red. Hex color #D176C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D176C8 is #2E8937. Grayscale: #9A9A9A. Windows color (decimal): -3049784 or 13137617. OLE color: 13137617.
HSL color Cylindrical-coordinate representation of color #D176C8: hue angle of 305.93º 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 #D176C8 is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 118 | 200 | - |
| CMYK | 0 | 0.44 | 0.04 | 0.18 |
| HSL | 305.93º | 0.5% | 0.64% | - |
| HSV(B) | 305.93º | 0.44% | 0.82% | - |
| XYZ | 43.2 | 30.68 | 58.29 | - |
| YUV | 154.56 | 153.65 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 118 | 200 | 0 | 0.44 | 0.04 | 0.18 | 305.93 | 0.5 | 0.64 |
| Hex | D1 | 76 | C8 | 0 | 2C | 4 | 12 | 132 | 32 | 40 |
| Octal | 321 | 166 | 310 | 0 | 54 | 4 | 22 | 462 | 62 | 100 |
| Binary | 11010001 | 1110110 | 11001000 | 0 | 101100 | 100 | 10010 | 100110010 | 110010 | 1000000 |
Color Harmonies of #D176C8
Complementary color
Monochromatic Colors of #D176C8
Black with #D176C8
Text Example
Text Example
White with #D176C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D176C8; }
p { color: rgb(209,118,200); }
H1.HeaderClassName
{
color: #D176C8;
}
.AnyTagClassName
{
color: #D176C8;
}
</style>
background-color css
<style>
a { background-color: #D176C8; }
a { background-color: rgb(209,118,200); }
div.DivClassName
{
background-color: #D176C8;
}
.BgClassName
{
background-color: #D176C8;
}
</style>
border-color css
<style>
span { border-color: #D176C8; }
span { border-color: rgb(209,118,200); }
td.TdClassName
{
border-color: #D176C8;
}
.TagClassName
{
border-color: #D176C8;
}
</style>