Shades of Medium Orchid #C16EDA
Tints of Medium Orchid #C16EDA
RGB
CMYK
RGB Variations
Color information
#C16EDA (or 0xC16EDA) is known color: Medium Orchid. HEX triplet: C1, 6E and DA. RGB value is (193,110,218). Sum of RGB (Red+Green+Blue) = 193+110+218=521 (69% of max value = 765). Red value is 193 (75.78% from 255 or 37.04% from 521); Green value is 110 (43.36% from 255 or 21.11% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 218 - color contains mainly: blue. Hex color #C16EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16EDA is #3E9125. Grayscale: #929292. Windows color (decimal): -4100390 or 14315201. OLE color: 14315201.
HSL color Cylindrical-coordinate representation of color #C16EDA: hue angle of 286.11º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C16EDA is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 110 | 218 | - |
| CMYK | 0.11 | 0.50 | 0 | 0.15 |
| HSL | 286.11º | 0.59% | 0.64% | - |
| HSV(B) | 286.11º | 0.5% | 0.85% | - |
| XYZ | 40.22 | 27.55 | 69.53 | - |
| YUV | 147.13 | 168 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 110 | 218 | 0.11 | 0.50 | 0 | 0.15 | 286.11 | 0.59 | 0.64 |
| Hex | C1 | 6E | DA | B | 32 | 0 | F | 11E | 3B | 40 |
| Octal | 301 | 156 | 332 | 13 | 62 | 0 | 17 | 436 | 73 | 100 |
| Binary | 11000001 | 1101110 | 11011010 | 1011 | 110010 | 0 | 1111 | 100011110 | 111011 | 1000000 |
Color Harmonies of #C16EDA
Complementary color
Monochromatic Colors of #C16EDA
Black with #C16EDA
Text Example
Text Example
White with #C16EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16EDA; }
p { color: rgb(193,110,218); }
H1.HeaderClassName
{
color: #C16EDA;
}
.AnyTagClassName
{
color: #C16EDA;
}
</style>
background-color css
<style>
a { background-color: #C16EDA; }
a { background-color: rgb(193,110,218); }
div.DivClassName
{
background-color: #C16EDA;
}
.BgClassName
{
background-color: #C16EDA;
}
</style>
border-color css
<style>
span { border-color: #C16EDA; }
span { border-color: rgb(193,110,218); }
td.TdClassName
{
border-color: #C16EDA;
}
.TagClassName
{
border-color: #C16EDA;
}
</style>