Shades of Mauve #C698FE
Tints of Mauve #C698FE
RGB
CMYK
RGB Variations
Color information
#C698FE (or 0xC698FE) is known color: Mauve. HEX triplet: C6, 98 and FE. RGB value is (198,152,254). Sum of RGB (Red+Green+Blue) = 198+152+254=604 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.78% from 604); Green value is 152 (59.77% from 255 or 25.17% from 604); Blue value is 254 (99.61% from 255 or 42.05% from 604); Max value from RGB is 254 - color contains mainly: blue. Hex color #C698FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C698FE is #396701. Grayscale: #B1B1B1. Windows color (decimal): -3761922 or 16685254. OLE color: 16685254.
HSL color Cylindrical-coordinate representation of color #C698FE: hue angle of 267.06º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C698FE is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 198 | 152 | 254 | - |
| CMYK | 0.22 | 0.40 | 0 | 0.00 |
| HSL | 267.06º | 0.98% | 0.8% | - |
| HSV(B) | 267.06º | 0.4% | 1% | - |
| XYZ | 52.41 | 41.62 | 99.04 | - |
| YUV | 177.38 | 171.24 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 152 | 254 | 0.22 | 0.40 | 0 | 0.00 | 267.06 | 0.98 | 0.8 |
| Hex | C6 | 98 | FE | 16 | 28 | 0 | 0 | 10B | 62 | 50 |
| Octal | 306 | 230 | 376 | 26 | 50 | 0 | 0 | 413 | 142 | 120 |
| Binary | 11000110 | 10011000 | 11111110 | 10110 | 101000 | 0 | 0 | 100001011 | 1100010 | 1010000 |
Color Harmonies of #C698FE
Complementary color
Monochromatic Colors of #C698FE
Black with #C698FE
Text Example
Text Example
White with #C698FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C698FE; }
p { color: rgb(198,152,254); }
H1.HeaderClassName
{
color: #C698FE;
}
.AnyTagClassName
{
color: #C698FE;
}
</style>
background-color css
<style>
a { background-color: #C698FE; }
a { background-color: rgb(198,152,254); }
div.DivClassName
{
background-color: #C698FE;
}
.BgClassName
{
background-color: #C698FE;
}
</style>
border-color css
<style>
span { border-color: #C698FE; }
span { border-color: rgb(198,152,254); }
td.TdClassName
{
border-color: #C698FE;
}
.TagClassName
{
border-color: #C698FE;
}
</style>