Shades of Medium Orchid #C159EF
Tints of Medium Orchid #C159EF
RGB
CMYK
RGB Variations
Color information
#C159EF (or 0xC159EF) is known color: Medium Orchid. HEX triplet: C1, 59 and EF. RGB value is (193,89,239). Sum of RGB (Red+Green+Blue) = 193+89+239=521 (69% of max value = 765). Red value is 193 (75.78% from 255 or 37.04% from 521); Green value is 89 (35.16% from 255 or 17.08% from 521); Blue value is 239 (93.75% from 255 or 45.87% from 521); Max value from RGB is 239 - color contains mainly: blue. Hex color #C159EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C159EF is #3EA610. Grayscale: #888888. Windows color (decimal): -4105745 or 15686081. OLE color: 15686081.
HSL color Cylindrical-coordinate representation of color #C159EF: hue angle of 281.6º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C159EF is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 89 | 239 | - |
| CMYK | 0.19 | 0.63 | 0 | 0.06 |
| HSL | 281.6º | 0.82% | 0.64% | - |
| HSV(B) | 281.6º | 0.63% | 0.94% | - |
| XYZ | 41.14 | 24.71 | 84.26 | - |
| YUV | 137.2 | 185.46 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 89 | 239 | 0.19 | 0.63 | 0 | 0.06 | 281.6 | 0.82 | 0.64 |
| Hex | C1 | 59 | EF | 13 | 3F | 0 | 6 | 11A | 52 | 40 |
| Octal | 301 | 131 | 357 | 23 | 77 | 0 | 6 | 432 | 122 | 100 |
| Binary | 11000001 | 1011001 | 11101111 | 10011 | 111111 | 0 | 110 | 100011010 | 1010010 | 1000000 |
Color Harmonies of #C159EF
Complementary color
Monochromatic Colors of #C159EF
Black with #C159EF
Text Example
Text Example
White with #C159EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C159EF; }
p { color: rgb(193,89,239); }
H1.HeaderClassName
{
color: #C159EF;
}
.AnyTagClassName
{
color: #C159EF;
}
</style>
background-color css
<style>
a { background-color: #C159EF; }
a { background-color: rgb(193,89,239); }
div.DivClassName
{
background-color: #C159EF;
}
.BgClassName
{
background-color: #C159EF;
}
</style>
border-color css
<style>
span { border-color: #C159EF; }
span { border-color: rgb(193,89,239); }
td.TdClassName
{
border-color: #C159EF;
}
.TagClassName
{
border-color: #C159EF;
}
</style>