Shades of Orchid #D16DDC
Tints of Orchid #D16DDC
RGB
CMYK
RGB Variations
Color information
#D16DDC (or 0xD16DDC) is known color: Orchid. HEX triplet: D1, 6D and DC. RGB value is (209,109,220). Sum of RGB (Red+Green+Blue) = 209+109+220=538 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.85% from 538); Green value is 109 (42.97% from 255 or 20.26% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 220 - color contains mainly: blue. Hex color #D16DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16DDC is #2E9223. Grayscale: #979797. Windows color (decimal): -3052068 or 14446033. OLE color: 14446033.
HSL color Cylindrical-coordinate representation of color #D16DDC: hue angle of 294.05º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D16DDC is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 109 | 220 | - |
| CMYK | 0.05 | 0.50 | 0 | 0.14 |
| HSL | 294.05º | 0.61% | 0.65% | - |
| HSV(B) | 294.05º | 0.5% | 0.86% | - |
| XYZ | 44.68 | 29.66 | 71.08 | - |
| YUV | 151.55 | 166.63 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 109 | 220 | 0.05 | 0.50 | 0 | 0.14 | 294.05 | 0.61 | 0.65 |
| Hex | D1 | 6D | DC | 5 | 32 | 0 | E | 126 | 3D | 41 |
| Octal | 321 | 155 | 334 | 5 | 62 | 0 | 16 | 446 | 75 | 101 |
| Binary | 11010001 | 1101101 | 11011100 | 101 | 110010 | 0 | 1110 | 100100110 | 111101 | 1000001 |
Color Harmonies of #D16DDC
Complementary color
Monochromatic Colors of #D16DDC
Black with #D16DDC
Text Example
Text Example
White with #D16DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16DDC; }
p { color: rgb(209,109,220); }
H1.HeaderClassName
{
color: #D16DDC;
}
.AnyTagClassName
{
color: #D16DDC;
}
</style>
background-color css
<style>
a { background-color: #D16DDC; }
a { background-color: rgb(209,109,220); }
div.DivClassName
{
background-color: #D16DDC;
}
.BgClassName
{
background-color: #D16DDC;
}
</style>
border-color css
<style>
span { border-color: #D16DDC; }
span { border-color: rgb(209,109,220); }
td.TdClassName
{
border-color: #D16DDC;
}
.TagClassName
{
border-color: #D16DDC;
}
</style>