Shades of Mauve #CA99FE
Tints of Mauve #CA99FE
RGB
CMYK
RGB Variations
Color information
#CA99FE (or 0xCA99FE) is known color: Mauve. HEX triplet: CA, 99 and FE. RGB value is (202,153,254). Sum of RGB (Red+Green+Blue) = 202+153+254=609 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.17% from 609); Green value is 153 (60.16% from 255 or 25.12% from 609); Blue value is 254 (99.61% from 255 or 41.71% from 609); Max value from RGB is 254 - color contains mainly: blue. Hex color #CA99FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA99FE is #356601. Grayscale: #B2B2B2. Windows color (decimal): -3499522 or 16685514. OLE color: 16685514.
HSL color Cylindrical-coordinate representation of color #CA99FE: hue angle of 269.11º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CA99FE is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 153 | 254 | - |
| CMYK | 0.20 | 0.40 | 0 | 0.00 |
| HSL | 269.11º | 0.98% | 0.8% | - |
| HSV(B) | 269.11º | 0.4% | 1% | - |
| XYZ | 53.64 | 42.49 | 99.14 | - |
| YUV | 179.17 | 170.23 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 153 | 254 | 0.20 | 0.40 | 0 | 0.00 | 269.11 | 0.98 | 0.8 |
| Hex | CA | 99 | FE | 14 | 28 | 0 | 0 | 10D | 62 | 50 |
| Octal | 312 | 231 | 376 | 24 | 50 | 0 | 0 | 415 | 142 | 120 |
| Binary | 11001010 | 10011001 | 11111110 | 10100 | 101000 | 0 | 0 | 100001101 | 1100010 | 1010000 |
Color Harmonies of #CA99FE
Complementary color
Monochromatic Colors of #CA99FE
Black with #CA99FE
Text Example
Text Example
White with #CA99FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA99FE; }
p { color: rgb(202,153,254); }
H1.HeaderClassName
{
color: #CA99FE;
}
.AnyTagClassName
{
color: #CA99FE;
}
</style>
background-color css
<style>
a { background-color: #CA99FE; }
a { background-color: rgb(202,153,254); }
div.DivClassName
{
background-color: #CA99FE;
}
.BgClassName
{
background-color: #CA99FE;
}
</style>
border-color css
<style>
span { border-color: #CA99FE; }
span { border-color: rgb(202,153,254); }
td.TdClassName
{
border-color: #CA99FE;
}
.TagClassName
{
border-color: #CA99FE;
}
</style>