Shades of Mauve #CAA8FD
Tints of Mauve #CAA8FD
RGB
CMYK
RGB Variations
Color information
#CAA8FD (or 0xCAA8FD) is known color: Mauve. HEX triplet: CA, A8 and FD. RGB value is (202,168,253). Sum of RGB (Red+Green+Blue) = 202+168+253=623 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.42% from 623); Green value is 168 (66.02% from 255 or 26.97% from 623); Blue value is 253 (99.22% from 255 or 40.61% from 623); Max value from RGB is 253 - color contains mainly: blue. Hex color #CAA8FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA8FD is #355702. Grayscale: #BBBBBB. Windows color (decimal): -3495683 or 16623818. OLE color: 16623818.
HSL color Cylindrical-coordinate representation of color #CAA8FD: hue angle of 264º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CAA8FD is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 202 | 168 | 253 | - |
| CMYK | 0.20 | 0.34 | 0 | 0.01 |
| HSL | 264º | 0.96% | 0.83% | - |
| HSV(B) | 264º | 0.34% | 0.99% | - |
| XYZ | 56.09 | 47.65 | 99.17 | - |
| YUV | 187.86 | 164.76 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 168 | 253 | 0.20 | 0.34 | 0 | 0.01 | 264 | 0.96 | 0.83 |
| Hex | CA | A8 | FD | 14 | 22 | 0 | 1 | 108 | 60 | 53 |
| Octal | 312 | 250 | 375 | 24 | 42 | 0 | 1 | 410 | 140 | 123 |
| Binary | 11001010 | 10101000 | 11111101 | 10100 | 100010 | 0 | 1 | 100001000 | 1100000 | 1010011 |
Color Harmonies of #CAA8FD
Complementary color
Monochromatic Colors of #CAA8FD
Black with #CAA8FD
Text Example
Text Example
White with #CAA8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA8FD; }
p { color: rgb(202,168,253); }
H1.HeaderClassName
{
color: #CAA8FD;
}
.AnyTagClassName
{
color: #CAA8FD;
}
</style>
background-color css
<style>
a { background-color: #CAA8FD; }
a { background-color: rgb(202,168,253); }
div.DivClassName
{
background-color: #CAA8FD;
}
.BgClassName
{
background-color: #CAA8FD;
}
</style>
border-color css
<style>
span { border-color: #CAA8FD; }
span { border-color: rgb(202,168,253); }
td.TdClassName
{
border-color: #CAA8FD;
}
.TagClassName
{
border-color: #CAA8FD;
}
</style>