Shades of Mauve #C69BFD
Tints of Mauve #C69BFD
RGB
CMYK
RGB Variations
Color information
#C69BFD (or 0xC69BFD) is known color: Mauve. HEX triplet: C6, 9B and FD. RGB value is (198,155,253). Sum of RGB (Red+Green+Blue) = 198+155+253=606 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.67% from 606); Green value is 155 (60.94% from 255 or 25.58% from 606); Blue value is 253 (99.22% from 255 or 41.75% from 606); Max value from RGB is 253 - color contains mainly: blue. Hex color #C69BFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C69BFD is #396402. Grayscale: #B2B2B2. Windows color (decimal): -3761155 or 16620486. OLE color: 16620486.
HSL color Cylindrical-coordinate representation of color #C69BFD: hue angle of 266.33º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C69BFD is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 155 | 253 | - |
| CMYK | 0.22 | 0.39 | 0 | 0.01 |
| HSL | 266.33º | 0.96% | 0.8% | - |
| HSV(B) | 266.33º | 0.39% | 0.99% | - |
| XYZ | 52.74 | 42.54 | 98.36 | - |
| YUV | 179.03 | 169.75 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 155 | 253 | 0.22 | 0.39 | 0 | 0.01 | 266.33 | 0.96 | 0.8 |
| Hex | C6 | 9B | FD | 16 | 27 | 0 | 1 | 10A | 60 | 50 |
| Octal | 306 | 233 | 375 | 26 | 47 | 0 | 1 | 412 | 140 | 120 |
| Binary | 11000110 | 10011011 | 11111101 | 10110 | 100111 | 0 | 1 | 100001010 | 1100000 | 1010000 |
Color Harmonies of #C69BFD
Complementary color
Monochromatic Colors of #C69BFD
Black with #C69BFD
Text Example
Text Example
White with #C69BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69BFD; }
p { color: rgb(198,155,253); }
H1.HeaderClassName
{
color: #C69BFD;
}
.AnyTagClassName
{
color: #C69BFD;
}
</style>
background-color css
<style>
a { background-color: #C69BFD; }
a { background-color: rgb(198,155,253); }
div.DivClassName
{
background-color: #C69BFD;
}
.BgClassName
{
background-color: #C69BFD;
}
</style>
border-color css
<style>
span { border-color: #C69BFD; }
span { border-color: rgb(198,155,253); }
td.TdClassName
{
border-color: #C69BFD;
}
.TagClassName
{
border-color: #C69BFD;
}
</style>