Shades of Mauve #C69FFF
Tints of Mauve #C69FFF
RGB
CMYK
RGB Variations
Color information
#C69FFF (or 0xC69FFF) is known color: Mauve. HEX triplet: C6, 9F and FF. RGB value is (198,159,255). Sum of RGB (Red+Green+Blue) = 198+159+255=612 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.35% from 612); Green value is 159 (62.5% from 255 or 25.98% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: blue. Hex color #C69FFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C69FFF is #396000. Grayscale: #B5B5B5. Windows color (decimal): -3760129 or 16752582. OLE color: 16752582.
HSL color Cylindrical-coordinate representation of color #C69FFF: hue angle of 264.38º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C69FFF is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 198 | 159 | 255 | - |
| CMYK | 0.22 | 0.38 | 0 | 0 |
| HSL | 264.38º | 1% | 0.81% | - |
| HSV(B) | 264.38º | 0.38% | 1% | - |
| XYZ | 53.74 | 44.02 | 100.27 | - |
| YUV | 181.61 | 169.42 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 159 | 255 | 0.22 | 0.38 | 0 | 0 | 264.38 | 1 | 0.81 |
| Hex | C6 | 9F | FF | 16 | 26 | 0 | 0 | 108 | 64 | 51 |
| Octal | 306 | 237 | 377 | 26 | 46 | 0 | 0 | 410 | 144 | 121 |
| Binary | 11000110 | 10011111 | 11111111 | 10110 | 100110 | 0 | 0 | 100001000 | 1100100 | 1010001 |
Color Harmonies of #C69FFF
Complementary color
Monochromatic Colors of #C69FFF
Black with #C69FFF
Text Example
Text Example
White with #C69FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69FFF; }
p { color: rgb(198,159,255); }
H1.HeaderClassName
{
color: #C69FFF;
}
.AnyTagClassName
{
color: #C69FFF;
}
</style>
background-color css
<style>
a { background-color: #C69FFF; }
a { background-color: rgb(198,159,255); }
div.DivClassName
{
background-color: #C69FFF;
}
.BgClassName
{
background-color: #C69FFF;
}
</style>
border-color css
<style>
span { border-color: #C69FFF; }
span { border-color: rgb(198,159,255); }
td.TdClassName
{
border-color: #C69FFF;
}
.TagClassName
{
border-color: #C69FFF;
}
</style>