Shades of Orchid #D16AC0
Tints of Orchid #D16AC0
RGB
CMYK
RGB Variations
Color information
#D16AC0 (or 0xD16AC0) is known color: Orchid. HEX triplet: D1, 6A and C0. RGB value is (209,106,192). Sum of RGB (Red+Green+Blue) = 209+106+192=507 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.22% from 507); Green value is 106 (41.80% from 255 or 20.91% from 507); Blue value is 192 (75.39% from 255 or 37.87% from 507); Max value from RGB is 209 - color contains mainly: red. Hex color #D16AC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16AC0 is #2E953F. Grayscale: #929292. Windows color (decimal): -3052864 or 12610257. OLE color: 12610257.
HSL color Cylindrical-coordinate representation of color #D16AC0: hue angle of 309.9º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D16AC0 is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 106 | 192 | - |
| CMYK | 0 | 0.49 | 0.08 | 0.18 |
| HSL | 309.9º | 0.53% | 0.62% | - |
| HSV(B) | 309.9º | 0.49% | 0.82% | - |
| XYZ | 40.96 | 27.67 | 53.05 | - |
| YUV | 146.6 | 153.62 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 106 | 192 | 0 | 0.49 | 0.08 | 0.18 | 309.9 | 0.53 | 0.62 |
| Hex | D1 | 6A | C0 | 0 | 31 | 8 | 12 | 136 | 35 | 3E |
| Octal | 321 | 152 | 300 | 0 | 61 | 10 | 22 | 466 | 65 | 76 |
| Binary | 11010001 | 1101010 | 11000000 | 0 | 110001 | 1000 | 10010 | 100110110 | 110101 | 111110 |
Color Harmonies of #D16AC0
Complementary color
Monochromatic Colors of #D16AC0
Black with #D16AC0
Text Example
Text Example
White with #D16AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16AC0; }
p { color: rgb(209,106,192); }
H1.HeaderClassName
{
color: #D16AC0;
}
.AnyTagClassName
{
color: #D16AC0;
}
</style>
background-color css
<style>
a { background-color: #D16AC0; }
a { background-color: rgb(209,106,192); }
div.DivClassName
{
background-color: #D16AC0;
}
.BgClassName
{
background-color: #D16AC0;
}
</style>
border-color css
<style>
span { border-color: #D16AC0; }
span { border-color: rgb(209,106,192); }
td.TdClassName
{
border-color: #D16AC0;
}
.TagClassName
{
border-color: #D16AC0;
}
</style>