Shades of Mauve #CBA5FD
Tints of Mauve #CBA5FD
RGB
CMYK
RGB Variations
Color information
#CBA5FD (or 0xCBA5FD) is known color: Mauve. HEX triplet: CB, A5 and FD. RGB value is (203,165,253). Sum of RGB (Red+Green+Blue) = 203+165+253=621 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.69% from 621); Green value is 165 (64.84% from 255 or 26.57% from 621); Blue value is 253 (99.22% from 255 or 40.74% from 621); Max value from RGB is 253 - color contains mainly: blue. Hex color #CBA5FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA5FD is #345A02. Grayscale: #BABABA. Windows color (decimal): -3430915 or 16623051. OLE color: 16623051.
HSL color Cylindrical-coordinate representation of color #CBA5FD: hue angle of 265.91º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CBA5FD is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 165 | 253 | - |
| CMYK | 0.20 | 0.35 | 0 | 0.01 |
| HSL | 265.91º | 0.96% | 0.82% | - |
| HSV(B) | 265.91º | 0.35% | 0.99% | - |
| XYZ | 55.81 | 46.7 | 99 | - |
| YUV | 186.39 | 165.59 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 165 | 253 | 0.20 | 0.35 | 0 | 0.01 | 265.91 | 0.96 | 0.82 |
| Hex | CB | A5 | FD | 14 | 23 | 0 | 1 | 10A | 60 | 52 |
| Octal | 313 | 245 | 375 | 24 | 43 | 0 | 1 | 412 | 140 | 122 |
| Binary | 11001011 | 10100101 | 11111101 | 10100 | 100011 | 0 | 1 | 100001010 | 1100000 | 1010010 |
Color Harmonies of #CBA5FD
Complementary color
Monochromatic Colors of #CBA5FD
Black with #CBA5FD
Text Example
Text Example
White with #CBA5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA5FD; }
p { color: rgb(203,165,253); }
H1.HeaderClassName
{
color: #CBA5FD;
}
.AnyTagClassName
{
color: #CBA5FD;
}
</style>
background-color css
<style>
a { background-color: #CBA5FD; }
a { background-color: rgb(203,165,253); }
div.DivClassName
{
background-color: #CBA5FD;
}
.BgClassName
{
background-color: #CBA5FD;
}
</style>
border-color css
<style>
span { border-color: #CBA5FD; }
span { border-color: rgb(203,165,253); }
td.TdClassName
{
border-color: #CBA5FD;
}
.TagClassName
{
border-color: #CBA5FD;
}
</style>