Shades of Orchid #D171B9
Tints of Orchid #D171B9
RGB
CMYK
RGB Variations
Color information
#D171B9 (or 0xD171B9) is known color: Orchid. HEX triplet: D1, 71 and B9. RGB value is (209,113,185). Sum of RGB (Red+Green+Blue) = 209+113+185=507 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.22% from 507); Green value is 113 (44.53% from 255 or 22.29% from 507); Blue value is 185 (72.66% from 255 or 36.49% from 507); Max value from RGB is 209 - color contains mainly: red. Hex color #D171B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D171B9 is #2E8E46. Grayscale: #959595. Windows color (decimal): -3051079 or 12153297. OLE color: 12153297.
HSL color Cylindrical-coordinate representation of color #D171B9: hue angle of 315º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D171B9 is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 113 | 185 | - |
| CMYK | 0 | 0.46 | 0.11 | 0.18 |
| HSL | 315º | 0.51% | 0.63% | - |
| HSV(B) | 315º | 0.46% | 0.82% | - |
| XYZ | 40.96 | 28.87 | 49.31 | - |
| YUV | 149.91 | 147.8 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 113 | 185 | 0 | 0.46 | 0.11 | 0.18 | 315 | 0.51 | 0.63 |
| Hex | D1 | 71 | B9 | 0 | 2E | B | 12 | 13B | 33 | 3F |
| Octal | 321 | 161 | 271 | 0 | 56 | 13 | 22 | 473 | 63 | 77 |
| Binary | 11010001 | 1110001 | 10111001 | 0 | 101110 | 1011 | 10010 | 100111011 | 110011 | 111111 |
Color Harmonies of #D171B9
Complementary color
Monochromatic Colors of #D171B9
Black with #D171B9
Text Example
Text Example
White with #D171B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D171B9; }
p { color: rgb(209,113,185); }
H1.HeaderClassName
{
color: #D171B9;
}
.AnyTagClassName
{
color: #D171B9;
}
</style>
background-color css
<style>
a { background-color: #D171B9; }
a { background-color: rgb(209,113,185); }
div.DivClassName
{
background-color: #D171B9;
}
.BgClassName
{
background-color: #D171B9;
}
</style>
border-color css
<style>
span { border-color: #D171B9; }
span { border-color: rgb(209,113,185); }
td.TdClassName
{
border-color: #D171B9;
}
.TagClassName
{
border-color: #D171B9;
}
</style>