Shades of Orchid #D16BDA
Tints of Orchid #D16BDA
RGB
CMYK
RGB Variations
Color information
#D16BDA (or 0xD16BDA) is known color: Orchid. HEX triplet: D1, 6B and DA. RGB value is (209,107,218). Sum of RGB (Red+Green+Blue) = 209+107+218=534 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.14% from 534); Green value is 107 (42.19% from 255 or 20.04% from 534); Blue value is 218 (85.55% from 255 or 40.82% from 534); Max value from RGB is 218 - color contains mainly: blue. Hex color #D16BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16BDA is #2E9425. Grayscale: #959595. Windows color (decimal): -3052582 or 14314449. OLE color: 14314449.
HSL color Cylindrical-coordinate representation of color #D16BDA: hue angle of 295.14º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D16BDA is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 107 | 218 | - |
| CMYK | 0.04 | 0.51 | 0 | 0.15 |
| HSL | 295.14º | 0.6% | 0.64% | - |
| HSV(B) | 295.14º | 0.51% | 0.85% | - |
| XYZ | 44.21 | 29.13 | 69.62 | - |
| YUV | 150.15 | 166.29 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 107 | 218 | 0.04 | 0.51 | 0 | 0.15 | 295.14 | 0.6 | 0.64 |
| Hex | D1 | 6B | DA | 4 | 33 | 0 | F | 127 | 3C | 40 |
| Octal | 321 | 153 | 332 | 4 | 63 | 0 | 17 | 447 | 74 | 100 |
| Binary | 11010001 | 1101011 | 11011010 | 100 | 110011 | 0 | 1111 | 100100111 | 111100 | 1000000 |
Color Harmonies of #D16BDA
Complementary color
Monochromatic Colors of #D16BDA
Black with #D16BDA
Text Example
Text Example
White with #D16BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16BDA; }
p { color: rgb(209,107,218); }
H1.HeaderClassName
{
color: #D16BDA;
}
.AnyTagClassName
{
color: #D16BDA;
}
</style>
background-color css
<style>
a { background-color: #D16BDA; }
a { background-color: rgb(209,107,218); }
div.DivClassName
{
background-color: #D16BDA;
}
.BgClassName
{
background-color: #D16BDA;
}
</style>
border-color css
<style>
span { border-color: #D16BDA; }
span { border-color: rgb(209,107,218); }
td.TdClassName
{
border-color: #D16BDA;
}
.TagClassName
{
border-color: #D16BDA;
}
</style>