Shades of Medium Orchid #C16CE9
Tints of Medium Orchid #C16CE9
RGB
CMYK
RGB Variations
Color information
#C16CE9 (or 0xC16CE9) is known color: Medium Orchid. HEX triplet: C1, 6C and E9. RGB value is (193,108,233). Sum of RGB (Red+Green+Blue) = 193+108+233=534 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.14% from 534); Green value is 108 (42.58% from 255 or 20.22% from 534); Blue value is 233 (91.41% from 255 or 43.63% from 534); Max value from RGB is 233 - color contains mainly: blue. Hex color #C16CE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C16CE9 is #3E9316. Grayscale: #939393. Windows color (decimal): -4100887 or 15297729. OLE color: 15297729.
HSL color Cylindrical-coordinate representation of color #C16CE9: hue angle of 280.8º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C16CE9 is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 193 | 108 | 233 | - |
| CMYK | 0.17 | 0.54 | 0 | 0.09 |
| HSL | 280.8º | 0.74% | 0.67% | - |
| HSV(B) | 280.8º | 0.54% | 0.91% | - |
| XYZ | 42.06 | 27.95 | 80.27 | - |
| YUV | 147.67 | 176.16 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 108 | 233 | 0.17 | 0.54 | 0 | 0.09 | 280.8 | 0.74 | 0.67 |
| Hex | C1 | 6C | E9 | 11 | 36 | 0 | 9 | 119 | 4A | 43 |
| Octal | 301 | 154 | 351 | 21 | 66 | 0 | 11 | 431 | 112 | 103 |
| Binary | 11000001 | 1101100 | 11101001 | 10001 | 110110 | 0 | 1001 | 100011001 | 1001010 | 1000011 |
Color Harmonies of #C16CE9
Complementary color
Monochromatic Colors of #C16CE9
Black with #C16CE9
Text Example
Text Example
White with #C16CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16CE9; }
p { color: rgb(193,108,233); }
H1.HeaderClassName
{
color: #C16CE9;
}
.AnyTagClassName
{
color: #C16CE9;
}
</style>
background-color css
<style>
a { background-color: #C16CE9; }
a { background-color: rgb(193,108,233); }
div.DivClassName
{
background-color: #C16CE9;
}
.BgClassName
{
background-color: #C16CE9;
}
</style>
border-color css
<style>
span { border-color: #C16CE9; }
span { border-color: rgb(193,108,233); }
td.TdClassName
{
border-color: #C16CE9;
}
.TagClassName
{
border-color: #C16CE9;
}
</style>