Shades of Mauve #C5A7FF
Tints of Mauve #C5A7FF
RGB
CMYK
RGB Variations
Color information
#C5A7FF (or 0xC5A7FF) is known color: Mauve. HEX triplet: C5, A7 and FF. RGB value is (197,167,255). Sum of RGB (Red+Green+Blue) = 197+167+255=619 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.83% from 619); Green value is 167 (65.62% from 255 or 26.98% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #C5A7FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5A7FF is #3A5800. Grayscale: #B9B9B9. Windows color (decimal): -3823617 or 16754629. OLE color: 16754629.
HSL color Cylindrical-coordinate representation of color #C5A7FF: hue angle of 260.45º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C5A7FF is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 167 | 255 | - |
| CMYK | 0.23 | 0.35 | 0 | 0 |
| HSL | 260.45º | 1% | 0.83% | - |
| HSV(B) | 260.45º | 0.35% | 1% | - |
| XYZ | 54.89 | 46.73 | 100.73 | - |
| YUV | 186 | 166.94 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 167 | 255 | 0.23 | 0.35 | 0 | 0 | 260.45 | 1 | 0.83 |
| Hex | C5 | A7 | FF | 17 | 23 | 0 | 0 | 104 | 64 | 53 |
| Octal | 305 | 247 | 377 | 27 | 43 | 0 | 0 | 404 | 144 | 123 |
| Binary | 11000101 | 10100111 | 11111111 | 10111 | 100011 | 0 | 0 | 100000100 | 1100100 | 1010011 |
Color Harmonies of #C5A7FF
Complementary color
Monochromatic Colors of #C5A7FF
Black with #C5A7FF
Text Example
Text Example
White with #C5A7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A7FF; }
p { color: rgb(197,167,255); }
H1.HeaderClassName
{
color: #C5A7FF;
}
.AnyTagClassName
{
color: #C5A7FF;
}
</style>
background-color css
<style>
a { background-color: #C5A7FF; }
a { background-color: rgb(197,167,255); }
div.DivClassName
{
background-color: #C5A7FF;
}
.BgClassName
{
background-color: #C5A7FF;
}
</style>
border-color css
<style>
span { border-color: #C5A7FF; }
span { border-color: rgb(197,167,255); }
td.TdClassName
{
border-color: #C5A7FF;
}
.TagClassName
{
border-color: #C5A7FF;
}
</style>