Shades of Mauve #C798FF
Tints of Mauve #C798FF
RGB
CMYK
RGB Variations
Color information
#C798FF (or 0xC798FF) is known color: Mauve. HEX triplet: C7, 98 and FF. RGB value is (199,152,255). Sum of RGB (Red+Green+Blue) = 199+152+255=606 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.84% from 606); Green value is 152 (59.77% from 255 or 25.08% from 606); Blue value is 255 (100% from 255 or 42.08% from 606); Max value from RGB is 255 - color contains mainly: blue. Hex color #C798FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C798FF is #386700. Grayscale: #B1B1B1. Windows color (decimal): -3696385 or 16750791. OLE color: 16750791.
HSL color Cylindrical-coordinate representation of color #C798FF: hue angle of 267.38º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C798FF is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 152 | 255 | - |
| CMYK | 0.22 | 0.40 | 0 | 0 |
| HSL | 267.38º | 1% | 0.8% | - |
| HSV(B) | 267.38º | 0.4% | 1% | - |
| XYZ | 52.83 | 41.82 | 99.9 | - |
| YUV | 177.8 | 171.57 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 152 | 255 | 0.22 | 0.40 | 0 | 0 | 267.38 | 1 | 0.8 |
| Hex | C7 | 98 | FF | 16 | 28 | 0 | 0 | 10B | 64 | 50 |
| Octal | 307 | 230 | 377 | 26 | 50 | 0 | 0 | 413 | 144 | 120 |
| Binary | 11000111 | 10011000 | 11111111 | 10110 | 101000 | 0 | 0 | 100001011 | 1100100 | 1010000 |
Color Harmonies of #C798FF
Complementary color
Monochromatic Colors of #C798FF
Black with #C798FF
Text Example
Text Example
White with #C798FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C798FF; }
p { color: rgb(199,152,255); }
H1.HeaderClassName
{
color: #C798FF;
}
.AnyTagClassName
{
color: #C798FF;
}
</style>
background-color css
<style>
a { background-color: #C798FF; }
a { background-color: rgb(199,152,255); }
div.DivClassName
{
background-color: #C798FF;
}
.BgClassName
{
background-color: #C798FF;
}
</style>
border-color css
<style>
span { border-color: #C798FF; }
span { border-color: rgb(199,152,255); }
td.TdClassName
{
border-color: #C798FF;
}
.TagClassName
{
border-color: #C798FF;
}
</style>