Shades of Mauve #CBA0FD
Tints of Mauve #CBA0FD
RGB
CMYK
RGB Variations
Color information
#CBA0FD (or 0xCBA0FD) is known color: Mauve. HEX triplet: CB, A0 and FD. RGB value is (203,160,253). Sum of RGB (Red+Green+Blue) = 203+160+253=616 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.95% from 616); Green value is 160 (62.89% from 255 or 25.97% from 616); Blue value is 253 (99.22% from 255 or 41.07% from 616); Max value from RGB is 253 - color contains mainly: blue. Hex color #CBA0FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA0FD is #345F02. Grayscale: #B7B7B7. Windows color (decimal): -3432195 or 16621771. OLE color: 16621771.
HSL color Cylindrical-coordinate representation of color #CBA0FD: hue angle of 267.74º 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 #CBA0FD is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 160 | 253 | - |
| CMYK | 0.20 | 0.37 | 0 | 0.01 |
| HSL | 267.74º | 0.96% | 0.81% | - |
| HSV(B) | 267.74º | 0.37% | 0.99% | - |
| XYZ | 54.93 | 44.93 | 98.71 | - |
| YUV | 183.46 | 167.25 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 160 | 253 | 0.20 | 0.37 | 0 | 0.01 | 267.74 | 0.96 | 0.81 |
| Hex | CB | A0 | FD | 14 | 25 | 0 | 1 | 10C | 60 | 51 |
| Octal | 313 | 240 | 375 | 24 | 45 | 0 | 1 | 414 | 140 | 121 |
| Binary | 11001011 | 10100000 | 11111101 | 10100 | 100101 | 0 | 1 | 100001100 | 1100000 | 1010001 |
Color Harmonies of #CBA0FD
Complementary color
Monochromatic Colors of #CBA0FD
Black with #CBA0FD
Text Example
Text Example
White with #CBA0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA0FD; }
p { color: rgb(203,160,253); }
H1.HeaderClassName
{
color: #CBA0FD;
}
.AnyTagClassName
{
color: #CBA0FD;
}
</style>
background-color css
<style>
a { background-color: #CBA0FD; }
a { background-color: rgb(203,160,253); }
div.DivClassName
{
background-color: #CBA0FD;
}
.BgClassName
{
background-color: #CBA0FD;
}
</style>
border-color css
<style>
span { border-color: #CBA0FD; }
span { border-color: rgb(203,160,253); }
td.TdClassName
{
border-color: #CBA0FD;
}
.TagClassName
{
border-color: #CBA0FD;
}
</style>