Shades of Medium Orchid #C16DCC
Tints of Medium Orchid #C16DCC
RGB
CMYK
RGB Variations
Color information
#C16DCC (or 0xC16DCC) is known color: Medium Orchid. HEX triplet: C1, 6D and CC. RGB value is (193,109,204). Sum of RGB (Red+Green+Blue) = 193+109+204=506 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.14% from 506); Green value is 109 (42.97% from 255 or 21.54% from 506); Blue value is 204 (80.08% from 255 or 40.32% from 506); Max value from RGB is 204 - color contains mainly: blue. Hex color #C16DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16DCC is #3E9233. Grayscale: #909090. Windows color (decimal): -4100660 or 13397441. OLE color: 13397441.
HSL color Cylindrical-coordinate representation of color #C16DCC: hue angle of 293.05º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C16DCC is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 193 | 109 | 204 | - |
| CMYK | 0.05 | 0.47 | 0 | 0.2 |
| HSL | 293.05º | 0.48% | 0.61% | - |
| HSV(B) | 293.05º | 0.47% | 0.8% | - |
| XYZ | 38.36 | 26.63 | 60.25 | - |
| YUV | 144.95 | 161.33 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 109 | 204 | 0.05 | 0.47 | 0 | 0.2 | 293.05 | 0.48 | 0.61 |
| Hex | C1 | 6D | CC | 5 | 2F | 0 | 14 | 125 | 30 | 3D |
| Octal | 301 | 155 | 314 | 5 | 57 | 0 | 24 | 445 | 60 | 75 |
| Binary | 11000001 | 1101101 | 11001100 | 101 | 101111 | 0 | 10100 | 100100101 | 110000 | 111101 |
Color Harmonies of #C16DCC
Complementary color
Monochromatic Colors of #C16DCC
Black with #C16DCC
Text Example
Text Example
White with #C16DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16DCC; }
p { color: rgb(193,109,204); }
H1.HeaderClassName
{
color: #C16DCC;
}
.AnyTagClassName
{
color: #C16DCC;
}
</style>
background-color css
<style>
a { background-color: #C16DCC; }
a { background-color: rgb(193,109,204); }
div.DivClassName
{
background-color: #C16DCC;
}
.BgClassName
{
background-color: #C16DCC;
}
</style>
border-color css
<style>
span { border-color: #C16DCC; }
span { border-color: rgb(193,109,204); }
td.TdClassName
{
border-color: #C16DCC;
}
.TagClassName
{
border-color: #C16DCC;
}
</style>