Shades of Orchid #D16ADE
Tints of Orchid #D16ADE
RGB
CMYK
RGB Variations
Color information
#D16ADE (or 0xD16ADE) is known color: Orchid. HEX triplet: D1, 6A and DE. RGB value is (209,106,222). Sum of RGB (Red+Green+Blue) = 209+106+222=537 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.92% from 537); Green value is 106 (41.80% from 255 or 19.74% from 537); Blue value is 222 (87.11% from 255 or 41.34% from 537); Max value from RGB is 222 - color contains mainly: blue. Hex color #D16ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16ADE is #2E9521. Grayscale: #959595. Windows color (decimal): -3052834 or 14576337. OLE color: 14576337.
HSL color Cylindrical-coordinate representation of color #D16ADE: hue angle of 293.28º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D16ADE is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 106 | 222 | - |
| CMYK | 0.06 | 0.52 | 0 | 0.13 |
| HSL | 293.28º | 0.64% | 0.64% | - |
| HSV(B) | 293.28º | 0.52% | 0.87% | - |
| XYZ | 44.63 | 29.14 | 72.38 | - |
| YUV | 150.02 | 168.62 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 106 | 222 | 0.06 | 0.52 | 0 | 0.13 | 293.28 | 0.64 | 0.64 |
| Hex | D1 | 6A | DE | 6 | 34 | 0 | D | 125 | 40 | 40 |
| Octal | 321 | 152 | 336 | 6 | 64 | 0 | 15 | 445 | 100 | 100 |
| Binary | 11010001 | 1101010 | 11011110 | 110 | 110100 | 0 | 1101 | 100100101 | 1000000 | 1000000 |
Color Harmonies of #D16ADE
Complementary color
Monochromatic Colors of #D16ADE
Black with #D16ADE
Text Example
Text Example
White with #D16ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16ADE; }
p { color: rgb(209,106,222); }
H1.HeaderClassName
{
color: #D16ADE;
}
.AnyTagClassName
{
color: #D16ADE;
}
</style>
background-color css
<style>
a { background-color: #D16ADE; }
a { background-color: rgb(209,106,222); }
div.DivClassName
{
background-color: #D16ADE;
}
.BgClassName
{
background-color: #D16ADE;
}
</style>
border-color css
<style>
span { border-color: #D16ADE; }
span { border-color: rgb(209,106,222); }
td.TdClassName
{
border-color: #D16ADE;
}
.TagClassName
{
border-color: #D16ADE;
}
</style>