Shades of Mauve #CB9CFE
Tints of Mauve #CB9CFE
RGB
CMYK
RGB Variations
Color information
#CB9CFE (or 0xCB9CFE) is known color: Mauve. HEX triplet: CB, 9C and FE. RGB value is (203,156,254). Sum of RGB (Red+Green+Blue) = 203+156+254=613 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.12% from 613); Green value is 156 (61.33% from 255 or 25.45% from 613); Blue value is 254 (99.61% from 255 or 41.44% from 613); Max value from RGB is 254 - color contains mainly: blue. Hex color #CB9CFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB9CFE is #346301. Grayscale: #B4B4B4. Windows color (decimal): -3433218 or 16686283. OLE color: 16686283.
HSL color Cylindrical-coordinate representation of color #CB9CFE: hue angle of 268.78º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CB9CFE is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 156 | 254 | - |
| CMYK | 0.20 | 0.39 | 0 | 0.00 |
| HSL | 268.78º | 0.98% | 0.8% | - |
| HSV(B) | 268.78º | 0.39% | 1% | - |
| XYZ | 54.41 | 43.63 | 99.32 | - |
| YUV | 181.23 | 169.07 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 156 | 254 | 0.20 | 0.39 | 0 | 0.00 | 268.78 | 0.98 | 0.8 |
| Hex | CB | 9C | FE | 14 | 27 | 0 | 0 | 10D | 62 | 50 |
| Octal | 313 | 234 | 376 | 24 | 47 | 0 | 0 | 415 | 142 | 120 |
| Binary | 11001011 | 10011100 | 11111110 | 10100 | 100111 | 0 | 0 | 100001101 | 1100010 | 1010000 |
Color Harmonies of #CB9CFE
Complementary color
Monochromatic Colors of #CB9CFE
Black with #CB9CFE
Text Example
Text Example
White with #CB9CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9CFE; }
p { color: rgb(203,156,254); }
H1.HeaderClassName
{
color: #CB9CFE;
}
.AnyTagClassName
{
color: #CB9CFE;
}
</style>
background-color css
<style>
a { background-color: #CB9CFE; }
a { background-color: rgb(203,156,254); }
div.DivClassName
{
background-color: #CB9CFE;
}
.BgClassName
{
background-color: #CB9CFE;
}
</style>
border-color css
<style>
span { border-color: #CB9CFE; }
span { border-color: rgb(203,156,254); }
td.TdClassName
{
border-color: #CB9CFE;
}
.TagClassName
{
border-color: #CB9CFE;
}
</style>