Shades of Orchid #D161D9
Tints of Orchid #D161D9
RGB
CMYK
RGB Variations
Color information
#D161D9 (or 0xD161D9) is known color: Orchid. HEX triplet: D1, 61 and D9. RGB value is (209,97,217). Sum of RGB (Red+Green+Blue) = 209+97+217=523 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.96% from 523); Green value is 97 (38.28% from 255 or 18.55% from 523); Blue value is 217 (85.16% from 255 or 41.49% from 523); Max value from RGB is 217 - color contains mainly: blue. Hex color #D161D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D161D9 is #2E9E26. Grayscale: #8F8F8F. Windows color (decimal): -3055143 or 14246353. OLE color: 14246353.
HSL color Cylindrical-coordinate representation of color #D161D9: hue angle of 296º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D161D9 is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 97 | 217 | - |
| CMYK | 0.04 | 0.55 | 0 | 0.15 |
| HSL | 296º | 0.61% | 0.62% | - |
| HSV(B) | 296º | 0.55% | 0.85% | - |
| XYZ | 43.09 | 27.11 | 68.61 | - |
| YUV | 144.17 | 169.11 | 174.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 97 | 217 | 0.04 | 0.55 | 0 | 0.15 | 296 | 0.61 | 0.62 |
| Hex | D1 | 61 | D9 | 4 | 37 | 0 | F | 128 | 3D | 3E |
| Octal | 321 | 141 | 331 | 4 | 67 | 0 | 17 | 450 | 75 | 76 |
| Binary | 11010001 | 1100001 | 11011001 | 100 | 110111 | 0 | 1111 | 100101000 | 111101 | 111110 |
Color Harmonies of #D161D9
Complementary color
Monochromatic Colors of #D161D9
Black with #D161D9
Text Example
Text Example
White with #D161D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D161D9; }
p { color: rgb(209,97,217); }
H1.HeaderClassName
{
color: #D161D9;
}
.AnyTagClassName
{
color: #D161D9;
}
</style>
background-color css
<style>
a { background-color: #D161D9; }
a { background-color: rgb(209,97,217); }
div.DivClassName
{
background-color: #D161D9;
}
.BgClassName
{
background-color: #D161D9;
}
</style>
border-color css
<style>
span { border-color: #D161D9; }
span { border-color: rgb(209,97,217); }
td.TdClassName
{
border-color: #D161D9;
}
.TagClassName
{
border-color: #D161D9;
}
</style>