Shades of Mauve #C69DFF
Tints of Mauve #C69DFF
RGB
CMYK
RGB Variations
Color information
#C69DFF (or 0xC69DFF) is known color: Mauve. HEX triplet: C6, 9D and FF. RGB value is (198,157,255). Sum of RGB (Red+Green+Blue) = 198+157+255=610 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.46% from 610); Green value is 157 (61.72% from 255 or 25.74% from 610); Blue value is 255 (100% from 255 or 41.80% from 610); Max value from RGB is 255 - color contains mainly: blue. Hex color #C69DFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C69DFF is #396200. Grayscale: #B4B4B4. Windows color (decimal): -3760641 or 16752070. OLE color: 16752070.
HSL color Cylindrical-coordinate representation of color #C69DFF: hue angle of 265.1º 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 #C69DFF is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 198 | 157 | 255 | - |
| CMYK | 0.22 | 0.38 | 0 | 0 |
| HSL | 265.1º | 1% | 0.81% | - |
| HSV(B) | 265.1º | 0.38% | 1% | - |
| XYZ | 53.4 | 43.34 | 100.16 | - |
| YUV | 180.43 | 170.08 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 157 | 255 | 0.22 | 0.38 | 0 | 0 | 265.1 | 1 | 0.81 |
| Hex | C6 | 9D | FF | 16 | 26 | 0 | 0 | 109 | 64 | 51 |
| Octal | 306 | 235 | 377 | 26 | 46 | 0 | 0 | 411 | 144 | 121 |
| Binary | 11000110 | 10011101 | 11111111 | 10110 | 100110 | 0 | 0 | 100001001 | 1100100 | 1010001 |
Color Harmonies of #C69DFF
Complementary color
Monochromatic Colors of #C69DFF
Black with #C69DFF
Text Example
Text Example
White with #C69DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69DFF; }
p { color: rgb(198,157,255); }
H1.HeaderClassName
{
color: #C69DFF;
}
.AnyTagClassName
{
color: #C69DFF;
}
</style>
background-color css
<style>
a { background-color: #C69DFF; }
a { background-color: rgb(198,157,255); }
div.DivClassName
{
background-color: #C69DFF;
}
.BgClassName
{
background-color: #C69DFF;
}
</style>
border-color css
<style>
span { border-color: #C69DFF; }
span { border-color: rgb(198,157,255); }
td.TdClassName
{
border-color: #C69DFF;
}
.TagClassName
{
border-color: #C69DFF;
}
</style>