Shades of Medium Orchid #C159EE
Tints of Medium Orchid #C159EE
RGB
CMYK
RGB Variations
Color information
#C159EE (or 0xC159EE) is known color: Medium Orchid. HEX triplet: C1, 59 and EE. RGB value is (193,89,238). Sum of RGB (Red+Green+Blue) = 193+89+238=520 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.12% from 520); Green value is 89 (35.16% from 255 or 17.12% from 520); Blue value is 238 (93.36% from 255 or 45.77% from 520); Max value from RGB is 238 - color contains mainly: blue. Hex color #C159EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C159EE is #3EA611. Grayscale: #888888. Windows color (decimal): -4105746 or 15620545. OLE color: 15620545.
HSL color Cylindrical-coordinate representation of color #C159EE: hue angle of 281.88º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C159EE is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 89 | 238 | - |
| CMYK | 0.19 | 0.63 | 0 | 0.07 |
| HSL | 281.88º | 0.81% | 0.64% | - |
| HSV(B) | 281.88º | 0.63% | 0.93% | - |
| XYZ | 41 | 24.66 | 83.49 | - |
| YUV | 137.08 | 184.96 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 89 | 238 | 0.19 | 0.63 | 0 | 0.07 | 281.88 | 0.81 | 0.64 |
| Hex | C1 | 59 | EE | 13 | 3F | 0 | 7 | 11A | 51 | 40 |
| Octal | 301 | 131 | 356 | 23 | 77 | 0 | 7 | 432 | 121 | 100 |
| Binary | 11000001 | 1011001 | 11101110 | 10011 | 111111 | 0 | 111 | 100011010 | 1010001 | 1000000 |
Color Harmonies of #C159EE
Complementary color
Monochromatic Colors of #C159EE
Black with #C159EE
Text Example
Text Example
White with #C159EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C159EE; }
p { color: rgb(193,89,238); }
H1.HeaderClassName
{
color: #C159EE;
}
.AnyTagClassName
{
color: #C159EE;
}
</style>
background-color css
<style>
a { background-color: #C159EE; }
a { background-color: rgb(193,89,238); }
div.DivClassName
{
background-color: #C159EE;
}
.BgClassName
{
background-color: #C159EE;
}
</style>
border-color css
<style>
span { border-color: #C159EE; }
span { border-color: rgb(193,89,238); }
td.TdClassName
{
border-color: #C159EE;
}
.TagClassName
{
border-color: #C159EE;
}
</style>