Shades of Mauve #CAACFD
Tints of Mauve #CAACFD
RGB
CMYK
RGB Variations
Color information
#CAACFD (or 0xCAACFD) is known color: Mauve. HEX triplet: CA, AC and FD. RGB value is (202,172,253). Sum of RGB (Red+Green+Blue) = 202+172+253=627 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.22% from 627); Green value is 172 (67.58% from 255 or 27.43% from 627); Blue value is 253 (99.22% from 255 or 40.35% from 627); Max value from RGB is 253 - color contains mainly: blue. Hex color #CAACFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAACFD is #355302. Grayscale: #BDBDBD. Windows color (decimal): -3494659 or 16624842. OLE color: 16624842.
HSL color Cylindrical-coordinate representation of color #CAACFD: hue angle of 262.22º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CAACFD is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 202 | 172 | 253 | - |
| CMYK | 0.20 | 0.32 | 0 | 0.01 |
| HSL | 262.22º | 0.95% | 0.83% | - |
| HSV(B) | 262.22º | 0.32% | 0.99% | - |
| XYZ | 56.84 | 49.15 | 99.42 | - |
| YUV | 190.2 | 163.44 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 172 | 253 | 0.20 | 0.32 | 0 | 0.01 | 262.22 | 0.95 | 0.83 |
| Hex | CA | AC | FD | 14 | 20 | 0 | 1 | 106 | 5F | 53 |
| Octal | 312 | 254 | 375 | 24 | 40 | 0 | 1 | 406 | 137 | 123 |
| Binary | 11001010 | 10101100 | 11111101 | 10100 | 100000 | 0 | 1 | 100000110 | 1011111 | 1010011 |
Color Harmonies of #CAACFD
Complementary color
Monochromatic Colors of #CAACFD
Black with #CAACFD
Text Example
Text Example
White with #CAACFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAACFD; }
p { color: rgb(202,172,253); }
H1.HeaderClassName
{
color: #CAACFD;
}
.AnyTagClassName
{
color: #CAACFD;
}
</style>
background-color css
<style>
a { background-color: #CAACFD; }
a { background-color: rgb(202,172,253); }
div.DivClassName
{
background-color: #CAACFD;
}
.BgClassName
{
background-color: #CAACFD;
}
</style>
border-color css
<style>
span { border-color: #CAACFD; }
span { border-color: rgb(202,172,253); }
td.TdClassName
{
border-color: #CAACFD;
}
.TagClassName
{
border-color: #CAACFD;
}
</style>