Shades of Mauve #CA99FF
Tints of Mauve #CA99FF
RGB
CMYK
RGB Variations
Color information
#CA99FF (or 0xCA99FF) is known color: Mauve. HEX triplet: CA, 99 and FF. RGB value is (202,153,255). Sum of RGB (Red+Green+Blue) = 202+153+255=610 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.11% from 610); Green value is 153 (60.16% from 255 or 25.08% from 610); Blue value is 255 (100% from 255 or 41.80% from 610); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA99FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA99FF is #356600. Grayscale: #B2B2B2. Windows color (decimal): -3499521 or 16751050. OLE color: 16751050.
HSL color Cylindrical-coordinate representation of color #CA99FF: hue angle of 268.82º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CA99FF is Cyan = 0.21, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 153 | 255 | - |
| CMYK | 0.21 | 0.4 | 0 | 0 |
| HSL | 268.82º | 1% | 0.8% | - |
| HSV(B) | 268.82º | 0.4% | 1% | - |
| XYZ | 53.8 | 42.56 | 99.99 | - |
| YUV | 179.28 | 170.73 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 153 | 255 | 0.21 | 0.4 | 0 | 0 | 268.82 | 1 | 0.8 |
| Hex | CA | 99 | FF | 15 | 28 | 0 | 0 | 10D | 64 | 50 |
| Octal | 312 | 231 | 377 | 25 | 50 | 0 | 0 | 415 | 144 | 120 |
| Binary | 11001010 | 10011001 | 11111111 | 10101 | 101000 | 0 | 0 | 100001101 | 1100100 | 1010000 |
Color Harmonies of #CA99FF
Complementary color
Monochromatic Colors of #CA99FF
Black with #CA99FF
Text Example
Text Example
White with #CA99FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA99FF; }
p { color: rgb(202,153,255); }
H1.HeaderClassName
{
color: #CA99FF;
}
.AnyTagClassName
{
color: #CA99FF;
}
</style>
background-color css
<style>
a { background-color: #CA99FF; }
a { background-color: rgb(202,153,255); }
div.DivClassName
{
background-color: #CA99FF;
}
.BgClassName
{
background-color: #CA99FF;
}
</style>
border-color css
<style>
span { border-color: #CA99FF; }
span { border-color: rgb(202,153,255); }
td.TdClassName
{
border-color: #CA99FF;
}
.TagClassName
{
border-color: #CA99FF;
}
</style>