Shades of Mauve #C8A6FC
Tints of Mauve #C8A6FC
RGB
CMYK
RGB Variations
Color information
#C8A6FC (or 0xC8A6FC) is known color: Mauve. HEX triplet: C8, A6 and FC. RGB value is (200,166,252). Sum of RGB (Red+Green+Blue) = 200+166+252=618 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.36% from 618); Green value is 166 (65.23% from 255 or 26.86% from 618); Blue value is 252 (98.83% from 255 or 40.78% from 618); Max value from RGB is 252 - color contains mainly: blue. Hex color #C8A6FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8A6FC is #375903. Grayscale: #B9B9B9. Windows color (decimal): -3627268 or 16557768. OLE color: 16557768.
HSL color Cylindrical-coordinate representation of color #C8A6FC: hue angle of 263.72º 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 #C8A6FC is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 166 | 252 | - |
| CMYK | 0.21 | 0.34 | 0 | 0.01 |
| HSL | 263.72º | 0.93% | 0.82% | - |
| HSV(B) | 263.72º | 0.34% | 0.99% | - |
| XYZ | 55.03 | 46.58 | 98.19 | - |
| YUV | 185.97 | 165.26 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 166 | 252 | 0.21 | 0.34 | 0 | 0.01 | 263.72 | 0.93 | 0.82 |
| Hex | C8 | A6 | FC | 15 | 22 | 0 | 1 | 108 | 5D | 52 |
| Octal | 310 | 246 | 374 | 25 | 42 | 0 | 1 | 410 | 135 | 122 |
| Binary | 11001000 | 10100110 | 11111100 | 10101 | 100010 | 0 | 1 | 100001000 | 1011101 | 1010010 |
Color Harmonies of #C8A6FC
Complementary color
Monochromatic Colors of #C8A6FC
Black with #C8A6FC
Text Example
Text Example
White with #C8A6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A6FC; }
p { color: rgb(200,166,252); }
H1.HeaderClassName
{
color: #C8A6FC;
}
.AnyTagClassName
{
color: #C8A6FC;
}
</style>
background-color css
<style>
a { background-color: #C8A6FC; }
a { background-color: rgb(200,166,252); }
div.DivClassName
{
background-color: #C8A6FC;
}
.BgClassName
{
background-color: #C8A6FC;
}
</style>
border-color css
<style>
span { border-color: #C8A6FC; }
span { border-color: rgb(200,166,252); }
td.TdClassName
{
border-color: #C8A6FC;
}
.TagClassName
{
border-color: #C8A6FC;
}
</style>