Shades of Mauve #CA9BFC
Tints of Mauve #CA9BFC
RGB
CMYK
RGB Variations
Color information
#CA9BFC (or 0xCA9BFC) is known color: Mauve. HEX triplet: CA, 9B and FC. RGB value is (202,155,252). Sum of RGB (Red+Green+Blue) = 202+155+252=609 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.17% from 609); Green value is 155 (60.94% from 255 or 25.45% 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 #CA9BFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA9BFC is #356403. Grayscale: #B3B3B3. Windows color (decimal): -3499012 or 16554954. OLE color: 16554954.
HSL color Cylindrical-coordinate representation of color #CA9BFC: hue angle of 269.07º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CA9BFC is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 202 | 155 | 252 | - |
| CMYK | 0.20 | 0.38 | 0 | 0.01 |
| HSL | 269.07º | 0.94% | 0.8% | - |
| HSV(B) | 269.07º | 0.38% | 0.99% | - |
| XYZ | 53.65 | 43.03 | 97.57 | - |
| YUV | 180.11 | 168.57 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 155 | 252 | 0.20 | 0.38 | 0 | 0.01 | 269.07 | 0.94 | 0.8 |
| Hex | CA | 9B | FC | 14 | 26 | 0 | 1 | 10D | 5E | 50 |
| Octal | 312 | 233 | 374 | 24 | 46 | 0 | 1 | 415 | 136 | 120 |
| Binary | 11001010 | 10011011 | 11111100 | 10100 | 100110 | 0 | 1 | 100001101 | 1011110 | 1010000 |
Color Harmonies of #CA9BFC
Complementary color
Monochromatic Colors of #CA9BFC
Black with #CA9BFC
Text Example
Text Example
White with #CA9BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9BFC; }
p { color: rgb(202,155,252); }
H1.HeaderClassName
{
color: #CA9BFC;
}
.AnyTagClassName
{
color: #CA9BFC;
}
</style>
background-color css
<style>
a { background-color: #CA9BFC; }
a { background-color: rgb(202,155,252); }
div.DivClassName
{
background-color: #CA9BFC;
}
.BgClassName
{
background-color: #CA9BFC;
}
</style>
border-color css
<style>
span { border-color: #CA9BFC; }
span { border-color: rgb(202,155,252); }
td.TdClassName
{
border-color: #CA9BFC;
}
.TagClassName
{
border-color: #CA9BFC;
}
</style>