Shades of Orchid #D16ACD
Tints of Orchid #D16ACD
RGB
CMYK
RGB Variations
Color information
#D16ACD (or 0xD16ACD) is known color: Orchid. HEX triplet: D1, 6A and CD. RGB value is (209,106,205). Sum of RGB (Red+Green+Blue) = 209+106+205=520 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.19% from 520); Green value is 106 (41.80% from 255 or 20.38% from 520); Blue value is 205 (80.47% from 255 or 39.42% from 520); Max value from RGB is 209 - color contains mainly: red. Hex color #D16ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16ACD is #2E9532. Grayscale: #939393. Windows color (decimal): -3052851 or 13462225. OLE color: 13462225.
HSL color Cylindrical-coordinate representation of color #D16ACD: hue angle of 302.33º 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 #D16ACD is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 106 | 205 | - |
| CMYK | 0 | 0.49 | 0.02 | 0.18 |
| HSL | 302.33º | 0.53% | 0.62% | - |
| HSV(B) | 302.33º | 0.49% | 0.82% | - |
| XYZ | 42.47 | 28.27 | 60.98 | - |
| YUV | 148.08 | 160.12 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 106 | 205 | 0 | 0.49 | 0.02 | 0.18 | 302.33 | 0.53 | 0.62 |
| Hex | D1 | 6A | CD | 0 | 31 | 2 | 12 | 12E | 35 | 3E |
| Octal | 321 | 152 | 315 | 0 | 61 | 2 | 22 | 456 | 65 | 76 |
| Binary | 11010001 | 1101010 | 11001101 | 0 | 110001 | 10 | 10010 | 100101110 | 110101 | 111110 |
Color Harmonies of #D16ACD
Complementary color
Monochromatic Colors of #D16ACD
Black with #D16ACD
Text Example
Text Example
White with #D16ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16ACD; }
p { color: rgb(209,106,205); }
H1.HeaderClassName
{
color: #D16ACD;
}
.AnyTagClassName
{
color: #D16ACD;
}
</style>
background-color css
<style>
a { background-color: #D16ACD; }
a { background-color: rgb(209,106,205); }
div.DivClassName
{
background-color: #D16ACD;
}
.BgClassName
{
background-color: #D16ACD;
}
</style>
border-color css
<style>
span { border-color: #D16ACD; }
span { border-color: rgb(209,106,205); }
td.TdClassName
{
border-color: #D16ACD;
}
.TagClassName
{
border-color: #D16ACD;
}
</style>