Shades of Orchid #D17FC0
Tints of Orchid #D17FC0
RGB
CMYK
RGB Variations
Color information
#D17FC0 (or 0xD17FC0) is known color: Orchid. HEX triplet: D1, 7F and C0. RGB value is (209,127,192). Sum of RGB (Red+Green+Blue) = 209+127+192=528 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.58% from 528); Green value is 127 (50% from 255 or 24.05% from 528); Blue value is 192 (75.39% from 255 or 36.36% from 528); Max value from RGB is 209 - color contains mainly: red. Hex color #D17FC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17FC0 is #2E803F. Grayscale: #9E9E9E. Windows color (decimal): -3047488 or 12615633. OLE color: 12615633.
HSL color Cylindrical-coordinate representation of color #D17FC0: hue angle of 312.44º 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 #D17FC0 is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 127 | 192 | - |
| CMYK | 0 | 0.39 | 0.08 | 0.18 |
| HSL | 312.44º | 0.47% | 0.66% | - |
| HSV(B) | 312.44º | 0.39% | 0.82% | - |
| XYZ | 43.4 | 32.54 | 53.86 | - |
| YUV | 158.93 | 146.67 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 127 | 192 | 0 | 0.39 | 0.08 | 0.18 | 312.44 | 0.47 | 0.66 |
| Hex | D1 | 7F | C0 | 0 | 27 | 8 | 12 | 138 | 2F | 42 |
| Octal | 321 | 177 | 300 | 0 | 47 | 10 | 22 | 470 | 57 | 102 |
| Binary | 11010001 | 1111111 | 11000000 | 0 | 100111 | 1000 | 10010 | 100111000 | 101111 | 1000010 |
Color Harmonies of #D17FC0
Complementary color
Monochromatic Colors of #D17FC0
Black with #D17FC0
Text Example
Text Example
White with #D17FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17FC0; }
p { color: rgb(209,127,192); }
H1.HeaderClassName
{
color: #D17FC0;
}
.AnyTagClassName
{
color: #D17FC0;
}
</style>
background-color css
<style>
a { background-color: #D17FC0; }
a { background-color: rgb(209,127,192); }
div.DivClassName
{
background-color: #D17FC0;
}
.BgClassName
{
background-color: #D17FC0;
}
</style>
border-color css
<style>
span { border-color: #D17FC0; }
span { border-color: rgb(209,127,192); }
td.TdClassName
{
border-color: #D17FC0;
}
.TagClassName
{
border-color: #D17FC0;
}
</style>