Shades of Orchid #D17DD9
Tints of Orchid #D17DD9
RGB
CMYK
RGB Variations
Color information
#D17DD9 (or 0xD17DD9) is known color: Orchid. HEX triplet: D1, 7D and D9. RGB value is (209,125,217). Sum of RGB (Red+Green+Blue) = 209+125+217=551 (72% of max value = 765). Red value is 209 (82.03% from 255 or 37.93% from 551); Green value is 125 (49.22% from 255 or 22.69% from 551); Blue value is 217 (85.16% from 255 or 39.38% from 551); Max value from RGB is 217 - color contains mainly: blue. Hex color #D17DD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17DD9 is #2E8226. Grayscale: #A0A0A0. Windows color (decimal): -3047975 or 14253521. OLE color: 14253521.
HSL color Cylindrical-coordinate representation of color #D17DD9: hue angle of 294.78º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D17DD9 is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 125 | 217 | - |
| CMYK | 0.04 | 0.42 | 0 | 0.15 |
| HSL | 294.78º | 0.55% | 0.67% | - |
| HSV(B) | 294.78º | 0.42% | 0.85% | - |
| XYZ | 46.15 | 33.23 | 69.63 | - |
| YUV | 160.6 | 159.83 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 125 | 217 | 0.04 | 0.42 | 0 | 0.15 | 294.78 | 0.55 | 0.67 |
| Hex | D1 | 7D | D9 | 4 | 2A | 0 | F | 127 | 37 | 43 |
| Octal | 321 | 175 | 331 | 4 | 52 | 0 | 17 | 447 | 67 | 103 |
| Binary | 11010001 | 1111101 | 11011001 | 100 | 101010 | 0 | 1111 | 100100111 | 110111 | 1000011 |
Color Harmonies of #D17DD9
Complementary color
Monochromatic Colors of #D17DD9
Black with #D17DD9
Text Example
Text Example
White with #D17DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17DD9; }
p { color: rgb(209,125,217); }
H1.HeaderClassName
{
color: #D17DD9;
}
.AnyTagClassName
{
color: #D17DD9;
}
</style>
background-color css
<style>
a { background-color: #D17DD9; }
a { background-color: rgb(209,125,217); }
div.DivClassName
{
background-color: #D17DD9;
}
.BgClassName
{
background-color: #D17DD9;
}
</style>
border-color css
<style>
span { border-color: #D17DD9; }
span { border-color: rgb(209,125,217); }
td.TdClassName
{
border-color: #D17DD9;
}
.TagClassName
{
border-color: #D17DD9;
}
</style>