Shades of Orchid #D17FCA
Tints of Orchid #D17FCA
RGB
CMYK
RGB Variations
Color information
#D17FCA (or 0xD17FCA) is known color: Orchid. HEX triplet: D1, 7F and CA. RGB value is (209,127,202). Sum of RGB (Red+Green+Blue) = 209+127+202=538 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.85% from 538); Green value is 127 (50% from 255 or 23.61% from 538); Blue value is 202 (79.30% from 255 or 37.55% from 538); Max value from RGB is 209 - color contains mainly: red. Hex color #D17FCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17FCA is #2E8035. Grayscale: #9F9F9F. Windows color (decimal): -3047478 or 13270993. OLE color: 13270993.
HSL color Cylindrical-coordinate representation of color #D17FCA: hue angle of 305.12º 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 #D17FCA is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 127 | 202 | - |
| CMYK | 0 | 0.39 | 0.03 | 0.18 |
| HSL | 305.12º | 0.47% | 0.66% | - |
| HSV(B) | 305.12º | 0.39% | 0.82% | - |
| XYZ | 44.54 | 33 | 59.9 | - |
| YUV | 160.07 | 151.67 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 127 | 202 | 0 | 0.39 | 0.03 | 0.18 | 305.12 | 0.47 | 0.66 |
| Hex | D1 | 7F | CA | 0 | 27 | 3 | 12 | 131 | 2F | 42 |
| Octal | 321 | 177 | 312 | 0 | 47 | 3 | 22 | 461 | 57 | 102 |
| Binary | 11010001 | 1111111 | 11001010 | 0 | 100111 | 11 | 10010 | 100110001 | 101111 | 1000010 |
Color Harmonies of #D17FCA
Complementary color
Monochromatic Colors of #D17FCA
Black with #D17FCA
Text Example
Text Example
White with #D17FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17FCA; }
p { color: rgb(209,127,202); }
H1.HeaderClassName
{
color: #D17FCA;
}
.AnyTagClassName
{
color: #D17FCA;
}
</style>
background-color css
<style>
a { background-color: #D17FCA; }
a { background-color: rgb(209,127,202); }
div.DivClassName
{
background-color: #D17FCA;
}
.BgClassName
{
background-color: #D17FCA;
}
</style>
border-color css
<style>
span { border-color: #D17FCA; }
span { border-color: rgb(209,127,202); }
td.TdClassName
{
border-color: #D17FCA;
}
.TagClassName
{
border-color: #D17FCA;
}
</style>