Shades of Mauve #C69FFC
Tints of Mauve #C69FFC
RGB
CMYK
RGB Variations
Color information
#C69FFC (or 0xC69FFC) is known color: Mauve. HEX triplet: C6, 9F and FC. RGB value is (198,159,252). Sum of RGB (Red+Green+Blue) = 198+159+252=609 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.51% from 609); Green value is 159 (62.5% from 255 or 26.11% from 609); Blue value is 252 (98.83% from 255 or 41.38% from 609); Max value from RGB is 252 - color contains mainly: blue. Hex color #C69FFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C69FFC is #396003. Grayscale: #B4B4B4. Windows color (decimal): -3760132 or 16555974. OLE color: 16555974.
HSL color Cylindrical-coordinate representation of color #C69FFC: hue angle of 265.16º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C69FFC is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 159 | 252 | - |
| CMYK | 0.21 | 0.37 | 0 | 0.01 |
| HSL | 265.16º | 0.94% | 0.81% | - |
| HSV(B) | 265.16º | 0.37% | 0.99% | - |
| XYZ | 53.26 | 43.83 | 97.75 | - |
| YUV | 181.26 | 167.92 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 159 | 252 | 0.21 | 0.37 | 0 | 0.01 | 265.16 | 0.94 | 0.81 |
| Hex | C6 | 9F | FC | 15 | 25 | 0 | 1 | 109 | 5E | 51 |
| Octal | 306 | 237 | 374 | 25 | 45 | 0 | 1 | 411 | 136 | 121 |
| Binary | 11000110 | 10011111 | 11111100 | 10101 | 100101 | 0 | 1 | 100001001 | 1011110 | 1010001 |
Color Harmonies of #C69FFC
Complementary color
Monochromatic Colors of #C69FFC
Black with #C69FFC
Text Example
Text Example
White with #C69FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69FFC; }
p { color: rgb(198,159,252); }
H1.HeaderClassName
{
color: #C69FFC;
}
.AnyTagClassName
{
color: #C69FFC;
}
</style>
background-color css
<style>
a { background-color: #C69FFC; }
a { background-color: rgb(198,159,252); }
div.DivClassName
{
background-color: #C69FFC;
}
.BgClassName
{
background-color: #C69FFC;
}
</style>
border-color css
<style>
span { border-color: #C69FFC; }
span { border-color: rgb(198,159,252); }
td.TdClassName
{
border-color: #C69FFC;
}
.TagClassName
{
border-color: #C69FFC;
}
</style>