Shades of Mauve #CA98FF
Tints of Mauve #CA98FF
RGB
CMYK
RGB Variations
Color information
#CA98FF (or 0xCA98FF) is known color: Mauve. HEX triplet: CA, 98 and FF. RGB value is (202,152,255). Sum of RGB (Red+Green+Blue) = 202+152+255=609 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.17% from 609); Green value is 152 (59.77% from 255 or 24.96% from 609); Blue value is 255 (100% from 255 or 41.87% from 609); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA98FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA98FF is #356700. Grayscale: #B2B2B2. Windows color (decimal): -3499777 or 16750794. OLE color: 16750794.
HSL color Cylindrical-coordinate representation of color #CA98FF: hue angle of 269.13º 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 #CA98FF is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 152 | 255 | - |
| CMYK | 0.21 | 0.40 | 0 | 0 |
| HSL | 269.13º | 1% | 0.8% | - |
| HSV(B) | 269.13º | 0.4% | 1% | - |
| XYZ | 53.64 | 42.23 | 99.93 | - |
| YUV | 178.69 | 171.07 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 152 | 255 | 0.21 | 0.40 | 0 | 0 | 269.13 | 1 | 0.8 |
| Hex | CA | 98 | FF | 15 | 28 | 0 | 0 | 10D | 64 | 50 |
| Octal | 312 | 230 | 377 | 25 | 50 | 0 | 0 | 415 | 144 | 120 |
| Binary | 11001010 | 10011000 | 11111111 | 10101 | 101000 | 0 | 0 | 100001101 | 1100100 | 1010000 |
Color Harmonies of #CA98FF
Complementary color
Monochromatic Colors of #CA98FF
Black with #CA98FF
Text Example
Text Example
White with #CA98FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA98FF; }
p { color: rgb(202,152,255); }
H1.HeaderClassName
{
color: #CA98FF;
}
.AnyTagClassName
{
color: #CA98FF;
}
</style>
background-color css
<style>
a { background-color: #CA98FF; }
a { background-color: rgb(202,152,255); }
div.DivClassName
{
background-color: #CA98FF;
}
.BgClassName
{
background-color: #CA98FF;
}
</style>
border-color css
<style>
span { border-color: #CA98FF; }
span { border-color: rgb(202,152,255); }
td.TdClassName
{
border-color: #CA98FF;
}
.TagClassName
{
border-color: #CA98FF;
}
</style>