Shades of Mauve #C7A8FB
Tints of Mauve #C7A8FB
RGB
CMYK
RGB Variations
Color information
#C7A8FB (or 0xC7A8FB) is known color: Mauve. HEX triplet: C7, A8 and FB. RGB value is (199,168,251). Sum of RGB (Red+Green+Blue) = 199+168+251=618 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.20% from 618); Green value is 168 (66.02% from 255 or 27.18% from 618); Blue value is 251 (98.44% from 255 or 40.61% from 618); Max value from RGB is 251 - color contains mainly: blue. Hex color #C7A8FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7A8FB is #385704. Grayscale: #BABABA. Windows color (decimal): -3692293 or 16492743. OLE color: 16492743.
HSL color Cylindrical-coordinate representation of color #C7A8FB: hue angle of 262.41º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C7A8FB is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 168 | 251 | - |
| CMYK | 0.21 | 0.33 | 0 | 0.02 |
| HSL | 262.41º | 0.91% | 0.82% | - |
| HSV(B) | 262.41º | 0.33% | 0.98% | - |
| XYZ | 54.97 | 47.11 | 97.46 | - |
| YUV | 186.73 | 164.27 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 168 | 251 | 0.21 | 0.33 | 0 | 0.02 | 262.41 | 0.91 | 0.82 |
| Hex | C7 | A8 | FB | 15 | 21 | 0 | 2 | 106 | 5B | 52 |
| Octal | 307 | 250 | 373 | 25 | 41 | 0 | 2 | 406 | 133 | 122 |
| Binary | 11000111 | 10101000 | 11111011 | 10101 | 100001 | 0 | 10 | 100000110 | 1011011 | 1010010 |
Color Harmonies of #C7A8FB
Complementary color
Monochromatic Colors of #C7A8FB
Black with #C7A8FB
Text Example
Text Example
White with #C7A8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A8FB; }
p { color: rgb(199,168,251); }
H1.HeaderClassName
{
color: #C7A8FB;
}
.AnyTagClassName
{
color: #C7A8FB;
}
</style>
background-color css
<style>
a { background-color: #C7A8FB; }
a { background-color: rgb(199,168,251); }
div.DivClassName
{
background-color: #C7A8FB;
}
.BgClassName
{
background-color: #C7A8FB;
}
</style>
border-color css
<style>
span { border-color: #C7A8FB; }
span { border-color: rgb(199,168,251); }
td.TdClassName
{
border-color: #C7A8FB;
}
.TagClassName
{
border-color: #C7A8FB;
}
</style>