Shades of Orchid #D17FC7
Tints of Orchid #D17FC7
RGB
CMYK
RGB Variations
Color information
#D17FC7 (or 0xD17FC7) is known color: Orchid. HEX triplet: D1, 7F and C7. RGB value is (209,127,199). Sum of RGB (Red+Green+Blue) = 209+127+199=535 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.07% from 535); Green value is 127 (50% from 255 or 23.74% from 535); Blue value is 199 (78.12% from 255 or 37.20% from 535); Max value from RGB is 209 - color contains mainly: red. Hex color #D17FC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17FC7 is #2E8038. Grayscale: #9F9F9F. Windows color (decimal): -3047481 or 13074385. OLE color: 13074385.
HSL color Cylindrical-coordinate representation of color #D17FC7: hue angle of 307.32º 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 #D17FC7 is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 127 | 199 | - |
| CMYK | 0 | 0.39 | 0.05 | 0.18 |
| HSL | 307.32º | 0.47% | 0.66% | - |
| HSV(B) | 307.32º | 0.39% | 0.82% | - |
| XYZ | 44.19 | 32.86 | 58.05 | - |
| YUV | 159.73 | 150.17 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 127 | 199 | 0 | 0.39 | 0.05 | 0.18 | 307.32 | 0.47 | 0.66 |
| Hex | D1 | 7F | C7 | 0 | 27 | 5 | 12 | 133 | 2F | 42 |
| Octal | 321 | 177 | 307 | 0 | 47 | 5 | 22 | 463 | 57 | 102 |
| Binary | 11010001 | 1111111 | 11000111 | 0 | 100111 | 101 | 10010 | 100110011 | 101111 | 1000010 |
Color Harmonies of #D17FC7
Complementary color
Monochromatic Colors of #D17FC7
Black with #D17FC7
Text Example
Text Example
White with #D17FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17FC7; }
p { color: rgb(209,127,199); }
H1.HeaderClassName
{
color: #D17FC7;
}
.AnyTagClassName
{
color: #D17FC7;
}
</style>
background-color css
<style>
a { background-color: #D17FC7; }
a { background-color: rgb(209,127,199); }
div.DivClassName
{
background-color: #D17FC7;
}
.BgClassName
{
background-color: #D17FC7;
}
</style>
border-color css
<style>
span { border-color: #D17FC7; }
span { border-color: rgb(209,127,199); }
td.TdClassName
{
border-color: #D17FC7;
}
.TagClassName
{
border-color: #D17FC7;
}
</style>