Shades of Orchid #D16CD6
Tints of Orchid #D16CD6
RGB
CMYK
RGB Variations
Color information
#D16CD6 (or 0xD16CD6) is known color: Orchid. HEX triplet: D1, 6C and D6. RGB value is (209,108,214). Sum of RGB (Red+Green+Blue) = 209+108+214=531 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.36% from 531); Green value is 108 (42.58% from 255 or 20.34% from 531); Blue value is 214 (83.98% from 255 or 40.30% from 531); Max value from RGB is 214 - color contains mainly: blue. Hex color #D16CD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16CD6 is #2E9329. Grayscale: #959595. Windows color (decimal): -3052330 or 14052561. OLE color: 14052561.
HSL color Cylindrical-coordinate representation of color #D16CD6: hue angle of 297.17º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D16CD6 is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 108 | 214 | - |
| CMYK | 0.02 | 0.50 | 0 | 0.16 |
| HSL | 297.17º | 0.56% | 0.63% | - |
| HSV(B) | 297.17º | 0.5% | 0.84% | - |
| XYZ | 43.79 | 29.14 | 66.93 | - |
| YUV | 150.28 | 163.96 | 169.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 108 | 214 | 0.02 | 0.50 | 0 | 0.16 | 297.17 | 0.56 | 0.63 |
| Hex | D1 | 6C | D6 | 2 | 32 | 0 | 10 | 129 | 38 | 3F |
| Octal | 321 | 154 | 326 | 2 | 62 | 0 | 20 | 451 | 70 | 77 |
| Binary | 11010001 | 1101100 | 11010110 | 10 | 110010 | 0 | 10000 | 100101001 | 111000 | 111111 |
Color Harmonies of #D16CD6
Complementary color
Monochromatic Colors of #D16CD6
Black with #D16CD6
Text Example
Text Example
White with #D16CD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16CD6; }
p { color: rgb(209,108,214); }
H1.HeaderClassName
{
color: #D16CD6;
}
.AnyTagClassName
{
color: #D16CD6;
}
</style>
background-color css
<style>
a { background-color: #D16CD6; }
a { background-color: rgb(209,108,214); }
div.DivClassName
{
background-color: #D16CD6;
}
.BgClassName
{
background-color: #D16CD6;
}
</style>
border-color css
<style>
span { border-color: #D16CD6; }
span { border-color: rgb(209,108,214); }
td.TdClassName
{
border-color: #D16CD6;
}
.TagClassName
{
border-color: #D16CD6;
}
</style>