Shades of Medium Orchid #C16DD0
Tints of Medium Orchid #C16DD0
RGB
CMYK
RGB Variations
Color information
#C16DD0 (or 0xC16DD0) is known color: Medium Orchid. HEX triplet: C1, 6D and D0. RGB value is (193,109,208). Sum of RGB (Red+Green+Blue) = 193+109+208=510 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.84% from 510); Green value is 109 (42.97% from 255 or 21.37% from 510); Blue value is 208 (81.64% from 255 or 40.78% from 510); Max value from RGB is 208 - color contains mainly: blue. Hex color #C16DD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16DD0 is #3E922F. Grayscale: #919191. Windows color (decimal): -4100656 or 13659585. OLE color: 13659585.
HSL color Cylindrical-coordinate representation of color #C16DD0: hue angle of 290.91º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C16DD0 is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 109 | 208 | - |
| CMYK | 0.07 | 0.48 | 0 | 0.18 |
| HSL | 290.91º | 0.51% | 0.62% | - |
| HSV(B) | 290.91º | 0.48% | 0.82% | - |
| XYZ | 38.85 | 26.83 | 62.81 | - |
| YUV | 145.4 | 163.33 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 109 | 208 | 0.07 | 0.48 | 0 | 0.18 | 290.91 | 0.51 | 0.62 |
| Hex | C1 | 6D | D0 | 7 | 30 | 0 | 12 | 123 | 33 | 3E |
| Octal | 301 | 155 | 320 | 7 | 60 | 0 | 22 | 443 | 63 | 76 |
| Binary | 11000001 | 1101101 | 11010000 | 111 | 110000 | 0 | 10010 | 100100011 | 110011 | 111110 |
Color Harmonies of #C16DD0
Complementary color
Monochromatic Colors of #C16DD0
Black with #C16DD0
Text Example
Text Example
White with #C16DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16DD0; }
p { color: rgb(193,109,208); }
H1.HeaderClassName
{
color: #C16DD0;
}
.AnyTagClassName
{
color: #C16DD0;
}
</style>
background-color css
<style>
a { background-color: #C16DD0; }
a { background-color: rgb(193,109,208); }
div.DivClassName
{
background-color: #C16DD0;
}
.BgClassName
{
background-color: #C16DD0;
}
</style>
border-color css
<style>
span { border-color: #C16DD0; }
span { border-color: rgb(193,109,208); }
td.TdClassName
{
border-color: #C16DD0;
}
.TagClassName
{
border-color: #C16DD0;
}
</style>