Shades of Mauve #C5A7FE
Tints of Mauve #C5A7FE
RGB
CMYK
RGB Variations
Color information
#C5A7FE (or 0xC5A7FE) is known color: Mauve. HEX triplet: C5, A7 and FE. RGB value is (197,167,254). Sum of RGB (Red+Green+Blue) = 197+167+254=618 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.88% from 618); Green value is 167 (65.62% from 255 or 27.02% from 618); Blue value is 254 (99.61% from 255 or 41.10% from 618); Max value from RGB is 254 - color contains mainly: blue. Hex color #C5A7FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5A7FE is #3A5801. Grayscale: #B9B9B9. Windows color (decimal): -3823618 or 16689093. OLE color: 16689093.
HSL color Cylindrical-coordinate representation of color #C5A7FE: hue angle of 260.69º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C5A7FE is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 197 | 167 | 254 | - |
| CMYK | 0.22 | 0.34 | 0 | 0.00 |
| HSL | 260.69º | 0.98% | 0.83% | - |
| HSV(B) | 260.69º | 0.34% | 1% | - |
| XYZ | 54.73 | 46.66 | 99.89 | - |
| YUV | 185.89 | 166.44 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 167 | 254 | 0.22 | 0.34 | 0 | 0.00 | 260.69 | 0.98 | 0.83 |
| Hex | C5 | A7 | FE | 16 | 22 | 0 | 0 | 105 | 62 | 53 |
| Octal | 305 | 247 | 376 | 26 | 42 | 0 | 0 | 405 | 142 | 123 |
| Binary | 11000101 | 10100111 | 11111110 | 10110 | 100010 | 0 | 0 | 100000101 | 1100010 | 1010011 |
Color Harmonies of #C5A7FE
Complementary color
Monochromatic Colors of #C5A7FE
Black with #C5A7FE
Text Example
Text Example
White with #C5A7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A7FE; }
p { color: rgb(197,167,254); }
H1.HeaderClassName
{
color: #C5A7FE;
}
.AnyTagClassName
{
color: #C5A7FE;
}
</style>
background-color css
<style>
a { background-color: #C5A7FE; }
a { background-color: rgb(197,167,254); }
div.DivClassName
{
background-color: #C5A7FE;
}
.BgClassName
{
background-color: #C5A7FE;
}
</style>
border-color css
<style>
span { border-color: #C5A7FE; }
span { border-color: rgb(197,167,254); }
td.TdClassName
{
border-color: #C5A7FE;
}
.TagClassName
{
border-color: #C5A7FE;
}
</style>