Shades of Medium Orchid #C16DE2
Tints of Medium Orchid #C16DE2
RGB
CMYK
RGB Variations
Color information
#C16DE2 (or 0xC16DE2) is known color: Medium Orchid. HEX triplet: C1, 6D and E2. RGB value is (193,109,226). Sum of RGB (Red+Green+Blue) = 193+109+226=528 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.55% from 528); Green value is 109 (42.97% from 255 or 20.64% from 528); Blue value is 226 (88.67% from 255 or 42.80% from 528); Max value from RGB is 226 - color contains mainly: blue. Hex color #C16DE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16DE2 is #3E921D. Grayscale: #939393. Windows color (decimal): -4100638 or 14839233. OLE color: 14839233.
HSL color Cylindrical-coordinate representation of color #C16DE2: hue angle of 283.08º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C16DE2 is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 193 | 109 | 226 | - |
| CMYK | 0.15 | 0.52 | 0 | 0.11 |
| HSL | 283.08º | 0.67% | 0.66% | - |
| HSV(B) | 283.08º | 0.52% | 0.89% | - |
| XYZ | 41.19 | 27.77 | 75.14 | - |
| YUV | 147.45 | 172.33 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 109 | 226 | 0.15 | 0.52 | 0 | 0.11 | 283.08 | 0.67 | 0.66 |
| Hex | C1 | 6D | E2 | F | 34 | 0 | B | 11B | 43 | 42 |
| Octal | 301 | 155 | 342 | 17 | 64 | 0 | 13 | 433 | 103 | 102 |
| Binary | 11000001 | 1101101 | 11100010 | 1111 | 110100 | 0 | 1011 | 100011011 | 1000011 | 1000010 |
Color Harmonies of #C16DE2
Complementary color
Monochromatic Colors of #C16DE2
Black with #C16DE2
Text Example
Text Example
White with #C16DE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16DE2; }
p { color: rgb(193,109,226); }
H1.HeaderClassName
{
color: #C16DE2;
}
.AnyTagClassName
{
color: #C16DE2;
}
</style>
background-color css
<style>
a { background-color: #C16DE2; }
a { background-color: rgb(193,109,226); }
div.DivClassName
{
background-color: #C16DE2;
}
.BgClassName
{
background-color: #C16DE2;
}
</style>
border-color css
<style>
span { border-color: #C16DE2; }
span { border-color: rgb(193,109,226); }
td.TdClassName
{
border-color: #C16DE2;
}
.TagClassName
{
border-color: #C16DE2;
}
</style>