Shades of Orchid #D16DD5
Tints of Orchid #D16DD5
RGB
CMYK
RGB Variations
Color information
#D16DD5 (or 0xD16DD5) is known color: Orchid. HEX triplet: D1, 6D and D5. RGB value is (209,109,213). Sum of RGB (Red+Green+Blue) = 209+109+213=531 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.36% from 531); Green value is 109 (42.97% from 255 or 20.53% from 531); Blue value is 213 (83.59% from 255 or 40.11% from 531); Max value from RGB is 213 - color contains mainly: blue. Hex color #D16DD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16DD5 is #2E922A. Grayscale: #969696. Windows color (decimal): -3052075 or 13987281. OLE color: 13987281.
HSL color Cylindrical-coordinate representation of color #D16DD5: hue angle of 297.69º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D16DD5 is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 109 | 213 | - |
| CMYK | 0.02 | 0.49 | 0 | 0.16 |
| HSL | 297.69º | 0.55% | 0.63% | - |
| HSV(B) | 297.69º | 0.49% | 0.84% | - |
| XYZ | 43.77 | 29.3 | 66.3 | - |
| YUV | 150.76 | 163.13 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 109 | 213 | 0.02 | 0.49 | 0 | 0.16 | 297.69 | 0.55 | 0.63 |
| Hex | D1 | 6D | D5 | 2 | 31 | 0 | 10 | 12A | 37 | 3F |
| Octal | 321 | 155 | 325 | 2 | 61 | 0 | 20 | 452 | 67 | 77 |
| Binary | 11010001 | 1101101 | 11010101 | 10 | 110001 | 0 | 10000 | 100101010 | 110111 | 111111 |
Color Harmonies of #D16DD5
Complementary color
Monochromatic Colors of #D16DD5
Black with #D16DD5
Text Example
Text Example
White with #D16DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16DD5; }
p { color: rgb(209,109,213); }
H1.HeaderClassName
{
color: #D16DD5;
}
.AnyTagClassName
{
color: #D16DD5;
}
</style>
background-color css
<style>
a { background-color: #D16DD5; }
a { background-color: rgb(209,109,213); }
div.DivClassName
{
background-color: #D16DD5;
}
.BgClassName
{
background-color: #D16DD5;
}
</style>
border-color css
<style>
span { border-color: #D16DD5; }
span { border-color: rgb(209,109,213); }
td.TdClassName
{
border-color: #D16DD5;
}
.TagClassName
{
border-color: #D16DD5;
}
</style>