Shades of Mauve #C694FF
Tints of Mauve #C694FF
RGB
CMYK
RGB Variations
Color information
#C694FF (or 0xC694FF) is known color: Mauve. HEX triplet: C6, 94 and FF. RGB value is (198,148,255). Sum of RGB (Red+Green+Blue) = 198+148+255=601 (79% of max value = 765). Red value is 198 (77.73% from 255 or 32.95% from 601); Green value is 148 (58.20% from 255 or 24.63% from 601); Blue value is 255 (100% from 255 or 42.43% from 601); Max value from RGB is 255 - color contains mainly: blue. Hex color #C694FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C694FF is #396B00. Grayscale: #AEAEAE. Windows color (decimal): -3762945 or 16749766. OLE color: 16749766.
HSL color Cylindrical-coordinate representation of color #C694FF: hue angle of 268.04º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C694FF is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 198 | 148 | 255 | - |
| CMYK | 0.22 | 0.42 | 0 | 0 |
| HSL | 268.04º | 1% | 0.79% | - |
| HSV(B) | 268.04º | 0.42% | 1% | - |
| XYZ | 51.93 | 40.41 | 99.67 | - |
| YUV | 175.15 | 173.07 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 148 | 255 | 0.22 | 0.42 | 0 | 0 | 268.04 | 1 | 0.79 |
| Hex | C6 | 94 | FF | 16 | 2A | 0 | 0 | 10C | 64 | 4F |
| Octal | 306 | 224 | 377 | 26 | 52 | 0 | 0 | 414 | 144 | 117 |
| Binary | 11000110 | 10010100 | 11111111 | 10110 | 101010 | 0 | 0 | 100001100 | 1100100 | 1001111 |
Color Harmonies of #C694FF
Complementary color
Monochromatic Colors of #C694FF
Black with #C694FF
Text Example
Text Example
White with #C694FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C694FF; }
p { color: rgb(198,148,255); }
H1.HeaderClassName
{
color: #C694FF;
}
.AnyTagClassName
{
color: #C694FF;
}
</style>
background-color css
<style>
a { background-color: #C694FF; }
a { background-color: rgb(198,148,255); }
div.DivClassName
{
background-color: #C694FF;
}
.BgClassName
{
background-color: #C694FF;
}
</style>
border-color css
<style>
span { border-color: #C694FF; }
span { border-color: rgb(198,148,255); }
td.TdClassName
{
border-color: #C694FF;
}
.TagClassName
{
border-color: #C694FF;
}
</style>