Shades of Mauve #CA9CFF
Tints of Mauve #CA9CFF
RGB
CMYK
RGB Variations
Color information
#CA9CFF (or 0xCA9CFF) is known color: Mauve. HEX triplet: CA, 9C and FF. RGB value is (202,156,255). Sum of RGB (Red+Green+Blue) = 202+156+255=613 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.95% from 613); Green value is 156 (61.33% from 255 or 25.45% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA9CFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA9CFF is #356300. Grayscale: #B4B4B4. Windows color (decimal): -3498753 or 16751818. OLE color: 16751818.
HSL color Cylindrical-coordinate representation of color #CA9CFF: hue angle of 267.88º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CA9CFF is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 156 | 255 | - |
| CMYK | 0.21 | 0.39 | 0 | 0 |
| HSL | 267.88º | 1% | 0.81% | - |
| HSV(B) | 267.88º | 0.39% | 1% | - |
| XYZ | 54.3 | 43.55 | 100.15 | - |
| YUV | 181.04 | 169.74 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 156 | 255 | 0.21 | 0.39 | 0 | 0 | 267.88 | 1 | 0.81 |
| Hex | CA | 9C | FF | 15 | 27 | 0 | 0 | 10C | 64 | 51 |
| Octal | 312 | 234 | 377 | 25 | 47 | 0 | 0 | 414 | 144 | 121 |
| Binary | 11001010 | 10011100 | 11111111 | 10101 | 100111 | 0 | 0 | 100001100 | 1100100 | 1010001 |
Color Harmonies of #CA9CFF
Complementary color
Monochromatic Colors of #CA9CFF
Black with #CA9CFF
Text Example
Text Example
White with #CA9CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9CFF; }
p { color: rgb(202,156,255); }
H1.HeaderClassName
{
color: #CA9CFF;
}
.AnyTagClassName
{
color: #CA9CFF;
}
</style>
background-color css
<style>
a { background-color: #CA9CFF; }
a { background-color: rgb(202,156,255); }
div.DivClassName
{
background-color: #CA9CFF;
}
.BgClassName
{
background-color: #CA9CFF;
}
</style>
border-color css
<style>
span { border-color: #CA9CFF; }
span { border-color: rgb(202,156,255); }
td.TdClassName
{
border-color: #CA9CFF;
}
.TagClassName
{
border-color: #CA9CFF;
}
</style>