Shades of Orchid #D171D9
Tints of Orchid #D171D9
RGB
CMYK
RGB Variations
Color information
#D171D9 (or 0xD171D9) is known color: Orchid. HEX triplet: D1, 71 and D9. RGB value is (209,113,217). Sum of RGB (Red+Green+Blue) = 209+113+217=539 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.78% from 539); Green value is 113 (44.53% from 255 or 20.96% from 539); Blue value is 217 (85.16% from 255 or 40.26% from 539); Max value from RGB is 217 - color contains mainly: blue. Hex color #D171D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D171D9 is #2E8E26. Grayscale: #999999. Windows color (decimal): -3051047 or 14250449. OLE color: 14250449.
HSL color Cylindrical-coordinate representation of color #D171D9: hue angle of 295.38º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D171D9 is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 113 | 217 | - |
| CMYK | 0.04 | 0.48 | 0 | 0.15 |
| HSL | 295.38º | 0.58% | 0.65% | - |
| HSV(B) | 295.38º | 0.48% | 0.85% | - |
| XYZ | 44.72 | 30.38 | 69.15 | - |
| YUV | 153.56 | 163.8 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 113 | 217 | 0.04 | 0.48 | 0 | 0.15 | 295.38 | 0.58 | 0.65 |
| Hex | D1 | 71 | D9 | 4 | 30 | 0 | F | 127 | 3A | 41 |
| Octal | 321 | 161 | 331 | 4 | 60 | 0 | 17 | 447 | 72 | 101 |
| Binary | 11010001 | 1110001 | 11011001 | 100 | 110000 | 0 | 1111 | 100100111 | 111010 | 1000001 |
Color Harmonies of #D171D9
Complementary color
Monochromatic Colors of #D171D9
Black with #D171D9
Text Example
Text Example
White with #D171D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D171D9; }
p { color: rgb(209,113,217); }
H1.HeaderClassName
{
color: #D171D9;
}
.AnyTagClassName
{
color: #D171D9;
}
</style>
background-color css
<style>
a { background-color: #D171D9; }
a { background-color: rgb(209,113,217); }
div.DivClassName
{
background-color: #D171D9;
}
.BgClassName
{
background-color: #D171D9;
}
</style>
border-color css
<style>
span { border-color: #D171D9; }
span { border-color: rgb(209,113,217); }
td.TdClassName
{
border-color: #D171D9;
}
.TagClassName
{
border-color: #D171D9;
}
</style>