Shades of Mauve #C698FF
Tints of Mauve #C698FF
RGB
CMYK
RGB Variations
Color information
#C698FF (or 0xC698FF) is known color: Mauve. HEX triplet: C6, 98 and FF. RGB value is (198,152,255). Sum of RGB (Red+Green+Blue) = 198+152+255=605 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.73% from 605); Green value is 152 (59.77% from 255 or 25.12% 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 #C698FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C698FF is #396700. Grayscale: #B1B1B1. Windows color (decimal): -3761921 or 16750790. OLE color: 16750790.
HSL color Cylindrical-coordinate representation of color #C698FF: hue angle of 266.8º 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 #C698FF is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 198 | 152 | 255 | - |
| CMYK | 0.22 | 0.40 | 0 | 0 |
| HSL | 266.8º | 1% | 0.8% | - |
| HSV(B) | 266.8º | 0.4% | 1% | - |
| XYZ | 52.57 | 41.68 | 99.88 | - |
| YUV | 177.5 | 171.74 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 152 | 255 | 0.22 | 0.40 | 0 | 0 | 266.8 | 1 | 0.8 |
| Hex | C6 | 98 | FF | 16 | 28 | 0 | 0 | 10B | 64 | 50 |
| Octal | 306 | 230 | 377 | 26 | 50 | 0 | 0 | 413 | 144 | 120 |
| Binary | 11000110 | 10011000 | 11111111 | 10110 | 101000 | 0 | 0 | 100001011 | 1100100 | 1010000 |
Color Harmonies of #C698FF
Complementary color
Monochromatic Colors of #C698FF
Black with #C698FF
Text Example
Text Example
White with #C698FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C698FF; }
p { color: rgb(198,152,255); }
H1.HeaderClassName
{
color: #C698FF;
}
.AnyTagClassName
{
color: #C698FF;
}
</style>
background-color css
<style>
a { background-color: #C698FF; }
a { background-color: rgb(198,152,255); }
div.DivClassName
{
background-color: #C698FF;
}
.BgClassName
{
background-color: #C698FF;
}
</style>
border-color css
<style>
span { border-color: #C698FF; }
span { border-color: rgb(198,152,255); }
td.TdClassName
{
border-color: #C698FF;
}
.TagClassName
{
border-color: #C698FF;
}
</style>