Shades of Mauve #CA9EFB
Tints of Mauve #CA9EFB
RGB
CMYK
RGB Variations
Color information
#CA9EFB (or 0xCA9EFB) is known color: Mauve. HEX triplet: CA, 9E and FB. RGB value is (202,158,251). Sum of RGB (Red+Green+Blue) = 202+158+251=611 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.06% from 611); Green value is 158 (62.11% from 255 or 25.86% from 611); Blue value is 251 (98.44% from 255 or 41.08% from 611); Max value from RGB is 251 - color contains mainly: blue. Hex color #CA9EFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA9EFB is #356104. Grayscale: #B5B5B5. Windows color (decimal): -3498245 or 16490186. OLE color: 16490186.
HSL color Cylindrical-coordinate representation of color #CA9EFB: hue angle of 268.39º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CA9EFB is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 158 | 251 | - |
| CMYK | 0.20 | 0.37 | 0 | 0.02 |
| HSL | 268.39º | 0.92% | 0.8% | - |
| HSV(B) | 268.39º | 0.37% | 0.98% | - |
| XYZ | 54 | 43.98 | 96.91 | - |
| YUV | 181.76 | 167.08 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 158 | 251 | 0.20 | 0.37 | 0 | 0.02 | 268.39 | 0.92 | 0.8 |
| Hex | CA | 9E | FB | 14 | 25 | 0 | 2 | 10C | 5C | 50 |
| Octal | 312 | 236 | 373 | 24 | 45 | 0 | 2 | 414 | 134 | 120 |
| Binary | 11001010 | 10011110 | 11111011 | 10100 | 100101 | 0 | 10 | 100001100 | 1011100 | 1010000 |
Color Harmonies of #CA9EFB
Complementary color
Monochromatic Colors of #CA9EFB
Black with #CA9EFB
Text Example
Text Example
White with #CA9EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9EFB; }
p { color: rgb(202,158,251); }
H1.HeaderClassName
{
color: #CA9EFB;
}
.AnyTagClassName
{
color: #CA9EFB;
}
</style>
background-color css
<style>
a { background-color: #CA9EFB; }
a { background-color: rgb(202,158,251); }
div.DivClassName
{
background-color: #CA9EFB;
}
.BgClassName
{
background-color: #CA9EFB;
}
</style>
border-color css
<style>
span { border-color: #CA9EFB; }
span { border-color: rgb(202,158,251); }
td.TdClassName
{
border-color: #CA9EFB;
}
.TagClassName
{
border-color: #CA9EFB;
}
</style>