Shades of Mauve #C69CFE
Tints of Mauve #C69CFE
RGB
CMYK
RGB Variations
Color information
#C69CFE (or 0xC69CFE) is known color: Mauve. HEX triplet: C6, 9C and FE. RGB value is (198,156,254). Sum of RGB (Red+Green+Blue) = 198+156+254=608 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.57% from 608); Green value is 156 (61.33% from 255 or 25.66% from 608); Blue value is 254 (99.61% from 255 or 41.78% from 608); Max value from RGB is 254 - color contains mainly: blue. Hex color #C69CFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C69CFE is #396301. Grayscale: #B3B3B3. Windows color (decimal): -3760898 or 16686278. OLE color: 16686278.
HSL color Cylindrical-coordinate representation of color #C69CFE: hue angle of 265.71º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C69CFE is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 198 | 156 | 254 | - |
| CMYK | 0.22 | 0.39 | 0 | 0.00 |
| HSL | 265.71º | 0.98% | 0.8% | - |
| HSV(B) | 265.71º | 0.39% | 1% | - |
| XYZ | 53.07 | 42.94 | 99.26 | - |
| YUV | 179.73 | 169.91 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 156 | 254 | 0.22 | 0.39 | 0 | 0.00 | 265.71 | 0.98 | 0.8 |
| Hex | C6 | 9C | FE | 16 | 27 | 0 | 0 | 10A | 62 | 50 |
| Octal | 306 | 234 | 376 | 26 | 47 | 0 | 0 | 412 | 142 | 120 |
| Binary | 11000110 | 10011100 | 11111110 | 10110 | 100111 | 0 | 0 | 100001010 | 1100010 | 1010000 |
Color Harmonies of #C69CFE
Complementary color
Monochromatic Colors of #C69CFE
Black with #C69CFE
Text Example
Text Example
White with #C69CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69CFE; }
p { color: rgb(198,156,254); }
H1.HeaderClassName
{
color: #C69CFE;
}
.AnyTagClassName
{
color: #C69CFE;
}
</style>
background-color css
<style>
a { background-color: #C69CFE; }
a { background-color: rgb(198,156,254); }
div.DivClassName
{
background-color: #C69CFE;
}
.BgClassName
{
background-color: #C69CFE;
}
</style>
border-color css
<style>
span { border-color: #C69CFE; }
span { border-color: rgb(198,156,254); }
td.TdClassName
{
border-color: #C69CFE;
}
.TagClassName
{
border-color: #C69CFE;
}
</style>