Shades of Medium Orchid #C159E9
Tints of Medium Orchid #C159E9
RGB
CMYK
RGB Variations
Color information
#C159E9 (or 0xC159E9) is known color: Medium Orchid. HEX triplet: C1, 59 and E9. RGB value is (193,89,233). Sum of RGB (Red+Green+Blue) = 193+89+233=515 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.48% from 515); Green value is 89 (35.16% from 255 or 17.28% from 515); Blue value is 233 (91.41% from 255 or 45.24% from 515); Max value from RGB is 233 - color contains mainly: blue. Hex color #C159E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C159E9 is #3EA616. Grayscale: #888888. Windows color (decimal): -4105751 or 15292865. OLE color: 15292865.
HSL color Cylindrical-coordinate representation of color #C159E9: hue angle of 283.33º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C159E9 is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 193 | 89 | 233 | - |
| CMYK | 0.17 | 0.62 | 0 | 0.09 |
| HSL | 283.33º | 0.77% | 0.63% | - |
| HSV(B) | 283.33º | 0.62% | 0.91% | - |
| XYZ | 40.27 | 24.37 | 79.67 | - |
| YUV | 136.51 | 182.46 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 89 | 233 | 0.17 | 0.62 | 0 | 0.09 | 283.33 | 0.77 | 0.63 |
| Hex | C1 | 59 | E9 | 11 | 3E | 0 | 9 | 11B | 4D | 3F |
| Octal | 301 | 131 | 351 | 21 | 76 | 0 | 11 | 433 | 115 | 77 |
| Binary | 11000001 | 1011001 | 11101001 | 10001 | 111110 | 0 | 1001 | 100011011 | 1001101 | 111111 |
Color Harmonies of #C159E9
Complementary color
Monochromatic Colors of #C159E9
Black with #C159E9
Text Example
Text Example
White with #C159E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C159E9; }
p { color: rgb(193,89,233); }
H1.HeaderClassName
{
color: #C159E9;
}
.AnyTagClassName
{
color: #C159E9;
}
</style>
background-color css
<style>
a { background-color: #C159E9; }
a { background-color: rgb(193,89,233); }
div.DivClassName
{
background-color: #C159E9;
}
.BgClassName
{
background-color: #C159E9;
}
</style>
border-color css
<style>
span { border-color: #C159E9; }
span { border-color: rgb(193,89,233); }
td.TdClassName
{
border-color: #C159E9;
}
.TagClassName
{
border-color: #C159E9;
}
</style>