Shades of Mauve #CA9DFF
Tints of Mauve #CA9DFF
RGB
CMYK
RGB Variations
Color information
#CA9DFF (or 0xCA9DFF) is known color: Mauve. HEX triplet: CA, 9D and FF. RGB value is (202,157,255). Sum of RGB (Red+Green+Blue) = 202+157+255=614 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.90% from 614); Green value is 157 (61.72% from 255 or 25.57% from 614); Blue value is 255 (100% from 255 or 41.53% from 614); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA9DFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA9DFF is #356200. Grayscale: #B5B5B5. Windows color (decimal): -3498497 or 16752074. OLE color: 16752074.
HSL color Cylindrical-coordinate representation of color #CA9DFF: hue angle of 267.55º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CA9DFF is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 157 | 255 | - |
| CMYK | 0.21 | 0.38 | 0 | 0 |
| HSL | 267.55º | 1% | 0.81% | - |
| HSV(B) | 267.55º | 0.38% | 1% | - |
| XYZ | 54.46 | 43.89 | 100.21 | - |
| YUV | 181.63 | 169.41 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 157 | 255 | 0.21 | 0.38 | 0 | 0 | 267.55 | 1 | 0.81 |
| Hex | CA | 9D | FF | 15 | 26 | 0 | 0 | 10C | 64 | 51 |
| Octal | 312 | 235 | 377 | 25 | 46 | 0 | 0 | 414 | 144 | 121 |
| Binary | 11001010 | 10011101 | 11111111 | 10101 | 100110 | 0 | 0 | 100001100 | 1100100 | 1010001 |
Color Harmonies of #CA9DFF
Complementary color
Monochromatic Colors of #CA9DFF
Black with #CA9DFF
Text Example
Text Example
White with #CA9DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9DFF; }
p { color: rgb(202,157,255); }
H1.HeaderClassName
{
color: #CA9DFF;
}
.AnyTagClassName
{
color: #CA9DFF;
}
</style>
background-color css
<style>
a { background-color: #CA9DFF; }
a { background-color: rgb(202,157,255); }
div.DivClassName
{
background-color: #CA9DFF;
}
.BgClassName
{
background-color: #CA9DFF;
}
</style>
border-color css
<style>
span { border-color: #CA9DFF; }
span { border-color: rgb(202,157,255); }
td.TdClassName
{
border-color: #CA9DFF;
}
.TagClassName
{
border-color: #CA9DFF;
}
</style>