Shades of Orchid #D17FDE
Tints of Orchid #D17FDE
RGB
CMYK
RGB Variations
Color information
#D17FDE (or 0xD17FDE) is known color: Orchid. HEX triplet: D1, 7F and DE. RGB value is (209,127,222). Sum of RGB (Red+Green+Blue) = 209+127+222=558 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.46% from 558); Green value is 127 (50% from 255 or 22.76% from 558); Blue value is 222 (87.11% from 255 or 39.78% from 558); Max value from RGB is 222 - color contains mainly: blue. Hex color #D17FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17FDE is #2E8021. Grayscale: #A2A2A2. Windows color (decimal): -3047458 or 14581713. OLE color: 14581713.
HSL color Cylindrical-coordinate representation of color #D17FDE: hue angle of 291.79º degrees, saturation: 0.59, 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 #D17FDE is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 127 | 222 | - |
| CMYK | 0.06 | 0.43 | 0 | 0.13 |
| HSL | 291.79º | 0.59% | 0.68% | - |
| HSV(B) | 291.79º | 0.43% | 0.87% | - |
| XYZ | 47.07 | 34.01 | 73.19 | - |
| YUV | 162.35 | 161.67 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 127 | 222 | 0.06 | 0.43 | 0 | 0.13 | 291.79 | 0.59 | 0.68 |
| Hex | D1 | 7F | DE | 6 | 2B | 0 | D | 124 | 3B | 44 |
| Octal | 321 | 177 | 336 | 6 | 53 | 0 | 15 | 444 | 73 | 104 |
| Binary | 11010001 | 1111111 | 11011110 | 110 | 101011 | 0 | 1101 | 100100100 | 111011 | 1000100 |
Color Harmonies of #D17FDE
Complementary color
Monochromatic Colors of #D17FDE
Black with #D17FDE
Text Example
Text Example
White with #D17FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17FDE; }
p { color: rgb(209,127,222); }
H1.HeaderClassName
{
color: #D17FDE;
}
.AnyTagClassName
{
color: #D17FDE;
}
</style>
background-color css
<style>
a { background-color: #D17FDE; }
a { background-color: rgb(209,127,222); }
div.DivClassName
{
background-color: #D17FDE;
}
.BgClassName
{
background-color: #D17FDE;
}
</style>
border-color css
<style>
span { border-color: #D17FDE; }
span { border-color: rgb(209,127,222); }
td.TdClassName
{
border-color: #D17FDE;
}
.TagClassName
{
border-color: #D17FDE;
}
</style>