Shades of Medium Orchid #C16ADE
Tints of Medium Orchid #C16ADE
RGB
CMYK
RGB Variations
Color information
#C16ADE (or 0xC16ADE) is known color: Medium Orchid. HEX triplet: C1, 6A and DE. RGB value is (193,106,222). Sum of RGB (Red+Green+Blue) = 193+106+222=521 (69% of max value = 765). Red value is 193 (75.78% from 255 or 37.04% from 521); Green value is 106 (41.80% from 255 or 20.35% from 521); Blue value is 222 (87.11% from 255 or 42.61% from 521); Max value from RGB is 222 - color contains mainly: blue. Hex color #C16ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16ADE is #3E9521. Grayscale: #909090. Windows color (decimal): -4101410 or 14576321. OLE color: 14576321.
HSL color Cylindrical-coordinate representation of color #C16ADE: hue angle of 285º degrees, saturation: 0.64, 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 #C16ADE is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 106 | 222 | - |
| CMYK | 0.13 | 0.52 | 0 | 0.13 |
| HSL | 285º | 0.64% | 0.64% | - |
| HSV(B) | 285º | 0.52% | 0.87% | - |
| XYZ | 40.33 | 26.92 | 72.18 | - |
| YUV | 145.24 | 171.32 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 106 | 222 | 0.13 | 0.52 | 0 | 0.13 | 285 | 0.64 | 0.64 |
| Hex | C1 | 6A | DE | D | 34 | 0 | D | 11D | 40 | 40 |
| Octal | 301 | 152 | 336 | 15 | 64 | 0 | 15 | 435 | 100 | 100 |
| Binary | 11000001 | 1101010 | 11011110 | 1101 | 110100 | 0 | 1101 | 100011101 | 1000000 | 1000000 |
Color Harmonies of #C16ADE
Complementary color
Monochromatic Colors of #C16ADE
Black with #C16ADE
Text Example
Text Example
White with #C16ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16ADE; }
p { color: rgb(193,106,222); }
H1.HeaderClassName
{
color: #C16ADE;
}
.AnyTagClassName
{
color: #C16ADE;
}
</style>
background-color css
<style>
a { background-color: #C16ADE; }
a { background-color: rgb(193,106,222); }
div.DivClassName
{
background-color: #C16ADE;
}
.BgClassName
{
background-color: #C16ADE;
}
</style>
border-color css
<style>
span { border-color: #C16ADE; }
span { border-color: rgb(193,106,222); }
td.TdClassName
{
border-color: #C16ADE;
}
.TagClassName
{
border-color: #C16ADE;
}
</style>