Shades of Orchid #D16CDA
Tints of Orchid #D16CDA
RGB
CMYK
RGB Variations
Color information
#D16CDA (or 0xD16CDA) is known color: Orchid. HEX triplet: D1, 6C and DA. RGB value is (209,108,218). Sum of RGB (Red+Green+Blue) = 209+108+218=535 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.07% from 535); Green value is 108 (42.58% from 255 or 20.19% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 218 - color contains mainly: blue. Hex color #D16CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16CDA is #2E9325. Grayscale: #969696. Windows color (decimal): -3052326 or 14314705. OLE color: 14314705.
HSL color Cylindrical-coordinate representation of color #D16CDA: hue angle of 295.09º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D16CDA is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 108 | 218 | - |
| CMYK | 0.04 | 0.50 | 0 | 0.15 |
| HSL | 295.09º | 0.6% | 0.64% | - |
| HSV(B) | 295.09º | 0.5% | 0.85% | - |
| XYZ | 44.31 | 29.34 | 69.66 | - |
| YUV | 150.74 | 165.96 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 108 | 218 | 0.04 | 0.50 | 0 | 0.15 | 295.09 | 0.6 | 0.64 |
| Hex | D1 | 6C | DA | 4 | 32 | 0 | F | 127 | 3C | 40 |
| Octal | 321 | 154 | 332 | 4 | 62 | 0 | 17 | 447 | 74 | 100 |
| Binary | 11010001 | 1101100 | 11011010 | 100 | 110010 | 0 | 1111 | 100100111 | 111100 | 1000000 |
Color Harmonies of #D16CDA
Complementary color
Monochromatic Colors of #D16CDA
Black with #D16CDA
Text Example
Text Example
White with #D16CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16CDA; }
p { color: rgb(209,108,218); }
H1.HeaderClassName
{
color: #D16CDA;
}
.AnyTagClassName
{
color: #D16CDA;
}
</style>
background-color css
<style>
a { background-color: #D16CDA; }
a { background-color: rgb(209,108,218); }
div.DivClassName
{
background-color: #D16CDA;
}
.BgClassName
{
background-color: #D16CDA;
}
</style>
border-color css
<style>
span { border-color: #D16CDA; }
span { border-color: rgb(209,108,218); }
td.TdClassName
{
border-color: #D16CDA;
}
.TagClassName
{
border-color: #D16CDA;
}
</style>