Shades of Mauve #C797FF
Tints of Mauve #C797FF
RGB
CMYK
RGB Variations
Color information
#C797FF (or 0xC797FF) is known color: Mauve. HEX triplet: C7, 97 and FF. RGB value is (199,151,255). Sum of RGB (Red+Green+Blue) = 199+151+255=605 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.89% from 605); Green value is 151 (59.38% from 255 or 24.96% from 605); Blue value is 255 (100% from 255 or 42.15% from 605); Max value from RGB is 255 - color contains mainly: blue. Hex color #C797FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C797FF is #386800. Grayscale: #B0B0B0. Windows color (decimal): -3696641 or 16750535. OLE color: 16750535.
HSL color Cylindrical-coordinate representation of color #C797FF: hue angle of 267.69º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C797FF is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 151 | 255 | - |
| CMYK | 0.22 | 0.41 | 0 | 0 |
| HSL | 267.69º | 1% | 0.8% | - |
| HSV(B) | 267.69º | 0.41% | 1% | - |
| XYZ | 52.67 | 41.5 | 99.84 | - |
| YUV | 177.21 | 171.9 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 151 | 255 | 0.22 | 0.41 | 0 | 0 | 267.69 | 1 | 0.8 |
| Hex | C7 | 97 | FF | 16 | 29 | 0 | 0 | 10C | 64 | 50 |
| Octal | 307 | 227 | 377 | 26 | 51 | 0 | 0 | 414 | 144 | 120 |
| Binary | 11000111 | 10010111 | 11111111 | 10110 | 101001 | 0 | 0 | 100001100 | 1100100 | 1010000 |
Color Harmonies of #C797FF
Complementary color
Monochromatic Colors of #C797FF
Black with #C797FF
Text Example
Text Example
White with #C797FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C797FF; }
p { color: rgb(199,151,255); }
H1.HeaderClassName
{
color: #C797FF;
}
.AnyTagClassName
{
color: #C797FF;
}
</style>
background-color css
<style>
a { background-color: #C797FF; }
a { background-color: rgb(199,151,255); }
div.DivClassName
{
background-color: #C797FF;
}
.BgClassName
{
background-color: #C797FF;
}
</style>
border-color css
<style>
span { border-color: #C797FF; }
span { border-color: rgb(199,151,255); }
td.TdClassName
{
border-color: #C797FF;
}
.TagClassName
{
border-color: #C797FF;
}
</style>