Shades of Mauve #C9A7FC
Tints of Mauve #C9A7FC
RGB
CMYK
RGB Variations
Color information
#C9A7FC (or 0xC9A7FC) is known color: Mauve. HEX triplet: C9, A7 and FC. RGB value is (201,167,252). Sum of RGB (Red+Green+Blue) = 201+167+252=620 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.42% from 620); Green value is 167 (65.62% from 255 or 26.94% from 620); Blue value is 252 (98.83% from 255 or 40.65% from 620); Max value from RGB is 252 - color contains mainly: blue. Hex color #C9A7FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9A7FC is #365803. Grayscale: #BABABA. Windows color (decimal): -3561476 or 16558025. OLE color: 16558025.
HSL color Cylindrical-coordinate representation of color #C9A7FC: hue angle of 264º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C9A7FC is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 167 | 252 | - |
| CMYK | 0.20 | 0.34 | 0 | 0.01 |
| HSL | 264º | 0.93% | 0.82% | - |
| HSV(B) | 264º | 0.34% | 0.99% | - |
| XYZ | 55.48 | 47.08 | 98.26 | - |
| YUV | 186.86 | 164.76 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 167 | 252 | 0.20 | 0.34 | 0 | 0.01 | 264 | 0.93 | 0.82 |
| Hex | C9 | A7 | FC | 14 | 22 | 0 | 1 | 108 | 5D | 52 |
| Octal | 311 | 247 | 374 | 24 | 42 | 0 | 1 | 410 | 135 | 122 |
| Binary | 11001001 | 10100111 | 11111100 | 10100 | 100010 | 0 | 1 | 100001000 | 1011101 | 1010010 |
Color Harmonies of #C9A7FC
Complementary color
Monochromatic Colors of #C9A7FC
Black with #C9A7FC
Text Example
Text Example
White with #C9A7FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A7FC; }
p { color: rgb(201,167,252); }
H1.HeaderClassName
{
color: #C9A7FC;
}
.AnyTagClassName
{
color: #C9A7FC;
}
</style>
background-color css
<style>
a { background-color: #C9A7FC; }
a { background-color: rgb(201,167,252); }
div.DivClassName
{
background-color: #C9A7FC;
}
.BgClassName
{
background-color: #C9A7FC;
}
</style>
border-color css
<style>
span { border-color: #C9A7FC; }
span { border-color: rgb(201,167,252); }
td.TdClassName
{
border-color: #C9A7FC;
}
.TagClassName
{
border-color: #C9A7FC;
}
</style>