Shades of Mauve #C7A5FE
Tints of Mauve #C7A5FE
RGB
CMYK
RGB Variations
Color information
#C7A5FE (or 0xC7A5FE) is known color: Mauve. HEX triplet: C7, A5 and FE. RGB value is (199,165,254). Sum of RGB (Red+Green+Blue) = 199+165+254=618 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.20% from 618); Green value is 165 (64.84% from 255 or 26.70% from 618); Blue value is 254 (99.61% from 255 or 41.10% from 618); Max value from RGB is 254 - color contains mainly: blue. Hex color #C7A5FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7A5FE is #385A01. Grayscale: #B8B8B8. Windows color (decimal): -3693058 or 16688583. OLE color: 16688583.
HSL color Cylindrical-coordinate representation of color #C7A5FE: hue angle of 262.92º 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 #C7A5FE is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 199 | 165 | 254 | - |
| CMYK | 0.22 | 0.35 | 0 | 0.00 |
| HSL | 262.92º | 0.98% | 0.82% | - |
| HSV(B) | 262.92º | 0.35% | 1% | - |
| XYZ | 54.9 | 46.21 | 99.79 | - |
| YUV | 185.31 | 166.76 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 165 | 254 | 0.22 | 0.35 | 0 | 0.00 | 262.92 | 0.98 | 0.82 |
| Hex | C7 | A5 | FE | 16 | 23 | 0 | 0 | 107 | 62 | 52 |
| Octal | 307 | 245 | 376 | 26 | 43 | 0 | 0 | 407 | 142 | 122 |
| Binary | 11000111 | 10100101 | 11111110 | 10110 | 100011 | 0 | 0 | 100000111 | 1100010 | 1010010 |
Color Harmonies of #C7A5FE
Complementary color
Monochromatic Colors of #C7A5FE
Black with #C7A5FE
Text Example
Text Example
White with #C7A5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A5FE; }
p { color: rgb(199,165,254); }
H1.HeaderClassName
{
color: #C7A5FE;
}
.AnyTagClassName
{
color: #C7A5FE;
}
</style>
background-color css
<style>
a { background-color: #C7A5FE; }
a { background-color: rgb(199,165,254); }
div.DivClassName
{
background-color: #C7A5FE;
}
.BgClassName
{
background-color: #C7A5FE;
}
</style>
border-color css
<style>
span { border-color: #C7A5FE; }
span { border-color: rgb(199,165,254); }
td.TdClassName
{
border-color: #C7A5FE;
}
.TagClassName
{
border-color: #C7A5FE;
}
</style>