Shades of Mauve #C7A9FE
Tints of Mauve #C7A9FE
RGB
CMYK
RGB Variations
Color information
#C7A9FE (or 0xC7A9FE) is known color: Mauve. HEX triplet: C7, A9 and FE. RGB value is (199,169,254). Sum of RGB (Red+Green+Blue) = 199+169+254=622 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.99% from 622); Green value is 169 (66.41% from 255 or 27.17% from 622); Blue value is 254 (99.61% from 255 or 40.84% from 622); Max value from RGB is 254 - color contains mainly: blue. Hex color #C7A9FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7A9FE is #385601. Grayscale: #BBBBBB. Windows color (decimal): -3692034 or 16689607. OLE color: 16689607.
HSL color Cylindrical-coordinate representation of color #C7A9FE: hue angle of 261.18º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C7A9FE is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 199 | 169 | 254 | - |
| CMYK | 0.22 | 0.33 | 0 | 0.00 |
| HSL | 261.18º | 0.98% | 0.83% | - |
| HSV(B) | 261.18º | 0.33% | 1% | - |
| XYZ | 55.63 | 47.67 | 100.04 | - |
| YUV | 187.66 | 165.44 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 169 | 254 | 0.22 | 0.33 | 0 | 0.00 | 261.18 | 0.98 | 0.83 |
| Hex | C7 | A9 | FE | 16 | 21 | 0 | 0 | 105 | 62 | 53 |
| Octal | 307 | 251 | 376 | 26 | 41 | 0 | 0 | 405 | 142 | 123 |
| Binary | 11000111 | 10101001 | 11111110 | 10110 | 100001 | 0 | 0 | 100000101 | 1100010 | 1010011 |
Color Harmonies of #C7A9FE
Complementary color
Monochromatic Colors of #C7A9FE
Black with #C7A9FE
Text Example
Text Example
White with #C7A9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A9FE; }
p { color: rgb(199,169,254); }
H1.HeaderClassName
{
color: #C7A9FE;
}
.AnyTagClassName
{
color: #C7A9FE;
}
</style>
background-color css
<style>
a { background-color: #C7A9FE; }
a { background-color: rgb(199,169,254); }
div.DivClassName
{
background-color: #C7A9FE;
}
.BgClassName
{
background-color: #C7A9FE;
}
</style>
border-color css
<style>
span { border-color: #C7A9FE; }
span { border-color: rgb(199,169,254); }
td.TdClassName
{
border-color: #C7A9FE;
}
.TagClassName
{
border-color: #C7A9FE;
}
</style>