Shades of Mauve #CA99FD
Tints of Mauve #CA99FD
RGB
CMYK
RGB Variations
Color information
#CA99FD (or 0xCA99FD) is known color: Mauve. HEX triplet: CA, 99 and FD. RGB value is (202,153,253). Sum of RGB (Red+Green+Blue) = 202+153+253=608 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.22% from 608); Green value is 153 (60.16% from 255 or 25.16% from 608); Blue value is 253 (99.22% from 255 or 41.61% from 608); Max value from RGB is 253 - color contains mainly: blue. Hex color #CA99FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA99FD is #356602. Grayscale: #B2B2B2. Windows color (decimal): -3499523 or 16619978. OLE color: 16619978.
HSL color Cylindrical-coordinate representation of color #CA99FD: hue angle of 269.4º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CA99FD is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 202 | 153 | 253 | - |
| CMYK | 0.20 | 0.40 | 0 | 0.01 |
| HSL | 269.4º | 0.96% | 0.8% | - |
| HSV(B) | 269.4º | 0.4% | 0.99% | - |
| XYZ | 53.48 | 42.43 | 98.3 | - |
| YUV | 179.05 | 169.73 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 153 | 253 | 0.20 | 0.40 | 0 | 0.01 | 269.4 | 0.96 | 0.8 |
| Hex | CA | 99 | FD | 14 | 28 | 0 | 1 | 10D | 60 | 50 |
| Octal | 312 | 231 | 375 | 24 | 50 | 0 | 1 | 415 | 140 | 120 |
| Binary | 11001010 | 10011001 | 11111101 | 10100 | 101000 | 0 | 1 | 100001101 | 1100000 | 1010000 |
Color Harmonies of #CA99FD
Complementary color
Monochromatic Colors of #CA99FD
Black with #CA99FD
Text Example
Text Example
White with #CA99FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA99FD; }
p { color: rgb(202,153,253); }
H1.HeaderClassName
{
color: #CA99FD;
}
.AnyTagClassName
{
color: #CA99FD;
}
</style>
background-color css
<style>
a { background-color: #CA99FD; }
a { background-color: rgb(202,153,253); }
div.DivClassName
{
background-color: #CA99FD;
}
.BgClassName
{
background-color: #CA99FD;
}
</style>
border-color css
<style>
span { border-color: #CA99FD; }
span { border-color: rgb(202,153,253); }
td.TdClassName
{
border-color: #CA99FD;
}
.TagClassName
{
border-color: #CA99FD;
}
</style>