Shades of Medium Orchid #C157E9
Tints of Medium Orchid #C157E9
RGB
CMYK
RGB Variations
Color information
#C157E9 (or 0xC157E9) is known color: Medium Orchid. HEX triplet: C1, 57 and E9. RGB value is (193,87,233). Sum of RGB (Red+Green+Blue) = 193+87+233=513 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.62% from 513); Green value is 87 (34.38% from 255 or 16.96% from 513); Blue value is 233 (91.41% from 255 or 45.42% from 513); Max value from RGB is 233 - color contains mainly: blue. Hex color #C157E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C157E9 is #3EA816. Grayscale: #868686. Windows color (decimal): -4106263 or 15292353. OLE color: 15292353.
HSL color Cylindrical-coordinate representation of color #C157E9: hue angle of 283.56º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C157E9 is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 193 | 87 | 233 | - |
| CMYK | 0.17 | 0.63 | 0 | 0.09 |
| HSL | 283.56º | 0.77% | 0.63% | - |
| HSV(B) | 283.56º | 0.63% | 0.91% | - |
| XYZ | 40.11 | 24.04 | 79.62 | - |
| YUV | 135.34 | 183.12 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 87 | 233 | 0.17 | 0.63 | 0 | 0.09 | 283.56 | 0.77 | 0.63 |
| Hex | C1 | 57 | E9 | 11 | 3F | 0 | 9 | 11C | 4D | 3F |
| Octal | 301 | 127 | 351 | 21 | 77 | 0 | 11 | 434 | 115 | 77 |
| Binary | 11000001 | 1010111 | 11101001 | 10001 | 111111 | 0 | 1001 | 100011100 | 1001101 | 111111 |
Color Harmonies of #C157E9
Complementary color
Monochromatic Colors of #C157E9
Black with #C157E9
Text Example
Text Example
White with #C157E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C157E9; }
p { color: rgb(193,87,233); }
H1.HeaderClassName
{
color: #C157E9;
}
.AnyTagClassName
{
color: #C157E9;
}
</style>
background-color css
<style>
a { background-color: #C157E9; }
a { background-color: rgb(193,87,233); }
div.DivClassName
{
background-color: #C157E9;
}
.BgClassName
{
background-color: #C157E9;
}
</style>
border-color css
<style>
span { border-color: #C157E9; }
span { border-color: rgb(193,87,233); }
td.TdClassName
{
border-color: #C157E9;
}
.TagClassName
{
border-color: #C157E9;
}
</style>