Shades of Mauve #C5A4FE
Tints of Mauve #C5A4FE
RGB
CMYK
RGB Variations
Color information
#C5A4FE (or 0xC5A4FE) is known color: Mauve. HEX triplet: C5, A4 and FE. RGB value is (197,164,254). Sum of RGB (Red+Green+Blue) = 197+164+254=615 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.03% from 615); Green value is 164 (64.45% from 255 or 26.67% from 615); Blue value is 254 (99.61% from 255 or 41.30% from 615); Max value from RGB is 254 - color contains mainly: blue. Hex color #C5A4FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5A4FE is #3A5B01. Grayscale: #B7B7B7. Windows color (decimal): -3824386 or 16688325. OLE color: 16688325.
HSL color Cylindrical-coordinate representation of color #C5A4FE: hue angle of 262º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C5A4FE is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 197 | 164 | 254 | - |
| CMYK | 0.22 | 0.35 | 0 | 0.00 |
| HSL | 262º | 0.98% | 0.82% | - |
| HSV(B) | 262º | 0.35% | 1% | - |
| XYZ | 54.19 | 45.58 | 99.71 | - |
| YUV | 184.13 | 167.43 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 164 | 254 | 0.22 | 0.35 | 0 | 0.00 | 262 | 0.98 | 0.82 |
| Hex | C5 | A4 | FE | 16 | 23 | 0 | 0 | 106 | 62 | 52 |
| Octal | 305 | 244 | 376 | 26 | 43 | 0 | 0 | 406 | 142 | 122 |
| Binary | 11000101 | 10100100 | 11111110 | 10110 | 100011 | 0 | 0 | 100000110 | 1100010 | 1010010 |
Color Harmonies of #C5A4FE
Complementary color
Monochromatic Colors of #C5A4FE
Black with #C5A4FE
Text Example
Text Example
White with #C5A4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A4FE; }
p { color: rgb(197,164,254); }
H1.HeaderClassName
{
color: #C5A4FE;
}
.AnyTagClassName
{
color: #C5A4FE;
}
</style>
background-color css
<style>
a { background-color: #C5A4FE; }
a { background-color: rgb(197,164,254); }
div.DivClassName
{
background-color: #C5A4FE;
}
.BgClassName
{
background-color: #C5A4FE;
}
</style>
border-color css
<style>
span { border-color: #C5A4FE; }
span { border-color: rgb(197,164,254); }
td.TdClassName
{
border-color: #C5A4FE;
}
.TagClassName
{
border-color: #C5A4FE;
}
</style>