Shades of Mauve #C69FFE
Tints of Mauve #C69FFE
RGB
CMYK
RGB Variations
Color information
#C69FFE (or 0xC69FFE) is known color: Mauve. HEX triplet: C6, 9F and FE. RGB value is (198,159,254). Sum of RGB (Red+Green+Blue) = 198+159+254=611 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.41% from 611); Green value is 159 (62.5% from 255 or 26.02% from 611); Blue value is 254 (99.61% from 255 or 41.57% from 611); Max value from RGB is 254 - color contains mainly: blue. Hex color #C69FFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C69FFE is #396001. Grayscale: #B5B5B5. Windows color (decimal): -3760130 or 16687046. OLE color: 16687046.
HSL color Cylindrical-coordinate representation of color #C69FFE: hue angle of 264.63º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C69FFE is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 198 | 159 | 254 | - |
| CMYK | 0.22 | 0.37 | 0 | 0.00 |
| HSL | 264.63º | 0.98% | 0.81% | - |
| HSV(B) | 264.63º | 0.37% | 1% | - |
| XYZ | 53.58 | 43.96 | 99.43 | - |
| YUV | 181.49 | 168.92 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 159 | 254 | 0.22 | 0.37 | 0 | 0.00 | 264.63 | 0.98 | 0.81 |
| Hex | C6 | 9F | FE | 16 | 25 | 0 | 0 | 109 | 62 | 51 |
| Octal | 306 | 237 | 376 | 26 | 45 | 0 | 0 | 411 | 142 | 121 |
| Binary | 11000110 | 10011111 | 11111110 | 10110 | 100101 | 0 | 0 | 100001001 | 1100010 | 1010001 |
Color Harmonies of #C69FFE
Complementary color
Monochromatic Colors of #C69FFE
Black with #C69FFE
Text Example
Text Example
White with #C69FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69FFE; }
p { color: rgb(198,159,254); }
H1.HeaderClassName
{
color: #C69FFE;
}
.AnyTagClassName
{
color: #C69FFE;
}
</style>
background-color css
<style>
a { background-color: #C69FFE; }
a { background-color: rgb(198,159,254); }
div.DivClassName
{
background-color: #C69FFE;
}
.BgClassName
{
background-color: #C69FFE;
}
</style>
border-color css
<style>
span { border-color: #C69FFE; }
span { border-color: rgb(198,159,254); }
td.TdClassName
{
border-color: #C69FFE;
}
.TagClassName
{
border-color: #C69FFE;
}
</style>