Shades of Mauve #C699FD
Tints of Mauve #C699FD
RGB
CMYK
RGB Variations
Color information
#C699FD (or 0xC699FD) is known color: Mauve. HEX triplet: C6, 99 and FD. RGB value is (198,153,253). Sum of RGB (Red+Green+Blue) = 198+153+253=604 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.78% from 604); Green value is 153 (60.16% from 255 or 25.33% from 604); Blue value is 253 (99.22% from 255 or 41.89% from 604); Max value from RGB is 253 - color contains mainly: blue. Hex color #C699FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C699FD is #396602. Grayscale: #B1B1B1. Windows color (decimal): -3761667 or 16619974. OLE color: 16619974.
HSL color Cylindrical-coordinate representation of color #C699FD: hue angle of 267º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C699FD is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 153 | 253 | - |
| CMYK | 0.22 | 0.40 | 0 | 0.01 |
| HSL | 267º | 0.96% | 0.8% | - |
| HSV(B) | 267º | 0.4% | 0.99% | - |
| XYZ | 52.41 | 41.88 | 98.25 | - |
| YUV | 177.86 | 170.41 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 153 | 253 | 0.22 | 0.40 | 0 | 0.01 | 267 | 0.96 | 0.8 |
| Hex | C6 | 99 | FD | 16 | 28 | 0 | 1 | 10B | 60 | 50 |
| Octal | 306 | 231 | 375 | 26 | 50 | 0 | 1 | 413 | 140 | 120 |
| Binary | 11000110 | 10011001 | 11111101 | 10110 | 101000 | 0 | 1 | 100001011 | 1100000 | 1010000 |
Color Harmonies of #C699FD
Complementary color
Monochromatic Colors of #C699FD
Black with #C699FD
Text Example
Text Example
White with #C699FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C699FD; }
p { color: rgb(198,153,253); }
H1.HeaderClassName
{
color: #C699FD;
}
.AnyTagClassName
{
color: #C699FD;
}
</style>
background-color css
<style>
a { background-color: #C699FD; }
a { background-color: rgb(198,153,253); }
div.DivClassName
{
background-color: #C699FD;
}
.BgClassName
{
background-color: #C699FD;
}
</style>
border-color css
<style>
span { border-color: #C699FD; }
span { border-color: rgb(198,153,253); }
td.TdClassName
{
border-color: #C699FD;
}
.TagClassName
{
border-color: #C699FD;
}
</style>