Shades of Medium Orchid #C16AEC
Tints of Medium Orchid #C16AEC
RGB
CMYK
RGB Variations
Color information
#C16AEC (or 0xC16AEC) is known color: Medium Orchid. HEX triplet: C1, 6A and EC. RGB value is (193,106,236). Sum of RGB (Red+Green+Blue) = 193+106+236=535 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.07% from 535); Green value is 106 (41.80% from 255 or 19.81% from 535); Blue value is 236 (92.58% from 255 or 44.11% from 535); Max value from RGB is 236 - color contains mainly: blue. Hex color #C16AEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C16AEC is #3E9513. Grayscale: #929292. Windows color (decimal): -4101396 or 15493825. OLE color: 15493825.
HSL color Cylindrical-coordinate representation of color #C16AEC: hue angle of 280.15º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C16AEC is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 106 | 236 | - |
| CMYK | 0.18 | 0.55 | 0 | 0.07 |
| HSL | 280.15º | 0.77% | 0.67% | - |
| HSV(B) | 280.15º | 0.55% | 0.93% | - |
| XYZ | 42.29 | 27.7 | 82.48 | - |
| YUV | 146.83 | 178.32 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 106 | 236 | 0.18 | 0.55 | 0 | 0.07 | 280.15 | 0.77 | 0.67 |
| Hex | C1 | 6A | EC | 12 | 37 | 0 | 7 | 118 | 4D | 43 |
| Octal | 301 | 152 | 354 | 22 | 67 | 0 | 7 | 430 | 115 | 103 |
| Binary | 11000001 | 1101010 | 11101100 | 10010 | 110111 | 0 | 111 | 100011000 | 1001101 | 1000011 |
Color Harmonies of #C16AEC
Complementary color
Monochromatic Colors of #C16AEC
Black with #C16AEC
Text Example
Text Example
White with #C16AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16AEC; }
p { color: rgb(193,106,236); }
H1.HeaderClassName
{
color: #C16AEC;
}
.AnyTagClassName
{
color: #C16AEC;
}
</style>
background-color css
<style>
a { background-color: #C16AEC; }
a { background-color: rgb(193,106,236); }
div.DivClassName
{
background-color: #C16AEC;
}
.BgClassName
{
background-color: #C16AEC;
}
</style>
border-color css
<style>
span { border-color: #C16AEC; }
span { border-color: rgb(193,106,236); }
td.TdClassName
{
border-color: #C16AEC;
}
.TagClassName
{
border-color: #C16AEC;
}
</style>