Shades of Orchid #D17FDF
Tints of Orchid #D17FDF
RGB
CMYK
RGB Variations
Color information
#D17FDF (or 0xD17FDF) is known color: Orchid. HEX triplet: D1, 7F and DF. RGB value is (209,127,223). Sum of RGB (Red+Green+Blue) = 209+127+223=559 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.39% from 559); Green value is 127 (50% from 255 or 22.72% from 559); Blue value is 223 (87.5% from 255 or 39.89% from 559); Max value from RGB is 223 - color contains mainly: blue. Hex color #D17FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17FDF is #2E8020. Grayscale: #A2A2A2. Windows color (decimal): -3047457 or 14647249. OLE color: 14647249.
HSL color Cylindrical-coordinate representation of color #D17FDF: hue angle of 291.25º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D17FDF is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 127 | 223 | - |
| CMYK | 0.06 | 0.43 | 0 | 0.13 |
| HSL | 291.25º | 0.6% | 0.69% | - |
| HSV(B) | 291.25º | 0.43% | 0.87% | - |
| XYZ | 47.2 | 34.06 | 73.9 | - |
| YUV | 162.46 | 162.17 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 127 | 223 | 0.06 | 0.43 | 0 | 0.13 | 291.25 | 0.6 | 0.69 |
| Hex | D1 | 7F | DF | 6 | 2B | 0 | D | 123 | 3C | 45 |
| Octal | 321 | 177 | 337 | 6 | 53 | 0 | 15 | 443 | 74 | 105 |
| Binary | 11010001 | 1111111 | 11011111 | 110 | 101011 | 0 | 1101 | 100100011 | 111100 | 1000101 |
Color Harmonies of #D17FDF
Complementary color
Monochromatic Colors of #D17FDF
Black with #D17FDF
Text Example
Text Example
White with #D17FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17FDF; }
p { color: rgb(209,127,223); }
H1.HeaderClassName
{
color: #D17FDF;
}
.AnyTagClassName
{
color: #D17FDF;
}
</style>
background-color css
<style>
a { background-color: #D17FDF; }
a { background-color: rgb(209,127,223); }
div.DivClassName
{
background-color: #D17FDF;
}
.BgClassName
{
background-color: #D17FDF;
}
</style>
border-color css
<style>
span { border-color: #D17FDF; }
span { border-color: rgb(209,127,223); }
td.TdClassName
{
border-color: #D17FDF;
}
.TagClassName
{
border-color: #D17FDF;
}
</style>