Shades of Orchid #D177B8
Tints of Orchid #D177B8
RGB
CMYK
RGB Variations
Color information
#D177B8 (or 0xD177B8) is known color: Orchid. HEX triplet: D1, 77 and B8. RGB value is (209,119,184). Sum of RGB (Red+Green+Blue) = 209+119+184=512 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.82% from 512); Green value is 119 (46.88% from 255 or 23.24% from 512); Blue value is 184 (72.27% from 255 or 35.94% from 512); Max value from RGB is 209 - color contains mainly: red. Hex color #D177B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D177B8 is #2E8847. Grayscale: #999999. Windows color (decimal): -3049544 or 12089297. OLE color: 12089297.
HSL color Cylindrical-coordinate representation of color #D177B8: hue angle of 316.67º 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 #D177B8 is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 119 | 184 | - |
| CMYK | 0 | 0.43 | 0.12 | 0.18 |
| HSL | 316.67º | 0.49% | 0.64% | - |
| HSV(B) | 316.67º | 0.43% | 0.82% | - |
| XYZ | 41.54 | 30.21 | 48.99 | - |
| YUV | 153.32 | 145.32 | 167.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 119 | 184 | 0 | 0.43 | 0.12 | 0.18 | 316.67 | 0.49 | 0.64 |
| Hex | D1 | 77 | B8 | 0 | 2B | C | 12 | 13D | 31 | 40 |
| Octal | 321 | 167 | 270 | 0 | 53 | 14 | 22 | 475 | 61 | 100 |
| Binary | 11010001 | 1110111 | 10111000 | 0 | 101011 | 1100 | 10010 | 100111101 | 110001 | 1000000 |
Color Harmonies of #D177B8
Complementary color
Monochromatic Colors of #D177B8
Black with #D177B8
Text Example
Text Example
White with #D177B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D177B8; }
p { color: rgb(209,119,184); }
H1.HeaderClassName
{
color: #D177B8;
}
.AnyTagClassName
{
color: #D177B8;
}
</style>
background-color css
<style>
a { background-color: #D177B8; }
a { background-color: rgb(209,119,184); }
div.DivClassName
{
background-color: #D177B8;
}
.BgClassName
{
background-color: #D177B8;
}
</style>
border-color css
<style>
span { border-color: #D177B8; }
span { border-color: rgb(209,119,184); }
td.TdClassName
{
border-color: #D177B8;
}
.TagClassName
{
border-color: #D177B8;
}
</style>