Shades of Mauve #CA9EFC
Tints of Mauve #CA9EFC
RGB
CMYK
RGB Variations
Color information
#CA9EFC (or 0xCA9EFC) is known color: Mauve. HEX triplet: CA, 9E and FC. RGB value is (202,158,252). Sum of RGB (Red+Green+Blue) = 202+158+252=612 (81% of max value = 765). Red value is 202 (79.30% from 255 or 33.01% from 612); Green value is 158 (62.11% from 255 or 25.82% from 612); Blue value is 252 (98.83% from 255 or 41.18% from 612); Max value from RGB is 252 - color contains mainly: blue. Hex color #CA9EFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA9EFC is #356103. Grayscale: #B5B5B5. Windows color (decimal): -3498244 or 16555722. OLE color: 16555722.
HSL color Cylindrical-coordinate representation of color #CA9EFC: hue angle of 268.09º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CA9EFC is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 202 | 158 | 252 | - |
| CMYK | 0.20 | 0.37 | 0 | 0.01 |
| HSL | 268.09º | 0.94% | 0.8% | - |
| HSV(B) | 268.09º | 0.37% | 0.99% | - |
| XYZ | 54.15 | 44.04 | 97.74 | - |
| YUV | 181.87 | 167.58 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 158 | 252 | 0.20 | 0.37 | 0 | 0.01 | 268.09 | 0.94 | 0.8 |
| Hex | CA | 9E | FC | 14 | 25 | 0 | 1 | 10C | 5E | 50 |
| Octal | 312 | 236 | 374 | 24 | 45 | 0 | 1 | 414 | 136 | 120 |
| Binary | 11001010 | 10011110 | 11111100 | 10100 | 100101 | 0 | 1 | 100001100 | 1011110 | 1010000 |
Color Harmonies of #CA9EFC
Complementary color
Monochromatic Colors of #CA9EFC
Black with #CA9EFC
Text Example
Text Example
White with #CA9EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9EFC; }
p { color: rgb(202,158,252); }
H1.HeaderClassName
{
color: #CA9EFC;
}
.AnyTagClassName
{
color: #CA9EFC;
}
</style>
background-color css
<style>
a { background-color: #CA9EFC; }
a { background-color: rgb(202,158,252); }
div.DivClassName
{
background-color: #CA9EFC;
}
.BgClassName
{
background-color: #CA9EFC;
}
</style>
border-color css
<style>
span { border-color: #CA9EFC; }
span { border-color: rgb(202,158,252); }
td.TdClassName
{
border-color: #CA9EFC;
}
.TagClassName
{
border-color: #CA9EFC;
}
</style>