Shades of Orchid #D17FCC
Tints of Orchid #D17FCC
RGB
CMYK
RGB Variations
Color information
#D17FCC (or 0xD17FCC) is known color: Orchid. HEX triplet: D1, 7F and CC. RGB value is (209,127,204). Sum of RGB (Red+Green+Blue) = 209+127+204=540 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.70% from 540); Green value is 127 (50% from 255 or 23.52% from 540); Blue value is 204 (80.08% from 255 or 37.78% from 540); Max value from RGB is 209 - color contains mainly: red. Hex color #D17FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17FCC is #2E8033. Grayscale: #A0A0A0. Windows color (decimal): -3047476 or 13402065. OLE color: 13402065.
HSL color Cylindrical-coordinate representation of color #D17FCC: hue angle of 303.66º 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 #D17FCC is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 127 | 204 | - |
| CMYK | 0 | 0.39 | 0.02 | 0.18 |
| HSL | 303.66º | 0.47% | 0.66% | - |
| HSV(B) | 303.66º | 0.39% | 0.82% | - |
| XYZ | 44.78 | 33.09 | 61.15 | - |
| YUV | 160.3 | 152.67 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 127 | 204 | 0 | 0.39 | 0.02 | 0.18 | 303.66 | 0.47 | 0.66 |
| Hex | D1 | 7F | CC | 0 | 27 | 2 | 12 | 130 | 2F | 42 |
| Octal | 321 | 177 | 314 | 0 | 47 | 2 | 22 | 460 | 57 | 102 |
| Binary | 11010001 | 1111111 | 11001100 | 0 | 100111 | 10 | 10010 | 100110000 | 101111 | 1000010 |
Color Harmonies of #D17FCC
Complementary color
Monochromatic Colors of #D17FCC
Black with #D17FCC
Text Example
Text Example
White with #D17FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17FCC; }
p { color: rgb(209,127,204); }
H1.HeaderClassName
{
color: #D17FCC;
}
.AnyTagClassName
{
color: #D17FCC;
}
</style>
background-color css
<style>
a { background-color: #D17FCC; }
a { background-color: rgb(209,127,204); }
div.DivClassName
{
background-color: #D17FCC;
}
.BgClassName
{
background-color: #D17FCC;
}
</style>
border-color css
<style>
span { border-color: #D17FCC; }
span { border-color: rgb(209,127,204); }
td.TdClassName
{
border-color: #D17FCC;
}
.TagClassName
{
border-color: #D17FCC;
}
</style>