Shades of Mauve #CAB0FD
Tints of Mauve #CAB0FD
RGB
CMYK
RGB Variations
Color information
#CAB0FD (or 0xCAB0FD) is known color: Mauve. HEX triplet: CA, B0 and FD. RGB value is (202,176,253). Sum of RGB (Red+Green+Blue) = 202+176+253=631 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.01% from 631); Green value is 176 (69.14% from 255 or 27.89% from 631); Blue value is 253 (99.22% from 255 or 40.10% from 631); Max value from RGB is 253 - color contains mainly: blue. Hex color #CAB0FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAB0FD is #354F02. Grayscale: #C0C0C0. Windows color (decimal): -3493635 or 16625866. OLE color: 16625866.
HSL color Cylindrical-coordinate representation of color #CAB0FD: hue angle of 260.26º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CAB0FD is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 202 | 176 | 253 | - |
| CMYK | 0.20 | 0.30 | 0 | 0.01 |
| HSL | 260.26º | 0.95% | 0.84% | - |
| HSV(B) | 260.26º | 0.3% | 0.99% | - |
| XYZ | 57.61 | 50.7 | 99.68 | - |
| YUV | 192.55 | 162.11 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 176 | 253 | 0.20 | 0.30 | 0 | 0.01 | 260.26 | 0.95 | 0.84 |
| Hex | CA | B0 | FD | 14 | 1E | 0 | 1 | 104 | 5F | 54 |
| Octal | 312 | 260 | 375 | 24 | 36 | 0 | 1 | 404 | 137 | 124 |
| Binary | 11001010 | 10110000 | 11111101 | 10100 | 11110 | 0 | 1 | 100000100 | 1011111 | 1010100 |
Color Harmonies of #CAB0FD
Complementary color
Monochromatic Colors of #CAB0FD
Black with #CAB0FD
Text Example
Text Example
White with #CAB0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB0FD; }
p { color: rgb(202,176,253); }
H1.HeaderClassName
{
color: #CAB0FD;
}
.AnyTagClassName
{
color: #CAB0FD;
}
</style>
background-color css
<style>
a { background-color: #CAB0FD; }
a { background-color: rgb(202,176,253); }
div.DivClassName
{
background-color: #CAB0FD;
}
.BgClassName
{
background-color: #CAB0FD;
}
</style>
border-color css
<style>
span { border-color: #CAB0FD; }
span { border-color: rgb(202,176,253); }
td.TdClassName
{
border-color: #CAB0FD;
}
.TagClassName
{
border-color: #CAB0FD;
}
</style>