Shades of Orchid #D16BDC
Tints of Orchid #D16BDC
RGB
CMYK
RGB Variations
Color information
#D16BDC (or 0xD16BDC) is known color: Orchid. HEX triplet: D1, 6B and DC. RGB value is (209,107,220). Sum of RGB (Red+Green+Blue) = 209+107+220=536 (70% of max value = 765). Red value is 209 (82.03% from 255 or 38.99% from 536); Green value is 107 (42.19% from 255 or 19.96% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 220 - color contains mainly: blue. Hex color #D16BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16BDC is #2E9423. Grayscale: #969696. Windows color (decimal): -3052580 or 14445521. OLE color: 14445521.
HSL color Cylindrical-coordinate representation of color #D16BDC: hue angle of 294.16º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D16BDC is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 107 | 220 | - |
| CMYK | 0.05 | 0.51 | 0 | 0.14 |
| HSL | 294.16º | 0.62% | 0.64% | - |
| HSV(B) | 294.16º | 0.51% | 0.86% | - |
| XYZ | 44.47 | 29.24 | 71.01 | - |
| YUV | 150.38 | 167.29 | 169.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 107 | 220 | 0.05 | 0.51 | 0 | 0.14 | 294.16 | 0.62 | 0.64 |
| Hex | D1 | 6B | DC | 5 | 33 | 0 | E | 126 | 3E | 40 |
| Octal | 321 | 153 | 334 | 5 | 63 | 0 | 16 | 446 | 76 | 100 |
| Binary | 11010001 | 1101011 | 11011100 | 101 | 110011 | 0 | 1110 | 100100110 | 111110 | 1000000 |
Color Harmonies of #D16BDC
Complementary color
Monochromatic Colors of #D16BDC
Black with #D16BDC
Text Example
Text Example
White with #D16BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16BDC; }
p { color: rgb(209,107,220); }
H1.HeaderClassName
{
color: #D16BDC;
}
.AnyTagClassName
{
color: #D16BDC;
}
</style>
background-color css
<style>
a { background-color: #D16BDC; }
a { background-color: rgb(209,107,220); }
div.DivClassName
{
background-color: #D16BDC;
}
.BgClassName
{
background-color: #D16BDC;
}
</style>
border-color css
<style>
span { border-color: #D16BDC; }
span { border-color: rgb(209,107,220); }
td.TdClassName
{
border-color: #D16BDC;
}
.TagClassName
{
border-color: #D16BDC;
}
</style>