Shades of Mauve #CBA7FE
Tints of Mauve #CBA7FE
RGB
CMYK
RGB Variations
Color information
#CBA7FE (or 0xCBA7FE) is known color: Mauve. HEX triplet: CB, A7 and FE. RGB value is (203,167,254). Sum of RGB (Red+Green+Blue) = 203+167+254=624 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.53% from 624); Green value is 167 (65.62% from 255 or 26.76% from 624); Blue value is 254 (99.61% from 255 or 40.71% from 624); Max value from RGB is 254 - color contains mainly: blue. Hex color #CBA7FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA7FE is #345801. Grayscale: #BBBBBB. Windows color (decimal): -3430402 or 16689099. OLE color: 16689099.
HSL color Cylindrical-coordinate representation of color #CBA7FE: hue angle of 264.83º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CBA7FE is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 167 | 254 | - |
| CMYK | 0.20 | 0.34 | 0 | 0.00 |
| HSL | 264.83º | 0.98% | 0.83% | - |
| HSV(B) | 264.83º | 0.34% | 1% | - |
| XYZ | 56.34 | 47.49 | 99.96 | - |
| YUV | 187.68 | 165.43 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 167 | 254 | 0.20 | 0.34 | 0 | 0.00 | 264.83 | 0.98 | 0.83 |
| Hex | CB | A7 | FE | 14 | 22 | 0 | 0 | 109 | 62 | 53 |
| Octal | 313 | 247 | 376 | 24 | 42 | 0 | 0 | 411 | 142 | 123 |
| Binary | 11001011 | 10100111 | 11111110 | 10100 | 100010 | 0 | 0 | 100001001 | 1100010 | 1010011 |
Color Harmonies of #CBA7FE
Complementary color
Monochromatic Colors of #CBA7FE
Black with #CBA7FE
Text Example
Text Example
White with #CBA7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA7FE; }
p { color: rgb(203,167,254); }
H1.HeaderClassName
{
color: #CBA7FE;
}
.AnyTagClassName
{
color: #CBA7FE;
}
</style>
background-color css
<style>
a { background-color: #CBA7FE; }
a { background-color: rgb(203,167,254); }
div.DivClassName
{
background-color: #CBA7FE;
}
.BgClassName
{
background-color: #CBA7FE;
}
</style>
border-color css
<style>
span { border-color: #CBA7FE; }
span { border-color: rgb(203,167,254); }
td.TdClassName
{
border-color: #CBA7FE;
}
.TagClassName
{
border-color: #CBA7FE;
}
</style>