Shades of Mauve #C698FD
Tints of Mauve #C698FD
RGB
CMYK
RGB Variations
Color information
#C698FD (or 0xC698FD) is known color: Mauve. HEX triplet: C6, 98 and FD. RGB value is (198,152,253). Sum of RGB (Red+Green+Blue) = 198+152+253=603 (79% of max value = 765). Red value is 198 (77.73% from 255 or 32.84% from 603); Green value is 152 (59.77% from 255 or 25.21% from 603); Blue value is 253 (99.22% from 255 or 41.96% from 603); Max value from RGB is 253 - color contains mainly: blue. Hex color #C698FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C698FD is #396702. Grayscale: #B0B0B0. Windows color (decimal): -3761923 or 16619718. OLE color: 16619718.
HSL color Cylindrical-coordinate representation of color #C698FD: hue angle of 267.33º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C698FD is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 152 | 253 | - |
| CMYK | 0.22 | 0.40 | 0 | 0.01 |
| HSL | 267.33º | 0.96% | 0.79% | - |
| HSV(B) | 267.33º | 0.4% | 0.99% | - |
| XYZ | 52.25 | 41.55 | 98.2 | - |
| YUV | 177.27 | 170.74 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 152 | 253 | 0.22 | 0.40 | 0 | 0.01 | 267.33 | 0.96 | 0.79 |
| Hex | C6 | 98 | FD | 16 | 28 | 0 | 1 | 10B | 60 | 4F |
| Octal | 306 | 230 | 375 | 26 | 50 | 0 | 1 | 413 | 140 | 117 |
| Binary | 11000110 | 10011000 | 11111101 | 10110 | 101000 | 0 | 1 | 100001011 | 1100000 | 1001111 |
Color Harmonies of #C698FD
Complementary color
Monochromatic Colors of #C698FD
Black with #C698FD
Text Example
Text Example
White with #C698FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C698FD; }
p { color: rgb(198,152,253); }
H1.HeaderClassName
{
color: #C698FD;
}
.AnyTagClassName
{
color: #C698FD;
}
</style>
background-color css
<style>
a { background-color: #C698FD; }
a { background-color: rgb(198,152,253); }
div.DivClassName
{
background-color: #C698FD;
}
.BgClassName
{
background-color: #C698FD;
}
</style>
border-color css
<style>
span { border-color: #C698FD; }
span { border-color: rgb(198,152,253); }
td.TdClassName
{
border-color: #C698FD;
}
.TagClassName
{
border-color: #C698FD;
}
</style>