Shades of Orchid #D16DCA
Tints of Orchid #D16DCA
RGB
CMYK
RGB Variations
Color information
#D16DCA (or 0xD16DCA) is known color: Orchid. HEX triplet: D1, 6D and CA. RGB value is (209,109,202). Sum of RGB (Red+Green+Blue) = 209+109+202=520 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.19% from 520); Green value is 109 (42.97% from 255 or 20.96% from 520); Blue value is 202 (79.30% from 255 or 38.85% from 520); Max value from RGB is 209 - color contains mainly: red. Hex color #D16DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16DCA is #2E9235. Grayscale: #959595. Windows color (decimal): -3052086 or 13266385. OLE color: 13266385.
HSL color Cylindrical-coordinate representation of color #D16DCA: hue angle of 304.2º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D16DCA is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 109 | 202 | - |
| CMYK | 0 | 0.48 | 0.03 | 0.18 |
| HSL | 304.2º | 0.52% | 0.62% | - |
| HSV(B) | 304.2º | 0.48% | 0.82% | - |
| XYZ | 42.42 | 28.76 | 59.19 | - |
| YUV | 149.5 | 157.63 | 170.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 109 | 202 | 0 | 0.48 | 0.03 | 0.18 | 304.2 | 0.52 | 0.62 |
| Hex | D1 | 6D | CA | 0 | 30 | 3 | 12 | 130 | 34 | 3E |
| Octal | 321 | 155 | 312 | 0 | 60 | 3 | 22 | 460 | 64 | 76 |
| Binary | 11010001 | 1101101 | 11001010 | 0 | 110000 | 11 | 10010 | 100110000 | 110100 | 111110 |
Color Harmonies of #D16DCA
Complementary color
Monochromatic Colors of #D16DCA
Black with #D16DCA
Text Example
Text Example
White with #D16DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16DCA; }
p { color: rgb(209,109,202); }
H1.HeaderClassName
{
color: #D16DCA;
}
.AnyTagClassName
{
color: #D16DCA;
}
</style>
background-color css
<style>
a { background-color: #D16DCA; }
a { background-color: rgb(209,109,202); }
div.DivClassName
{
background-color: #D16DCA;
}
.BgClassName
{
background-color: #D16DCA;
}
</style>
border-color css
<style>
span { border-color: #D16DCA; }
span { border-color: rgb(209,109,202); }
td.TdClassName
{
border-color: #D16DCA;
}
.TagClassName
{
border-color: #D16DCA;
}
</style>