Shades of Mauve #CB97FF
Tints of Mauve #CB97FF
RGB
CMYK
RGB Variations
Color information
#CB97FF (or 0xCB97FF) is known color: Mauve. HEX triplet: CB, 97 and FF. RGB value is (203,151,255). Sum of RGB (Red+Green+Blue) = 203+151+255=609 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.33% from 609); Green value is 151 (59.38% from 255 or 24.79% from 609); Blue value is 255 (100% from 255 or 41.87% from 609); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB97FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB97FF is #346800. Grayscale: #B2B2B2. Windows color (decimal): -3434497 or 16750539. OLE color: 16750539.
HSL color Cylindrical-coordinate representation of color #CB97FF: hue angle of 270º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CB97FF is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 151 | 255 | - |
| CMYK | 0.20 | 0.41 | 0 | 0 |
| HSL | 270º | 1% | 0.8% | - |
| HSV(B) | 270º | 0.41% | 1% | - |
| XYZ | 53.75 | 42.05 | 99.89 | - |
| YUV | 178.4 | 171.23 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 151 | 255 | 0.20 | 0.41 | 0 | 0 | 270 | 1 | 0.8 |
| Hex | CB | 97 | FF | 14 | 29 | 0 | 0 | 10E | 64 | 50 |
| Octal | 313 | 227 | 377 | 24 | 51 | 0 | 0 | 416 | 144 | 120 |
| Binary | 11001011 | 10010111 | 11111111 | 10100 | 101001 | 0 | 0 | 100001110 | 1100100 | 1010000 |
Color Harmonies of #CB97FF
Complementary color
Monochromatic Colors of #CB97FF
Black with #CB97FF
Text Example
Text Example
White with #CB97FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB97FF; }
p { color: rgb(203,151,255); }
H1.HeaderClassName
{
color: #CB97FF;
}
.AnyTagClassName
{
color: #CB97FF;
}
</style>
background-color css
<style>
a { background-color: #CB97FF; }
a { background-color: rgb(203,151,255); }
div.DivClassName
{
background-color: #CB97FF;
}
.BgClassName
{
background-color: #CB97FF;
}
</style>
border-color css
<style>
span { border-color: #CB97FF; }
span { border-color: rgb(203,151,255); }
td.TdClassName
{
border-color: #CB97FF;
}
.TagClassName
{
border-color: #CB97FF;
}
</style>