Shades of Mauve #C69FFD
Tints of Mauve #C69FFD
RGB
CMYK
RGB Variations
Color information
#C69FFD (or 0xC69FFD) is known color: Mauve. HEX triplet: C6, 9F and FD. RGB value is (198,159,253). Sum of RGB (Red+Green+Blue) = 198+159+253=610 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.46% from 610); Green value is 159 (62.5% from 255 or 26.07% from 610); Blue value is 253 (99.22% from 255 or 41.48% from 610); Max value from RGB is 253 - color contains mainly: blue. Hex color #C69FFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C69FFD is #396002. Grayscale: #B5B5B5. Windows color (decimal): -3760131 or 16621510. OLE color: 16621510.
HSL color Cylindrical-coordinate representation of color #C69FFD: hue angle of 264.89º degrees, saturation: 0.96, 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 #C69FFD is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 159 | 253 | - |
| CMYK | 0.22 | 0.37 | 0 | 0.01 |
| HSL | 264.89º | 0.96% | 0.81% | - |
| HSV(B) | 264.89º | 0.37% | 0.99% | - |
| XYZ | 53.42 | 43.89 | 98.59 | - |
| YUV | 181.38 | 168.42 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 159 | 253 | 0.22 | 0.37 | 0 | 0.01 | 264.89 | 0.96 | 0.81 |
| Hex | C6 | 9F | FD | 16 | 25 | 0 | 1 | 109 | 60 | 51 |
| Octal | 306 | 237 | 375 | 26 | 45 | 0 | 1 | 411 | 140 | 121 |
| Binary | 11000110 | 10011111 | 11111101 | 10110 | 100101 | 0 | 1 | 100001001 | 1100000 | 1010001 |
Color Harmonies of #C69FFD
Complementary color
Monochromatic Colors of #C69FFD
Black with #C69FFD
Text Example
Text Example
White with #C69FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69FFD; }
p { color: rgb(198,159,253); }
H1.HeaderClassName
{
color: #C69FFD;
}
.AnyTagClassName
{
color: #C69FFD;
}
</style>
background-color css
<style>
a { background-color: #C69FFD; }
a { background-color: rgb(198,159,253); }
div.DivClassName
{
background-color: #C69FFD;
}
.BgClassName
{
background-color: #C69FFD;
}
</style>
border-color css
<style>
span { border-color: #C69FFD; }
span { border-color: rgb(198,159,253); }
td.TdClassName
{
border-color: #C69FFD;
}
.TagClassName
{
border-color: #C69FFD;
}
</style>