Shades of Mauve #C59EFF
Tints of Mauve #C59EFF
RGB
CMYK
RGB Variations
Color information
#C59EFF (or 0xC59EFF) is known color: Mauve. HEX triplet: C5, 9E and FF. RGB value is (197,158,255). Sum of RGB (Red+Green+Blue) = 197+158+255=610 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.30% from 610); Green value is 158 (62.11% from 255 or 25.90% from 610); Blue value is 255 (100% from 255 or 41.80% from 610); Max value from RGB is 255 - color contains mainly: blue. Hex color #C59EFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C59EFF is #3A6100. Grayscale: #B4B4B4. Windows color (decimal): -3825921 or 16752325. OLE color: 16752325.
HSL color Cylindrical-coordinate representation of color #C59EFF: hue angle of 264.12º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C59EFF is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 158 | 255 | - |
| CMYK | 0.23 | 0.38 | 0 | 0 |
| HSL | 264.12º | 1% | 0.81% | - |
| HSV(B) | 264.12º | 0.38% | 1% | - |
| XYZ | 53.3 | 43.54 | 100.2 | - |
| YUV | 180.72 | 169.92 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 158 | 255 | 0.23 | 0.38 | 0 | 0 | 264.12 | 1 | 0.81 |
| Hex | C5 | 9E | FF | 17 | 26 | 0 | 0 | 108 | 64 | 51 |
| Octal | 305 | 236 | 377 | 27 | 46 | 0 | 0 | 410 | 144 | 121 |
| Binary | 11000101 | 10011110 | 11111111 | 10111 | 100110 | 0 | 0 | 100001000 | 1100100 | 1010001 |
Color Harmonies of #C59EFF
Complementary color
Monochromatic Colors of #C59EFF
Black with #C59EFF
Text Example
Text Example
White with #C59EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59EFF; }
p { color: rgb(197,158,255); }
H1.HeaderClassName
{
color: #C59EFF;
}
.AnyTagClassName
{
color: #C59EFF;
}
</style>
background-color css
<style>
a { background-color: #C59EFF; }
a { background-color: rgb(197,158,255); }
div.DivClassName
{
background-color: #C59EFF;
}
.BgClassName
{
background-color: #C59EFF;
}
</style>
border-color css
<style>
span { border-color: #C59EFF; }
span { border-color: rgb(197,158,255); }
td.TdClassName
{
border-color: #C59EFF;
}
.TagClassName
{
border-color: #C59EFF;
}
</style>