Shades of Orchid #D16ABD
Tints of Orchid #D16ABD
RGB
CMYK
RGB Variations
Color information
#D16ABD (or 0xD16ABD) is known color: Orchid. HEX triplet: D1, 6A and BD. RGB value is (209,106,189). Sum of RGB (Red+Green+Blue) = 209+106+189=504 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.47% from 504); Green value is 106 (41.80% from 255 or 21.03% from 504); Blue value is 189 (74.22% from 255 or 37.5% from 504); Max value from RGB is 209 - color contains mainly: red. Hex color #D16ABD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16ABD is #2E9542. Grayscale: #929292. Windows color (decimal): -3052867 or 12413649. OLE color: 12413649.
HSL color Cylindrical-coordinate representation of color #D16ABD: hue angle of 311.65º 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 #D16ABD is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 106 | 189 | - |
| CMYK | 0 | 0.49 | 0.10 | 0.18 |
| HSL | 311.65º | 0.53% | 0.62% | - |
| HSV(B) | 311.65º | 0.49% | 0.82% | - |
| XYZ | 40.63 | 27.54 | 51.32 | - |
| YUV | 146.26 | 152.12 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 106 | 189 | 0 | 0.49 | 0.10 | 0.18 | 311.65 | 0.53 | 0.62 |
| Hex | D1 | 6A | BD | 0 | 31 | A | 12 | 138 | 35 | 3E |
| Octal | 321 | 152 | 275 | 0 | 61 | 12 | 22 | 470 | 65 | 76 |
| Binary | 11010001 | 1101010 | 10111101 | 0 | 110001 | 1010 | 10010 | 100111000 | 110101 | 111110 |
Color Harmonies of #D16ABD
Complementary color
Monochromatic Colors of #D16ABD
Black with #D16ABD
Text Example
Text Example
White with #D16ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16ABD; }
p { color: rgb(209,106,189); }
H1.HeaderClassName
{
color: #D16ABD;
}
.AnyTagClassName
{
color: #D16ABD;
}
</style>
background-color css
<style>
a { background-color: #D16ABD; }
a { background-color: rgb(209,106,189); }
div.DivClassName
{
background-color: #D16ABD;
}
.BgClassName
{
background-color: #D16ABD;
}
</style>
border-color css
<style>
span { border-color: #D16ABD; }
span { border-color: rgb(209,106,189); }
td.TdClassName
{
border-color: #D16ABD;
}
.TagClassName
{
border-color: #D16ABD;
}
</style>