Shades of Medium Orchid #C16FE3
Tints of Medium Orchid #C16FE3
RGB
CMYK
RGB Variations
Color information
#C16FE3 (or 0xC16FE3) is known color: Medium Orchid. HEX triplet: C1, 6F and E3. RGB value is (193,111,227). Sum of RGB (Red+Green+Blue) = 193+111+227=531 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.35% from 531); Green value is 111 (43.75% from 255 or 20.90% from 531); Blue value is 227 (89.06% from 255 or 42.75% from 531); Max value from RGB is 227 - color contains mainly: blue. Hex color #C16FE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16FE3 is #3E901C. Grayscale: #949494. Windows color (decimal): -4100125 or 14905281. OLE color: 14905281.
HSL color Cylindrical-coordinate representation of color #C16FE3: hue angle of 282.41º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C16FE3 is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 193 | 111 | 227 | - |
| CMYK | 0.15 | 0.51 | 0 | 0.11 |
| HSL | 282.41º | 0.67% | 0.66% | - |
| HSV(B) | 282.41º | 0.51% | 0.89% | - |
| XYZ | 41.54 | 28.25 | 75.94 | - |
| YUV | 148.74 | 172.17 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 111 | 227 | 0.15 | 0.51 | 0 | 0.11 | 282.41 | 0.67 | 0.66 |
| Hex | C1 | 6F | E3 | F | 33 | 0 | B | 11A | 43 | 42 |
| Octal | 301 | 157 | 343 | 17 | 63 | 0 | 13 | 432 | 103 | 102 |
| Binary | 11000001 | 1101111 | 11100011 | 1111 | 110011 | 0 | 1011 | 100011010 | 1000011 | 1000010 |
Color Harmonies of #C16FE3
Complementary color
Monochromatic Colors of #C16FE3
Black with #C16FE3
Text Example
Text Example
White with #C16FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16FE3; }
p { color: rgb(193,111,227); }
H1.HeaderClassName
{
color: #C16FE3;
}
.AnyTagClassName
{
color: #C16FE3;
}
</style>
background-color css
<style>
a { background-color: #C16FE3; }
a { background-color: rgb(193,111,227); }
div.DivClassName
{
background-color: #C16FE3;
}
.BgClassName
{
background-color: #C16FE3;
}
</style>
border-color css
<style>
span { border-color: #C16FE3; }
span { border-color: rgb(193,111,227); }
td.TdClassName
{
border-color: #C16FE3;
}
.TagClassName
{
border-color: #C16FE3;
}
</style>