Shades of Orchid #D17FCD
Tints of Orchid #D17FCD
RGB
CMYK
RGB Variations
Color information
#D17FCD (or 0xD17FCD) is known color: Orchid. HEX triplet: D1, 7F and CD. RGB value is (209,127,205). Sum of RGB (Red+Green+Blue) = 209+127+205=541 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.63% from 541); Green value is 127 (50% from 255 or 23.48% from 541); Blue value is 205 (80.47% from 255 or 37.89% from 541); Max value from RGB is 209 - color contains mainly: red. Hex color #D17FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17FCD is #2E8032. Grayscale: #A0A0A0. Windows color (decimal): -3047475 or 13467601. OLE color: 13467601.
HSL color Cylindrical-coordinate representation of color #D17FCD: hue angle of 302.93º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D17FCD is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 127 | 205 | - |
| CMYK | 0 | 0.39 | 0.02 | 0.18 |
| HSL | 302.93º | 0.47% | 0.66% | - |
| HSV(B) | 302.93º | 0.39% | 0.82% | - |
| XYZ | 44.9 | 33.14 | 61.79 | - |
| YUV | 160.41 | 153.17 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 127 | 205 | 0 | 0.39 | 0.02 | 0.18 | 302.93 | 0.47 | 0.66 |
| Hex | D1 | 7F | CD | 0 | 27 | 2 | 12 | 12F | 2F | 42 |
| Octal | 321 | 177 | 315 | 0 | 47 | 2 | 22 | 457 | 57 | 102 |
| Binary | 11010001 | 1111111 | 11001101 | 0 | 100111 | 10 | 10010 | 100101111 | 101111 | 1000010 |
Color Harmonies of #D17FCD
Complementary color
Monochromatic Colors of #D17FCD
Black with #D17FCD
Text Example
Text Example
White with #D17FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17FCD; }
p { color: rgb(209,127,205); }
H1.HeaderClassName
{
color: #D17FCD;
}
.AnyTagClassName
{
color: #D17FCD;
}
</style>
background-color css
<style>
a { background-color: #D17FCD; }
a { background-color: rgb(209,127,205); }
div.DivClassName
{
background-color: #D17FCD;
}
.BgClassName
{
background-color: #D17FCD;
}
</style>
border-color css
<style>
span { border-color: #D17FCD; }
span { border-color: rgb(209,127,205); }
td.TdClassName
{
border-color: #D17FCD;
}
.TagClassName
{
border-color: #D17FCD;
}
</style>