Shades of Medium Orchid #C16FE9
Tints of Medium Orchid #C16FE9
RGB
CMYK
RGB Variations
Color information
#C16FE9 (or 0xC16FE9) is known color: Medium Orchid. HEX triplet: C1, 6F and E9. RGB value is (193,111,233). Sum of RGB (Red+Green+Blue) = 193+111+233=537 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.94% from 537); Green value is 111 (43.75% from 255 or 20.67% from 537); Blue value is 233 (91.41% from 255 or 43.39% from 537); Max value from RGB is 233 - color contains mainly: blue. Hex color #C16FE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C16FE9 is #3E9016. Grayscale: #959595. Windows color (decimal): -4100119 or 15298497. OLE color: 15298497.
HSL color Cylindrical-coordinate representation of color #C16FE9: hue angle of 280.33º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C16FE9 is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 193 | 111 | 233 | - |
| CMYK | 0.17 | 0.52 | 0 | 0.09 |
| HSL | 280.33º | 0.73% | 0.67% | - |
| HSV(B) | 280.33º | 0.52% | 0.91% | - |
| XYZ | 42.38 | 28.59 | 80.38 | - |
| YUV | 149.43 | 175.17 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 111 | 233 | 0.17 | 0.52 | 0 | 0.09 | 280.33 | 0.73 | 0.67 |
| Hex | C1 | 6F | E9 | 11 | 34 | 0 | 9 | 118 | 49 | 43 |
| Octal | 301 | 157 | 351 | 21 | 64 | 0 | 11 | 430 | 111 | 103 |
| Binary | 11000001 | 1101111 | 11101001 | 10001 | 110100 | 0 | 1001 | 100011000 | 1001001 | 1000011 |
Color Harmonies of #C16FE9
Complementary color
Monochromatic Colors of #C16FE9
Black with #C16FE9
Text Example
Text Example
White with #C16FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16FE9; }
p { color: rgb(193,111,233); }
H1.HeaderClassName
{
color: #C16FE9;
}
.AnyTagClassName
{
color: #C16FE9;
}
</style>
background-color css
<style>
a { background-color: #C16FE9; }
a { background-color: rgb(193,111,233); }
div.DivClassName
{
background-color: #C16FE9;
}
.BgClassName
{
background-color: #C16FE9;
}
</style>
border-color css
<style>
span { border-color: #C16FE9; }
span { border-color: rgb(193,111,233); }
td.TdClassName
{
border-color: #C16FE9;
}
.TagClassName
{
border-color: #C16FE9;
}
</style>