Shades of Medium Orchid #C16BD9
Tints of Medium Orchid #C16BD9
RGB
CMYK
RGB Variations
Color information
#C16BD9 (or 0xC16BD9) is known color: Medium Orchid. HEX triplet: C1, 6B and D9. RGB value is (193,107,217). Sum of RGB (Red+Green+Blue) = 193+107+217=517 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.33% from 517); Green value is 107 (42.19% from 255 or 20.70% from 517); Blue value is 217 (85.16% from 255 or 41.97% from 517); Max value from RGB is 217 - color contains mainly: blue. Hex color #C16BD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16BD9 is #3E9426. Grayscale: #909090. Windows color (decimal): -4101159 or 14248897. OLE color: 14248897.
HSL color Cylindrical-coordinate representation of color #C16BD9: hue angle of 286.91º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C16BD9 is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 107 | 217 | - |
| CMYK | 0.11 | 0.51 | 0 | 0.15 |
| HSL | 286.91º | 0.59% | 0.64% | - |
| HSV(B) | 286.91º | 0.51% | 0.85% | - |
| XYZ | 39.77 | 26.86 | 68.73 | - |
| YUV | 145.25 | 168.49 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 107 | 217 | 0.11 | 0.51 | 0 | 0.15 | 286.91 | 0.59 | 0.64 |
| Hex | C1 | 6B | D9 | B | 33 | 0 | F | 11F | 3B | 40 |
| Octal | 301 | 153 | 331 | 13 | 63 | 0 | 17 | 437 | 73 | 100 |
| Binary | 11000001 | 1101011 | 11011001 | 1011 | 110011 | 0 | 1111 | 100011111 | 111011 | 1000000 |
Color Harmonies of #C16BD9
Complementary color
Monochromatic Colors of #C16BD9
Black with #C16BD9
Text Example
Text Example
White with #C16BD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16BD9; }
p { color: rgb(193,107,217); }
H1.HeaderClassName
{
color: #C16BD9;
}
.AnyTagClassName
{
color: #C16BD9;
}
</style>
background-color css
<style>
a { background-color: #C16BD9; }
a { background-color: rgb(193,107,217); }
div.DivClassName
{
background-color: #C16BD9;
}
.BgClassName
{
background-color: #C16BD9;
}
</style>
border-color css
<style>
span { border-color: #C16BD9; }
span { border-color: rgb(193,107,217); }
td.TdClassName
{
border-color: #C16BD9;
}
.TagClassName
{
border-color: #C16BD9;
}
</style>