Shades of Mauve #CBA7F8
Tints of Mauve #CBA7F8
RGB
CMYK
RGB Variations
Color information
#CBA7F8 (or 0xCBA7F8) is known color: Mauve. HEX triplet: CB, A7 and F8. RGB value is (203,167,248). Sum of RGB (Red+Green+Blue) = 203+167+248=618 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.85% from 618); Green value is 167 (65.62% from 255 or 27.02% from 618); Blue value is 248 (97.27% from 255 or 40.13% from 618); Max value from RGB is 248 - color contains mainly: blue. Hex color #CBA7F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA7F8 is #345807. Grayscale: #BABABA. Windows color (decimal): -3430408 or 16295883. OLE color: 16295883.
HSL color Cylindrical-coordinate representation of color #CBA7F8: hue angle of 266.67º degrees, saturation: 0.85, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CBA7F8 is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 167 | 248 | - |
| CMYK | 0.18 | 0.33 | 0 | 0.03 |
| HSL | 266.67º | 0.85% | 0.81% | - |
| HSV(B) | 266.67º | 0.33% | 0.97% | - |
| XYZ | 55.39 | 47.11 | 94.98 | - |
| YUV | 187 | 162.43 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 167 | 248 | 0.18 | 0.33 | 0 | 0.03 | 266.67 | 0.85 | 0.81 |
| Hex | CB | A7 | F8 | 12 | 21 | 0 | 3 | 10B | 55 | 51 |
| Octal | 313 | 247 | 370 | 22 | 41 | 0 | 3 | 413 | 125 | 121 |
| Binary | 11001011 | 10100111 | 11111000 | 10010 | 100001 | 0 | 11 | 100001011 | 1010101 | 1010001 |
Color Harmonies of #CBA7F8
Complementary color
Monochromatic Colors of #CBA7F8
Black with #CBA7F8
Text Example
Text Example
White with #CBA7F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA7F8; }
p { color: rgb(203,167,248); }
H1.HeaderClassName
{
color: #CBA7F8;
}
.AnyTagClassName
{
color: #CBA7F8;
}
</style>
background-color css
<style>
a { background-color: #CBA7F8; }
a { background-color: rgb(203,167,248); }
div.DivClassName
{
background-color: #CBA7F8;
}
.BgClassName
{
background-color: #CBA7F8;
}
</style>
border-color css
<style>
span { border-color: #CBA7F8; }
span { border-color: rgb(203,167,248); }
td.TdClassName
{
border-color: #CBA7F8;
}
.TagClassName
{
border-color: #CBA7F8;
}
</style>