Shades of Mauve #C5A0FE
Tints of Mauve #C5A0FE
RGB
CMYK
RGB Variations
Color information
#C5A0FE (or 0xC5A0FE) is known color: Mauve. HEX triplet: C5, A0 and FE. RGB value is (197,160,254). Sum of RGB (Red+Green+Blue) = 197+160+254=611 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.24% from 611); Green value is 160 (62.89% from 255 or 26.19% from 611); Blue value is 254 (99.61% from 255 or 41.57% from 611); Max value from RGB is 254 - color contains mainly: blue. Hex color #C5A0FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5A0FE is #3A5F01. Grayscale: #B5B5B5. Windows color (decimal): -3825410 or 16687301. OLE color: 16687301.
HSL color Cylindrical-coordinate representation of color #C5A0FE: hue angle of 263.62º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C5A0FE is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 197 | 160 | 254 | - |
| CMYK | 0.22 | 0.37 | 0 | 0.00 |
| HSL | 263.62º | 0.98% | 0.81% | - |
| HSV(B) | 263.62º | 0.37% | 1% | - |
| XYZ | 53.49 | 44.17 | 99.47 | - |
| YUV | 181.78 | 168.76 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 160 | 254 | 0.22 | 0.37 | 0 | 0.00 | 263.62 | 0.98 | 0.81 |
| Hex | C5 | A0 | FE | 16 | 25 | 0 | 0 | 108 | 62 | 51 |
| Octal | 305 | 240 | 376 | 26 | 45 | 0 | 0 | 410 | 142 | 121 |
| Binary | 11000101 | 10100000 | 11111110 | 10110 | 100101 | 0 | 0 | 100001000 | 1100010 | 1010001 |
Color Harmonies of #C5A0FE
Complementary color
Monochromatic Colors of #C5A0FE
Black with #C5A0FE
Text Example
Text Example
White with #C5A0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A0FE; }
p { color: rgb(197,160,254); }
H1.HeaderClassName
{
color: #C5A0FE;
}
.AnyTagClassName
{
color: #C5A0FE;
}
</style>
background-color css
<style>
a { background-color: #C5A0FE; }
a { background-color: rgb(197,160,254); }
div.DivClassName
{
background-color: #C5A0FE;
}
.BgClassName
{
background-color: #C5A0FE;
}
</style>
border-color css
<style>
span { border-color: #C5A0FE; }
span { border-color: rgb(197,160,254); }
td.TdClassName
{
border-color: #C5A0FE;
}
.TagClassName
{
border-color: #C5A0FE;
}
</style>