Shades of Medium Orchid #C16ADD
Tints of Medium Orchid #C16ADD
RGB
CMYK
RGB Variations
Color information
#C16ADD (or 0xC16ADD) is known color: Medium Orchid. HEX triplet: C1, 6A and DD. RGB value is (193,106,221). Sum of RGB (Red+Green+Blue) = 193+106+221=520 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.12% from 520); Green value is 106 (41.80% from 255 or 20.38% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 221 - color contains mainly: blue. Hex color #C16ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16ADD is #3E9522. Grayscale: #909090. Windows color (decimal): -4101411 or 14510785. OLE color: 14510785.
HSL color Cylindrical-coordinate representation of color #C16ADD: hue angle of 285.39º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C16ADD is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 106 | 221 | - |
| CMYK | 0.13 | 0.52 | 0 | 0.13 |
| HSL | 285.39º | 0.63% | 0.64% | - |
| HSV(B) | 285.39º | 0.52% | 0.87% | - |
| XYZ | 40.2 | 26.87 | 71.47 | - |
| YUV | 145.12 | 170.82 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 106 | 221 | 0.13 | 0.52 | 0 | 0.13 | 285.39 | 0.63 | 0.64 |
| Hex | C1 | 6A | DD | D | 34 | 0 | D | 11D | 3F | 40 |
| Octal | 301 | 152 | 335 | 15 | 64 | 0 | 15 | 435 | 77 | 100 |
| Binary | 11000001 | 1101010 | 11011101 | 1101 | 110100 | 0 | 1101 | 100011101 | 111111 | 1000000 |
Color Harmonies of #C16ADD
Complementary color
Monochromatic Colors of #C16ADD
Black with #C16ADD
Text Example
Text Example
White with #C16ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16ADD; }
p { color: rgb(193,106,221); }
H1.HeaderClassName
{
color: #C16ADD;
}
.AnyTagClassName
{
color: #C16ADD;
}
</style>
background-color css
<style>
a { background-color: #C16ADD; }
a { background-color: rgb(193,106,221); }
div.DivClassName
{
background-color: #C16ADD;
}
.BgClassName
{
background-color: #C16ADD;
}
</style>
border-color css
<style>
span { border-color: #C16ADD; }
span { border-color: rgb(193,106,221); }
td.TdClassName
{
border-color: #C16ADD;
}
.TagClassName
{
border-color: #C16ADD;
}
</style>