Shades of Mauve #C4A1FE
Tints of Mauve #C4A1FE
RGB
CMYK
RGB Variations
Color information
#C4A1FE (or 0xC4A1FE) is known color: Mauve. HEX triplet: C4, A1 and FE. RGB value is (196,161,254). Sum of RGB (Red+Green+Blue) = 196+161+254=611 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.08% from 611); Green value is 161 (63.28% from 255 or 26.35% 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 #C4A1FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4A1FE is #3B5E01. Grayscale: #B5B5B5. Windows color (decimal): -3890690 or 16687556. OLE color: 16687556.
HSL color Cylindrical-coordinate representation of color #C4A1FE: hue angle of 262.58º 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 #C4A1FE is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 196 | 161 | 254 | - |
| CMYK | 0.23 | 0.37 | 0 | 0.00 |
| HSL | 262.58º | 0.98% | 0.81% | - |
| HSV(B) | 262.58º | 0.37% | 1% | - |
| XYZ | 53.4 | 44.38 | 99.52 | - |
| YUV | 182.07 | 168.6 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 161 | 254 | 0.23 | 0.37 | 0 | 0.00 | 262.58 | 0.98 | 0.81 |
| Hex | C4 | A1 | FE | 17 | 25 | 0 | 0 | 107 | 62 | 51 |
| Octal | 304 | 241 | 376 | 27 | 45 | 0 | 0 | 407 | 142 | 121 |
| Binary | 11000100 | 10100001 | 11111110 | 10111 | 100101 | 0 | 0 | 100000111 | 1100010 | 1010001 |
Color Harmonies of #C4A1FE
Complementary color
Monochromatic Colors of #C4A1FE
Black with #C4A1FE
Text Example
Text Example
White with #C4A1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A1FE; }
p { color: rgb(196,161,254); }
H1.HeaderClassName
{
color: #C4A1FE;
}
.AnyTagClassName
{
color: #C4A1FE;
}
</style>
background-color css
<style>
a { background-color: #C4A1FE; }
a { background-color: rgb(196,161,254); }
div.DivClassName
{
background-color: #C4A1FE;
}
.BgClassName
{
background-color: #C4A1FE;
}
</style>
border-color css
<style>
span { border-color: #C4A1FE; }
span { border-color: rgb(196,161,254); }
td.TdClassName
{
border-color: #C4A1FE;
}
.TagClassName
{
border-color: #C4A1FE;
}
</style>