Shades of Medium Orchid #C16CD6
Tints of Medium Orchid #C16CD6
RGB
CMYK
RGB Variations
Color information
#C16CD6 (or 0xC16CD6) is known color: Medium Orchid. HEX triplet: C1, 6C and D6. RGB value is (193,108,214). Sum of RGB (Red+Green+Blue) = 193+108+214=515 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.48% from 515); Green value is 108 (42.58% from 255 or 20.97% from 515); Blue value is 214 (83.98% from 255 or 41.55% from 515); Max value from RGB is 214 - color contains mainly: blue. Hex color #C16CD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16CD6 is #3E9329. Grayscale: #919191. Windows color (decimal): -4100906 or 14052545. OLE color: 14052545.
HSL color Cylindrical-coordinate representation of color #C16CD6: hue angle of 288.11º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C16CD6 is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 193 | 108 | 214 | - |
| CMYK | 0.10 | 0.50 | 0 | 0.16 |
| HSL | 288.11º | 0.56% | 0.63% | - |
| HSV(B) | 288.11º | 0.5% | 0.84% | - |
| XYZ | 39.49 | 26.92 | 66.73 | - |
| YUV | 145.5 | 166.66 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 108 | 214 | 0.10 | 0.50 | 0 | 0.16 | 288.11 | 0.56 | 0.63 |
| Hex | C1 | 6C | D6 | A | 32 | 0 | 10 | 120 | 38 | 3F |
| Octal | 301 | 154 | 326 | 12 | 62 | 0 | 20 | 440 | 70 | 77 |
| Binary | 11000001 | 1101100 | 11010110 | 1010 | 110010 | 0 | 10000 | 100100000 | 111000 | 111111 |
Color Harmonies of #C16CD6
Complementary color
Monochromatic Colors of #C16CD6
Black with #C16CD6
Text Example
Text Example
White with #C16CD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16CD6; }
p { color: rgb(193,108,214); }
H1.HeaderClassName
{
color: #C16CD6;
}
.AnyTagClassName
{
color: #C16CD6;
}
</style>
background-color css
<style>
a { background-color: #C16CD6; }
a { background-color: rgb(193,108,214); }
div.DivClassName
{
background-color: #C16CD6;
}
.BgClassName
{
background-color: #C16CD6;
}
</style>
border-color css
<style>
span { border-color: #C16CD6; }
span { border-color: rgb(193,108,214); }
td.TdClassName
{
border-color: #C16CD6;
}
.TagClassName
{
border-color: #C16CD6;
}
</style>