Shades of Mauve #CA9FFB
Tints of Mauve #CA9FFB
RGB
CMYK
RGB Variations
Color information
#CA9FFB (or 0xCA9FFB) is known color: Mauve. HEX triplet: CA, 9F and FB. RGB value is (202,159,251). Sum of RGB (Red+Green+Blue) = 202+159+251=612 (81% of max value = 765). Red value is 202 (79.30% from 255 or 33.01% from 612); Green value is 159 (62.5% from 255 or 25.98% from 612); Blue value is 251 (98.44% from 255 or 41.01% from 612); Max value from RGB is 251 - color contains mainly: blue. Hex color #CA9FFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA9FFB is #356004. Grayscale: #B6B6B6. Windows color (decimal): -3497989 or 16490442. OLE color: 16490442.
HSL color Cylindrical-coordinate representation of color #CA9FFB: hue angle of 268.04º 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 #CA9FFB is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 159 | 251 | - |
| CMYK | 0.20 | 0.37 | 0 | 0.02 |
| HSL | 268.04º | 0.92% | 0.8% | - |
| HSV(B) | 268.04º | 0.37% | 0.98% | - |
| XYZ | 54.17 | 44.32 | 96.97 | - |
| YUV | 182.35 | 166.75 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 159 | 251 | 0.20 | 0.37 | 0 | 0.02 | 268.04 | 0.92 | 0.8 |
| Hex | CA | 9F | FB | 14 | 25 | 0 | 2 | 10C | 5C | 50 |
| Octal | 312 | 237 | 373 | 24 | 45 | 0 | 2 | 414 | 134 | 120 |
| Binary | 11001010 | 10011111 | 11111011 | 10100 | 100101 | 0 | 10 | 100001100 | 1011100 | 1010000 |
Color Harmonies of #CA9FFB
Complementary color
Monochromatic Colors of #CA9FFB
Black with #CA9FFB
Text Example
Text Example
White with #CA9FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9FFB; }
p { color: rgb(202,159,251); }
H1.HeaderClassName
{
color: #CA9FFB;
}
.AnyTagClassName
{
color: #CA9FFB;
}
</style>
background-color css
<style>
a { background-color: #CA9FFB; }
a { background-color: rgb(202,159,251); }
div.DivClassName
{
background-color: #CA9FFB;
}
.BgClassName
{
background-color: #CA9FFB;
}
</style>
border-color css
<style>
span { border-color: #CA9FFB; }
span { border-color: rgb(202,159,251); }
td.TdClassName
{
border-color: #CA9FFB;
}
.TagClassName
{
border-color: #CA9FFB;
}
</style>