Shades of Mauve #C69EFF
Tints of Mauve #C69EFF
RGB
CMYK
RGB Variations
Color information
#C69EFF (or 0xC69EFF) is known color: Mauve. HEX triplet: C6, 9E and FF. RGB value is (198,158,255). Sum of RGB (Red+Green+Blue) = 198+158+255=611 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.41% from 611); Green value is 158 (62.11% from 255 or 25.86% from 611); Blue value is 255 (100% from 255 or 41.73% from 611); Max value from RGB is 255 - color contains mainly: blue. Hex color #C69EFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C69EFF is #396100. Grayscale: #B4B4B4. Windows color (decimal): -3760385 or 16752326. OLE color: 16752326.
HSL color Cylindrical-coordinate representation of color #C69EFF: hue angle of 264.74º 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 #C69EFF is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 198 | 158 | 255 | - |
| CMYK | 0.22 | 0.38 | 0 | 0 |
| HSL | 264.74º | 1% | 0.81% | - |
| HSV(B) | 264.74º | 0.38% | 1% | - |
| XYZ | 53.57 | 43.68 | 100.22 | - |
| YUV | 181.02 | 169.75 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 158 | 255 | 0.22 | 0.38 | 0 | 0 | 264.74 | 1 | 0.81 |
| Hex | C6 | 9E | FF | 16 | 26 | 0 | 0 | 109 | 64 | 51 |
| Octal | 306 | 236 | 377 | 26 | 46 | 0 | 0 | 411 | 144 | 121 |
| Binary | 11000110 | 10011110 | 11111111 | 10110 | 100110 | 0 | 0 | 100001001 | 1100100 | 1010001 |
Color Harmonies of #C69EFF
Complementary color
Monochromatic Colors of #C69EFF
Black with #C69EFF
Text Example
Text Example
White with #C69EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69EFF; }
p { color: rgb(198,158,255); }
H1.HeaderClassName
{
color: #C69EFF;
}
.AnyTagClassName
{
color: #C69EFF;
}
</style>
background-color css
<style>
a { background-color: #C69EFF; }
a { background-color: rgb(198,158,255); }
div.DivClassName
{
background-color: #C69EFF;
}
.BgClassName
{
background-color: #C69EFF;
}
</style>
border-color css
<style>
span { border-color: #C69EFF; }
span { border-color: rgb(198,158,255); }
td.TdClassName
{
border-color: #C69EFF;
}
.TagClassName
{
border-color: #C69EFF;
}
</style>