Shades of Medium Orchid #C16AED
Tints of Medium Orchid #C16AED
RGB
CMYK
RGB Variations
Color information
#C16AED (or 0xC16AED) is known color: Medium Orchid. HEX triplet: C1, 6A and ED. RGB value is (193,106,237). Sum of RGB (Red+Green+Blue) = 193+106+237=536 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.01% from 536); Green value is 106 (41.80% from 255 or 19.78% from 536); Blue value is 237 (92.97% from 255 or 44.22% from 536); Max value from RGB is 237 - color contains mainly: blue. Hex color #C16AED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C16AED is #3E9512. Grayscale: #929292. Windows color (decimal): -4101395 or 15559361. OLE color: 15559361.
HSL color Cylindrical-coordinate representation of color #C16AED: hue angle of 279.85º degrees, saturation: 0.78, 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 #C16AED is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 106 | 237 | - |
| CMYK | 0.19 | 0.55 | 0 | 0.07 |
| HSL | 279.85º | 0.78% | 0.67% | - |
| HSV(B) | 279.85º | 0.55% | 0.93% | - |
| XYZ | 42.43 | 27.76 | 83.24 | - |
| YUV | 146.95 | 178.82 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 106 | 237 | 0.19 | 0.55 | 0 | 0.07 | 279.85 | 0.78 | 0.67 |
| Hex | C1 | 6A | ED | 13 | 37 | 0 | 7 | 118 | 4E | 43 |
| Octal | 301 | 152 | 355 | 23 | 67 | 0 | 7 | 430 | 116 | 103 |
| Binary | 11000001 | 1101010 | 11101101 | 10011 | 110111 | 0 | 111 | 100011000 | 1001110 | 1000011 |
Color Harmonies of #C16AED
Complementary color
Monochromatic Colors of #C16AED
Black with #C16AED
Text Example
Text Example
White with #C16AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16AED; }
p { color: rgb(193,106,237); }
H1.HeaderClassName
{
color: #C16AED;
}
.AnyTagClassName
{
color: #C16AED;
}
</style>
background-color css
<style>
a { background-color: #C16AED; }
a { background-color: rgb(193,106,237); }
div.DivClassName
{
background-color: #C16AED;
}
.BgClassName
{
background-color: #C16AED;
}
</style>
border-color css
<style>
span { border-color: #C16AED; }
span { border-color: rgb(193,106,237); }
td.TdClassName
{
border-color: #C16AED;
}
.TagClassName
{
border-color: #C16AED;
}
</style>