Shades of Orchid #D16FC0
Tints of Orchid #D16FC0
RGB
CMYK
RGB Variations
Color information
#D16FC0 (or 0xD16FC0) is known color: Orchid. HEX triplet: D1, 6F and C0. RGB value is (209,111,192). Sum of RGB (Red+Green+Blue) = 209+111+192=512 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.82% from 512); Green value is 111 (43.75% from 255 or 21.68% from 512); Blue value is 192 (75.39% from 255 or 37.5% from 512); Max value from RGB is 209 - color contains mainly: red. Hex color #D16FC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16FC0 is #2E903F. Grayscale: #959595. Windows color (decimal): -3051584 or 12611537. OLE color: 12611537.
HSL color Cylindrical-coordinate representation of color #D16FC0: hue angle of 310.41º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D16FC0 is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 111 | 192 | - |
| CMYK | 0 | 0.47 | 0.08 | 0.18 |
| HSL | 310.41º | 0.52% | 0.63% | - |
| HSV(B) | 310.41º | 0.47% | 0.82% | - |
| XYZ | 41.49 | 28.73 | 53.23 | - |
| YUV | 149.54 | 151.97 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 111 | 192 | 0 | 0.47 | 0.08 | 0.18 | 310.41 | 0.52 | 0.63 |
| Hex | D1 | 6F | C0 | 0 | 2F | 8 | 12 | 136 | 34 | 3F |
| Octal | 321 | 157 | 300 | 0 | 57 | 10 | 22 | 466 | 64 | 77 |
| Binary | 11010001 | 1101111 | 11000000 | 0 | 101111 | 1000 | 10010 | 100110110 | 110100 | 111111 |
Color Harmonies of #D16FC0
Complementary color
Monochromatic Colors of #D16FC0
Black with #D16FC0
Text Example
Text Example
White with #D16FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16FC0; }
p { color: rgb(209,111,192); }
H1.HeaderClassName
{
color: #D16FC0;
}
.AnyTagClassName
{
color: #D16FC0;
}
</style>
background-color css
<style>
a { background-color: #D16FC0; }
a { background-color: rgb(209,111,192); }
div.DivClassName
{
background-color: #D16FC0;
}
.BgClassName
{
background-color: #D16FC0;
}
</style>
border-color css
<style>
span { border-color: #D16FC0; }
span { border-color: rgb(209,111,192); }
td.TdClassName
{
border-color: #D16FC0;
}
.TagClassName
{
border-color: #D16FC0;
}
</style>