Shades of Orchid #D16ADA
Tints of Orchid #D16ADA
RGB
CMYK
RGB Variations
Color information
#D16ADA (or 0xD16ADA) is known color: Orchid. HEX triplet: D1, 6A and DA. RGB value is (209,106,218). Sum of RGB (Red+Green+Blue) = 209+106+218=533 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.21% from 533); Green value is 106 (41.80% from 255 or 19.89% from 533); Blue value is 218 (85.55% from 255 or 40.90% from 533); Max value from RGB is 218 - color contains mainly: blue. Hex color #D16ADA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16ADA is #2E9525. Grayscale: #959595. Windows color (decimal): -3052838 or 14314193. OLE color: 14314193.
HSL color Cylindrical-coordinate representation of color #D16ADA: hue angle of 295.18º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D16ADA is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 106 | 218 | - |
| CMYK | 0.04 | 0.51 | 0 | 0.15 |
| HSL | 295.18º | 0.6% | 0.64% | - |
| HSV(B) | 295.18º | 0.51% | 0.85% | - |
| XYZ | 44.1 | 28.93 | 69.59 | - |
| YUV | 149.57 | 166.62 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 106 | 218 | 0.04 | 0.51 | 0 | 0.15 | 295.18 | 0.6 | 0.64 |
| Hex | D1 | 6A | DA | 4 | 33 | 0 | F | 127 | 3C | 40 |
| Octal | 321 | 152 | 332 | 4 | 63 | 0 | 17 | 447 | 74 | 100 |
| Binary | 11010001 | 1101010 | 11011010 | 100 | 110011 | 0 | 1111 | 100100111 | 111100 | 1000000 |
Color Harmonies of #D16ADA
Complementary color
Monochromatic Colors of #D16ADA
Black with #D16ADA
Text Example
Text Example
White with #D16ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16ADA; }
p { color: rgb(209,106,218); }
H1.HeaderClassName
{
color: #D16ADA;
}
.AnyTagClassName
{
color: #D16ADA;
}
</style>
background-color css
<style>
a { background-color: #D16ADA; }
a { background-color: rgb(209,106,218); }
div.DivClassName
{
background-color: #D16ADA;
}
.BgClassName
{
background-color: #D16ADA;
}
</style>
border-color css
<style>
span { border-color: #D16ADA; }
span { border-color: rgb(209,106,218); }
td.TdClassName
{
border-color: #D16ADA;
}
.TagClassName
{
border-color: #D16ADA;
}
</style>