Shades of Orchid #D161D0
Tints of Orchid #D161D0
RGB
CMYK
RGB Variations
Color information
#D161D0 (or 0xD161D0) is known color: Orchid. HEX triplet: D1, 61 and D0. RGB value is (209,97,208). Sum of RGB (Red+Green+Blue) = 209+97+208=514 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.66% from 514); Green value is 97 (38.28% from 255 or 18.87% from 514); Blue value is 208 (81.64% from 255 or 40.47% from 514); Max value from RGB is 209 - color contains mainly: red. Hex color #D161D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D161D0 is #2E9E2F. Grayscale: #8E8E8E. Windows color (decimal): -3055152 or 13656529. OLE color: 13656529.
HSL color Cylindrical-coordinate representation of color #D161D0: hue angle of 300.54º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D161D0 is Cyan = 0, Magento = 0.54, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 97 | 208 | - |
| CMYK | 0 | 0.54 | 0.00 | 0.18 |
| HSL | 300.54º | 0.55% | 0.6% | - |
| HSV(B) | 300.54º | 0.54% | 0.82% | - |
| XYZ | 41.95 | 26.66 | 62.61 | - |
| YUV | 143.14 | 164.61 | 174.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 97 | 208 | 0 | 0.54 | 0.00 | 0.18 | 300.54 | 0.55 | 0.6 |
| Hex | D1 | 61 | D0 | 0 | 36 | 0 | 12 | 12D | 37 | 3C |
| Octal | 321 | 141 | 320 | 0 | 66 | 0 | 22 | 455 | 67 | 74 |
| Binary | 11010001 | 1100001 | 11010000 | 0 | 110110 | 0 | 10010 | 100101101 | 110111 | 111100 |
Color Harmonies of #D161D0
Complementary color
Monochromatic Colors of #D161D0
Black with #D161D0
Text Example
Text Example
White with #D161D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D161D0; }
p { color: rgb(209,97,208); }
H1.HeaderClassName
{
color: #D161D0;
}
.AnyTagClassName
{
color: #D161D0;
}
</style>
background-color css
<style>
a { background-color: #D161D0; }
a { background-color: rgb(209,97,208); }
div.DivClassName
{
background-color: #D161D0;
}
.BgClassName
{
background-color: #D161D0;
}
</style>
border-color css
<style>
span { border-color: #D161D0; }
span { border-color: rgb(209,97,208); }
td.TdClassName
{
border-color: #D161D0;
}
.TagClassName
{
border-color: #D161D0;
}
</style>