Shades of Mauve #C8A2FE
Tints of Mauve #C8A2FE
RGB
CMYK
RGB Variations
Color information
#C8A2FE (or 0xC8A2FE) is known color: Mauve. HEX triplet: C8, A2 and FE. RGB value is (200,162,254). Sum of RGB (Red+Green+Blue) = 200+162+254=616 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.47% from 616); Green value is 162 (63.67% from 255 or 26.30% from 616); Blue value is 254 (99.61% from 255 or 41.23% from 616); Max value from RGB is 254 - color contains mainly: blue. Hex color #C8A2FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8A2FE is #375D01. Grayscale: #B7B7B7. Windows color (decimal): -3628290 or 16687816. OLE color: 16687816.
HSL color Cylindrical-coordinate representation of color #C8A2FE: hue angle of 264.78º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C8A2FE is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 200 | 162 | 254 | - |
| CMYK | 0.21 | 0.36 | 0 | 0.00 |
| HSL | 264.78º | 0.98% | 0.82% | - |
| HSV(B) | 264.78º | 0.36% | 1% | - |
| XYZ | 54.63 | 45.28 | 99.63 | - |
| YUV | 183.85 | 167.59 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 162 | 254 | 0.21 | 0.36 | 0 | 0.00 | 264.78 | 0.98 | 0.82 |
| Hex | C8 | A2 | FE | 15 | 24 | 0 | 0 | 109 | 62 | 52 |
| Octal | 310 | 242 | 376 | 25 | 44 | 0 | 0 | 411 | 142 | 122 |
| Binary | 11001000 | 10100010 | 11111110 | 10101 | 100100 | 0 | 0 | 100001001 | 1100010 | 1010010 |
Color Harmonies of #C8A2FE
Complementary color
Monochromatic Colors of #C8A2FE
Black with #C8A2FE
Text Example
Text Example
White with #C8A2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A2FE; }
p { color: rgb(200,162,254); }
H1.HeaderClassName
{
color: #C8A2FE;
}
.AnyTagClassName
{
color: #C8A2FE;
}
</style>
background-color css
<style>
a { background-color: #C8A2FE; }
a { background-color: rgb(200,162,254); }
div.DivClassName
{
background-color: #C8A2FE;
}
.BgClassName
{
background-color: #C8A2FE;
}
</style>
border-color css
<style>
span { border-color: #C8A2FE; }
span { border-color: rgb(200,162,254); }
td.TdClassName
{
border-color: #C8A2FE;
}
.TagClassName
{
border-color: #C8A2FE;
}
</style>