Shades of Orchid #D16CDD
Tints of Orchid #D16CDD
RGB
CMYK
RGB Variations
Color information
#D16CDD (or 0xD16CDD) is known color: Orchid. HEX triplet: D1, 6C and DD. RGB value is (209,108,221). Sum of RGB (Red+Green+Blue) = 209+108+221=538 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.85% from 538); Green value is 108 (42.58% from 255 or 20.07% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #D16CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16CDD is #2E9322. Grayscale: #969696. Windows color (decimal): -3052323 or 14511313. OLE color: 14511313.
HSL color Cylindrical-coordinate representation of color #D16CDD: hue angle of 293.63º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D16CDD is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 108 | 221 | - |
| CMYK | 0.05 | 0.51 | 0 | 0.13 |
| HSL | 293.63º | 0.62% | 0.65% | - |
| HSV(B) | 293.63º | 0.51% | 0.87% | - |
| XYZ | 44.71 | 29.5 | 71.74 | - |
| YUV | 151.08 | 167.46 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 108 | 221 | 0.05 | 0.51 | 0 | 0.13 | 293.63 | 0.62 | 0.65 |
| Hex | D1 | 6C | DD | 5 | 33 | 0 | D | 126 | 3E | 41 |
| Octal | 321 | 154 | 335 | 5 | 63 | 0 | 15 | 446 | 76 | 101 |
| Binary | 11010001 | 1101100 | 11011101 | 101 | 110011 | 0 | 1101 | 100100110 | 111110 | 1000001 |
Color Harmonies of #D16CDD
Complementary color
Monochromatic Colors of #D16CDD
Black with #D16CDD
Text Example
Text Example
White with #D16CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16CDD; }
p { color: rgb(209,108,221); }
H1.HeaderClassName
{
color: #D16CDD;
}
.AnyTagClassName
{
color: #D16CDD;
}
</style>
background-color css
<style>
a { background-color: #D16CDD; }
a { background-color: rgb(209,108,221); }
div.DivClassName
{
background-color: #D16CDD;
}
.BgClassName
{
background-color: #D16CDD;
}
</style>
border-color css
<style>
span { border-color: #D16CDD; }
span { border-color: rgb(209,108,221); }
td.TdClassName
{
border-color: #D16CDD;
}
.TagClassName
{
border-color: #D16CDD;
}
</style>