Shades of Mauve #CA9FFD
Tints of Mauve #CA9FFD
RGB
CMYK
RGB Variations
Color information
#CA9FFD (or 0xCA9FFD) is known color: Mauve. HEX triplet: CA, 9F and FD. RGB value is (202,159,253). Sum of RGB (Red+Green+Blue) = 202+159+253=614 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.90% from 614); Green value is 159 (62.5% from 255 or 25.90% from 614); Blue value is 253 (99.22% from 255 or 41.21% from 614); Max value from RGB is 253 - color contains mainly: blue. Hex color #CA9FFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA9FFD is #356002. Grayscale: #B6B6B6. Windows color (decimal): -3497987 or 16621514. OLE color: 16621514.
HSL color Cylindrical-coordinate representation of color #CA9FFD: hue angle of 267.45º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CA9FFD is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 202 | 159 | 253 | - |
| CMYK | 0.20 | 0.37 | 0 | 0.01 |
| HSL | 267.45º | 0.96% | 0.81% | - |
| HSV(B) | 267.45º | 0.37% | 0.99% | - |
| XYZ | 54.48 | 44.44 | 98.64 | - |
| YUV | 182.57 | 167.75 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 159 | 253 | 0.20 | 0.37 | 0 | 0.01 | 267.45 | 0.96 | 0.81 |
| Hex | CA | 9F | FD | 14 | 25 | 0 | 1 | 10B | 60 | 51 |
| Octal | 312 | 237 | 375 | 24 | 45 | 0 | 1 | 413 | 140 | 121 |
| Binary | 11001010 | 10011111 | 11111101 | 10100 | 100101 | 0 | 1 | 100001011 | 1100000 | 1010001 |
Color Harmonies of #CA9FFD
Complementary color
Monochromatic Colors of #CA9FFD
Black with #CA9FFD
Text Example
Text Example
White with #CA9FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9FFD; }
p { color: rgb(202,159,253); }
H1.HeaderClassName
{
color: #CA9FFD;
}
.AnyTagClassName
{
color: #CA9FFD;
}
</style>
background-color css
<style>
a { background-color: #CA9FFD; }
a { background-color: rgb(202,159,253); }
div.DivClassName
{
background-color: #CA9FFD;
}
.BgClassName
{
background-color: #CA9FFD;
}
</style>
border-color css
<style>
span { border-color: #CA9FFD; }
span { border-color: rgb(202,159,253); }
td.TdClassName
{
border-color: #CA9FFD;
}
.TagClassName
{
border-color: #CA9FFD;
}
</style>