Shades of Medium Orchid #C161D9
Tints of Medium Orchid #C161D9
RGB
CMYK
RGB Variations
Color information
#C161D9 (or 0xC161D9) is known color: Medium Orchid. HEX triplet: C1, 61 and D9. RGB value is (193,97,217). Sum of RGB (Red+Green+Blue) = 193+97+217=507 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.07% from 507); Green value is 97 (38.28% from 255 or 19.13% from 507); Blue value is 217 (85.16% from 255 or 42.80% from 507); Max value from RGB is 217 - color contains mainly: blue. Hex color #C161D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C161D9 is #3E9E26. Grayscale: #8B8B8B. Windows color (decimal): -4103719 or 14246337. OLE color: 14246337.
HSL color Cylindrical-coordinate representation of color #C161D9: hue angle of 288º 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 #C161D9 is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 97 | 217 | - |
| CMYK | 0.11 | 0.55 | 0 | 0.15 |
| HSL | 288º | 0.61% | 0.62% | - |
| HSV(B) | 288º | 0.55% | 0.85% | - |
| XYZ | 38.79 | 24.9 | 68.41 | - |
| YUV | 139.38 | 171.8 | 166.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 97 | 217 | 0.11 | 0.55 | 0 | 0.15 | 288 | 0.61 | 0.62 |
| Hex | C1 | 61 | D9 | B | 37 | 0 | F | 120 | 3D | 3E |
| Octal | 301 | 141 | 331 | 13 | 67 | 0 | 17 | 440 | 75 | 76 |
| Binary | 11000001 | 1100001 | 11011001 | 1011 | 110111 | 0 | 1111 | 100100000 | 111101 | 111110 |
Color Harmonies of #C161D9
Complementary color
Monochromatic Colors of #C161D9
Black with #C161D9
Text Example
Text Example
White with #C161D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C161D9; }
p { color: rgb(193,97,217); }
H1.HeaderClassName
{
color: #C161D9;
}
.AnyTagClassName
{
color: #C161D9;
}
</style>
background-color css
<style>
a { background-color: #C161D9; }
a { background-color: rgb(193,97,217); }
div.DivClassName
{
background-color: #C161D9;
}
.BgClassName
{
background-color: #C161D9;
}
</style>
border-color css
<style>
span { border-color: #C161D9; }
span { border-color: rgb(193,97,217); }
td.TdClassName
{
border-color: #C161D9;
}
.TagClassName
{
border-color: #C161D9;
}
</style>