Shades of Orchid #D16AD0
Tints of Orchid #D16AD0
RGB
CMYK
RGB Variations
Color information
#D16AD0 (or 0xD16AD0) is known color: Orchid. HEX triplet: D1, 6A and D0. RGB value is (209,106,208). Sum of RGB (Red+Green+Blue) = 209+106+208=523 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.96% from 523); Green value is 106 (41.80% from 255 or 20.27% from 523); Blue value is 208 (81.64% from 255 or 39.77% from 523); Max value from RGB is 209 - color contains mainly: red. Hex color #D16AD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16AD0 is #2E952F. Grayscale: #949494. Windows color (decimal): -3052848 or 13658833. OLE color: 13658833.
HSL color Cylindrical-coordinate representation of color #D16AD0: hue angle of 300.58º 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 #D16AD0 is Cyan = 0, Magento = 0.49, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 106 | 208 | - |
| CMYK | 0 | 0.49 | 0.00 | 0.18 |
| HSL | 300.58º | 0.53% | 0.62% | - |
| HSV(B) | 300.58º | 0.49% | 0.82% | - |
| XYZ | 42.83 | 28.42 | 62.9 | - |
| YUV | 148.43 | 161.62 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 106 | 208 | 0 | 0.49 | 0.00 | 0.18 | 300.58 | 0.53 | 0.62 |
| Hex | D1 | 6A | D0 | 0 | 31 | 0 | 12 | 12D | 35 | 3E |
| Octal | 321 | 152 | 320 | 0 | 61 | 0 | 22 | 455 | 65 | 76 |
| Binary | 11010001 | 1101010 | 11010000 | 0 | 110001 | 0 | 10010 | 100101101 | 110101 | 111110 |
Color Harmonies of #D16AD0
Complementary color
Monochromatic Colors of #D16AD0
Black with #D16AD0
Text Example
Text Example
White with #D16AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16AD0; }
p { color: rgb(209,106,208); }
H1.HeaderClassName
{
color: #D16AD0;
}
.AnyTagClassName
{
color: #D16AD0;
}
</style>
background-color css
<style>
a { background-color: #D16AD0; }
a { background-color: rgb(209,106,208); }
div.DivClassName
{
background-color: #D16AD0;
}
.BgClassName
{
background-color: #D16AD0;
}
</style>
border-color css
<style>
span { border-color: #D16AD0; }
span { border-color: rgb(209,106,208); }
td.TdClassName
{
border-color: #D16AD0;
}
.TagClassName
{
border-color: #D16AD0;
}
</style>