Shades of Mauve #C7A5FB
Tints of Mauve #C7A5FB
RGB
CMYK
RGB Variations
Color information
#C7A5FB (or 0xC7A5FB) is known color: Mauve. HEX triplet: C7, A5 and FB. RGB value is (199,165,251). Sum of RGB (Red+Green+Blue) = 199+165+251=615 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.36% from 615); Green value is 165 (64.84% from 255 or 26.83% from 615); Blue value is 251 (98.44% from 255 or 40.81% from 615); Max value from RGB is 251 - color contains mainly: blue. Hex color #C7A5FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7A5FB is #385A04. Grayscale: #B8B8B8. Windows color (decimal): -3693061 or 16491975. OLE color: 16491975.
HSL color Cylindrical-coordinate representation of color #C7A5FB: hue angle of 263.72º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C7A5FB is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 165 | 251 | - |
| CMYK | 0.21 | 0.34 | 0 | 0.02 |
| HSL | 263.72º | 0.91% | 0.82% | - |
| HSV(B) | 263.72º | 0.34% | 0.98% | - |
| XYZ | 54.42 | 46.02 | 97.28 | - |
| YUV | 184.97 | 165.26 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 165 | 251 | 0.21 | 0.34 | 0 | 0.02 | 263.72 | 0.91 | 0.82 |
| Hex | C7 | A5 | FB | 15 | 22 | 0 | 2 | 108 | 5B | 52 |
| Octal | 307 | 245 | 373 | 25 | 42 | 0 | 2 | 410 | 133 | 122 |
| Binary | 11000111 | 10100101 | 11111011 | 10101 | 100010 | 0 | 10 | 100001000 | 1011011 | 1010010 |
Color Harmonies of #C7A5FB
Complementary color
Monochromatic Colors of #C7A5FB
Black with #C7A5FB
Text Example
Text Example
White with #C7A5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A5FB; }
p { color: rgb(199,165,251); }
H1.HeaderClassName
{
color: #C7A5FB;
}
.AnyTagClassName
{
color: #C7A5FB;
}
</style>
background-color css
<style>
a { background-color: #C7A5FB; }
a { background-color: rgb(199,165,251); }
div.DivClassName
{
background-color: #C7A5FB;
}
.BgClassName
{
background-color: #C7A5FB;
}
</style>
border-color css
<style>
span { border-color: #C7A5FB; }
span { border-color: rgb(199,165,251); }
td.TdClassName
{
border-color: #C7A5FB;
}
.TagClassName
{
border-color: #C7A5FB;
}
</style>