Shades of Orchid #D177B7
Tints of Orchid #D177B7
RGB
CMYK
RGB Variations
Color information
#D177B7 (or 0xD177B7) is known color: Orchid. HEX triplet: D1, 77 and B7. RGB value is (209,119,183). Sum of RGB (Red+Green+Blue) = 209+119+183=511 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.90% from 511); Green value is 119 (46.88% from 255 or 23.29% from 511); Blue value is 183 (71.88% from 255 or 35.81% from 511); Max value from RGB is 209 - color contains mainly: red. Hex color #D177B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D177B7 is #2E8848. Grayscale: #999999. Windows color (decimal): -3049545 or 12023761. OLE color: 12023761.
HSL color Cylindrical-coordinate representation of color #D177B7: hue angle of 317.33º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D177B7 is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 119 | 183 | - |
| CMYK | 0 | 0.43 | 0.12 | 0.18 |
| HSL | 317.33º | 0.49% | 0.64% | - |
| HSV(B) | 317.33º | 0.43% | 0.82% | - |
| XYZ | 41.44 | 30.17 | 48.44 | - |
| YUV | 153.21 | 144.82 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 119 | 183 | 0 | 0.43 | 0.12 | 0.18 | 317.33 | 0.49 | 0.64 |
| Hex | D1 | 77 | B7 | 0 | 2B | C | 12 | 13D | 31 | 40 |
| Octal | 321 | 167 | 267 | 0 | 53 | 14 | 22 | 475 | 61 | 100 |
| Binary | 11010001 | 1110111 | 10110111 | 0 | 101011 | 1100 | 10010 | 100111101 | 110001 | 1000000 |
Color Harmonies of #D177B7
Complementary color
Monochromatic Colors of #D177B7
Black with #D177B7
Text Example
Text Example
White with #D177B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D177B7; }
p { color: rgb(209,119,183); }
H1.HeaderClassName
{
color: #D177B7;
}
.AnyTagClassName
{
color: #D177B7;
}
</style>
background-color css
<style>
a { background-color: #D177B7; }
a { background-color: rgb(209,119,183); }
div.DivClassName
{
background-color: #D177B7;
}
.BgClassName
{
background-color: #D177B7;
}
</style>
border-color css
<style>
span { border-color: #D177B7; }
span { border-color: rgb(209,119,183); }
td.TdClassName
{
border-color: #D177B7;
}
.TagClassName
{
border-color: #D177B7;
}
</style>