Shades of Mauve #CA99FA
Tints of Mauve #CA99FA
RGB
CMYK
RGB Variations
Color information
#CA99FA (or 0xCA99FA) is known color: Mauve. HEX triplet: CA, 99 and FA. RGB value is (202,153,250). Sum of RGB (Red+Green+Blue) = 202+153+250=605 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.39% from 605); Green value is 153 (60.16% from 255 or 25.29% from 605); Blue value is 250 (98.05% from 255 or 41.32% from 605); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA99FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA99FA is #356605. Grayscale: #B2B2B2. Windows color (decimal): -3499526 or 16423370. OLE color: 16423370.
HSL color Cylindrical-coordinate representation of color #CA99FA: hue angle of 270.31º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CA99FA is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 153 | 250 | - |
| CMYK | 0.19 | 0.39 | 0 | 0.02 |
| HSL | 270.31º | 0.91% | 0.79% | - |
| HSV(B) | 270.31º | 0.39% | 0.98% | - |
| XYZ | 53 | 42.24 | 95.8 | - |
| YUV | 178.71 | 168.23 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 153 | 250 | 0.19 | 0.39 | 0 | 0.02 | 270.31 | 0.91 | 0.79 |
| Hex | CA | 99 | FA | 13 | 27 | 0 | 2 | 10E | 5B | 4F |
| Octal | 312 | 231 | 372 | 23 | 47 | 0 | 2 | 416 | 133 | 117 |
| Binary | 11001010 | 10011001 | 11111010 | 10011 | 100111 | 0 | 10 | 100001110 | 1011011 | 1001111 |
Color Harmonies of #CA99FA
Complementary color
Monochromatic Colors of #CA99FA
Black with #CA99FA
Text Example
Text Example
White with #CA99FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA99FA; }
p { color: rgb(202,153,250); }
H1.HeaderClassName
{
color: #CA99FA;
}
.AnyTagClassName
{
color: #CA99FA;
}
</style>
background-color css
<style>
a { background-color: #CA99FA; }
a { background-color: rgb(202,153,250); }
div.DivClassName
{
background-color: #CA99FA;
}
.BgClassName
{
background-color: #CA99FA;
}
</style>
border-color css
<style>
span { border-color: #CA99FA; }
span { border-color: rgb(202,153,250); }
td.TdClassName
{
border-color: #CA99FA;
}
.TagClassName
{
border-color: #CA99FA;
}
</style>