Shades of Medium Orchid #C16ADA
Tints of Medium Orchid #C16ADA
RGB
CMYK
RGB Variations
Color information
#C16ADA (or 0xC16ADA) is known color: Medium Orchid. HEX triplet: C1, 6A and DA. RGB value is (193,106,218). Sum of RGB (Red+Green+Blue) = 193+106+218=517 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.33% from 517); Green value is 106 (41.80% from 255 or 20.50% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 218 - color contains mainly: blue. Hex color #C16ADA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16ADA is #3E9525. Grayscale: #909090. Windows color (decimal): -4101414 or 14314177. OLE color: 14314177.
HSL color Cylindrical-coordinate representation of color #C16ADA: hue angle of 286.61º degrees, saturation: 0.6, 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 #C16ADA is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 106 | 218 | - |
| CMYK | 0.11 | 0.51 | 0 | 0.15 |
| HSL | 286.61º | 0.6% | 0.64% | - |
| HSV(B) | 286.61º | 0.51% | 0.85% | - |
| XYZ | 39.8 | 26.71 | 69.39 | - |
| YUV | 144.78 | 169.32 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 106 | 218 | 0.11 | 0.51 | 0 | 0.15 | 286.61 | 0.6 | 0.64 |
| Hex | C1 | 6A | DA | B | 33 | 0 | F | 11F | 3C | 40 |
| Octal | 301 | 152 | 332 | 13 | 63 | 0 | 17 | 437 | 74 | 100 |
| Binary | 11000001 | 1101010 | 11011010 | 1011 | 110011 | 0 | 1111 | 100011111 | 111100 | 1000000 |
Color Harmonies of #C16ADA
Complementary color
Monochromatic Colors of #C16ADA
Black with #C16ADA
Text Example
Text Example
White with #C16ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16ADA; }
p { color: rgb(193,106,218); }
H1.HeaderClassName
{
color: #C16ADA;
}
.AnyTagClassName
{
color: #C16ADA;
}
</style>
background-color css
<style>
a { background-color: #C16ADA; }
a { background-color: rgb(193,106,218); }
div.DivClassName
{
background-color: #C16ADA;
}
.BgClassName
{
background-color: #C16ADA;
}
</style>
border-color css
<style>
span { border-color: #C16ADA; }
span { border-color: rgb(193,106,218); }
td.TdClassName
{
border-color: #C16ADA;
}
.TagClassName
{
border-color: #C16ADA;
}
</style>