Shades of Mauve #C7A4FE
Tints of Mauve #C7A4FE
RGB
CMYK
RGB Variations
Color information
#C7A4FE (or 0xC7A4FE) is known color: Mauve. HEX triplet: C7, A4 and FE. RGB value is (199,164,254). Sum of RGB (Red+Green+Blue) = 199+164+254=617 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.25% from 617); Green value is 164 (64.45% from 255 or 26.58% from 617); Blue value is 254 (99.61% from 255 or 41.17% from 617); Max value from RGB is 254 - color contains mainly: blue. Hex color #C7A4FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7A4FE is #385B01. Grayscale: #B8B8B8. Windows color (decimal): -3693314 or 16688327. OLE color: 16688327.
HSL color Cylindrical-coordinate representation of color #C7A4FE: hue angle of 263.33º 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 #C7A4FE is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 199 | 164 | 254 | - |
| CMYK | 0.22 | 0.35 | 0 | 0.00 |
| HSL | 263.33º | 0.98% | 0.82% | - |
| HSV(B) | 263.33º | 0.35% | 1% | - |
| XYZ | 54.72 | 45.85 | 99.73 | - |
| YUV | 184.73 | 167.1 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 164 | 254 | 0.22 | 0.35 | 0 | 0.00 | 263.33 | 0.98 | 0.82 |
| Hex | C7 | A4 | FE | 16 | 23 | 0 | 0 | 107 | 62 | 52 |
| Octal | 307 | 244 | 376 | 26 | 43 | 0 | 0 | 407 | 142 | 122 |
| Binary | 11000111 | 10100100 | 11111110 | 10110 | 100011 | 0 | 0 | 100000111 | 1100010 | 1010010 |
Color Harmonies of #C7A4FE
Complementary color
Monochromatic Colors of #C7A4FE
Black with #C7A4FE
Text Example
Text Example
White with #C7A4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A4FE; }
p { color: rgb(199,164,254); }
H1.HeaderClassName
{
color: #C7A4FE;
}
.AnyTagClassName
{
color: #C7A4FE;
}
</style>
background-color css
<style>
a { background-color: #C7A4FE; }
a { background-color: rgb(199,164,254); }
div.DivClassName
{
background-color: #C7A4FE;
}
.BgClassName
{
background-color: #C7A4FE;
}
</style>
border-color css
<style>
span { border-color: #C7A4FE; }
span { border-color: rgb(199,164,254); }
td.TdClassName
{
border-color: #C7A4FE;
}
.TagClassName
{
border-color: #C7A4FE;
}
</style>