Shades of Mauve #C8A7FC
Tints of Mauve #C8A7FC
RGB
CMYK
RGB Variations
Color information
#C8A7FC (or 0xC8A7FC) is known color: Mauve. HEX triplet: C8, A7 and FC. RGB value is (200,167,252). Sum of RGB (Red+Green+Blue) = 200+167+252=619 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.31% from 619); Green value is 167 (65.62% from 255 or 26.98% from 619); Blue value is 252 (98.83% from 255 or 40.71% from 619); Max value from RGB is 252 - color contains mainly: blue. Hex color #C8A7FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8A7FC is #375803. Grayscale: #BABABA. Windows color (decimal): -3627012 or 16558024. OLE color: 16558024.
HSL color Cylindrical-coordinate representation of color #C8A7FC: hue angle of 263.29º 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 #C8A7FC is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 167 | 252 | - |
| CMYK | 0.21 | 0.34 | 0 | 0.01 |
| HSL | 263.29º | 0.93% | 0.82% | - |
| HSV(B) | 263.29º | 0.34% | 0.99% | - |
| XYZ | 55.21 | 46.95 | 98.25 | - |
| YUV | 186.56 | 164.93 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 167 | 252 | 0.21 | 0.34 | 0 | 0.01 | 263.29 | 0.93 | 0.82 |
| Hex | C8 | A7 | FC | 15 | 22 | 0 | 1 | 107 | 5D | 52 |
| Octal | 310 | 247 | 374 | 25 | 42 | 0 | 1 | 407 | 135 | 122 |
| Binary | 11001000 | 10100111 | 11111100 | 10101 | 100010 | 0 | 1 | 100000111 | 1011101 | 1010010 |
Color Harmonies of #C8A7FC
Complementary color
Monochromatic Colors of #C8A7FC
Black with #C8A7FC
Text Example
Text Example
White with #C8A7FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A7FC; }
p { color: rgb(200,167,252); }
H1.HeaderClassName
{
color: #C8A7FC;
}
.AnyTagClassName
{
color: #C8A7FC;
}
</style>
background-color css
<style>
a { background-color: #C8A7FC; }
a { background-color: rgb(200,167,252); }
div.DivClassName
{
background-color: #C8A7FC;
}
.BgClassName
{
background-color: #C8A7FC;
}
</style>
border-color css
<style>
span { border-color: #C8A7FC; }
span { border-color: rgb(200,167,252); }
td.TdClassName
{
border-color: #C8A7FC;
}
.TagClassName
{
border-color: #C8A7FC;
}
</style>