Shades of Orchid #D17FDD
Tints of Orchid #D17FDD
RGB
CMYK
RGB Variations
Color information
#D17FDD (or 0xD17FDD) is known color: Orchid. HEX triplet: D1, 7F and DD. RGB value is (209,127,221). Sum of RGB (Red+Green+Blue) = 209+127+221=557 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.52% from 557); Green value is 127 (50% from 255 or 22.80% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 221 - color contains mainly: blue. Hex color #D17FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17FDD is #2E8022. Grayscale: #A1A1A1. Windows color (decimal): -3047459 or 14516177. OLE color: 14516177.
HSL color Cylindrical-coordinate representation of color #D17FDD: hue angle of 292.34º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D17FDD is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 127 | 221 | - |
| CMYK | 0.05 | 0.43 | 0 | 0.13 |
| HSL | 292.34º | 0.58% | 0.68% | - |
| HSV(B) | 292.34º | 0.43% | 0.87% | - |
| XYZ | 46.94 | 33.95 | 72.49 | - |
| YUV | 162.23 | 161.17 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 127 | 221 | 0.05 | 0.43 | 0 | 0.13 | 292.34 | 0.58 | 0.68 |
| Hex | D1 | 7F | DD | 5 | 2B | 0 | D | 124 | 3A | 44 |
| Octal | 321 | 177 | 335 | 5 | 53 | 0 | 15 | 444 | 72 | 104 |
| Binary | 11010001 | 1111111 | 11011101 | 101 | 101011 | 0 | 1101 | 100100100 | 111010 | 1000100 |
Color Harmonies of #D17FDD
Complementary color
Monochromatic Colors of #D17FDD
Black with #D17FDD
Text Example
Text Example
White with #D17FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17FDD; }
p { color: rgb(209,127,221); }
H1.HeaderClassName
{
color: #D17FDD;
}
.AnyTagClassName
{
color: #D17FDD;
}
</style>
background-color css
<style>
a { background-color: #D17FDD; }
a { background-color: rgb(209,127,221); }
div.DivClassName
{
background-color: #D17FDD;
}
.BgClassName
{
background-color: #D17FDD;
}
</style>
border-color css
<style>
span { border-color: #D17FDD; }
span { border-color: rgb(209,127,221); }
td.TdClassName
{
border-color: #D17FDD;
}
.TagClassName
{
border-color: #D17FDD;
}
</style>