Shades of Mauve #CB9CFD
Tints of Mauve #CB9CFD
RGB
CMYK
RGB Variations
Color information
#CB9CFD (or 0xCB9CFD) is known color: Mauve. HEX triplet: CB, 9C and FD. RGB value is (203,156,253). Sum of RGB (Red+Green+Blue) = 203+156+253=612 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.17% from 612); Green value is 156 (61.33% from 255 or 25.49% from 612); Blue value is 253 (99.22% from 255 or 41.34% from 612); Max value from RGB is 253 - color contains mainly: blue. Hex color #CB9CFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB9CFD is #346302. Grayscale: #B4B4B4. Windows color (decimal): -3433219 or 16620747. OLE color: 16620747.
HSL color Cylindrical-coordinate representation of color #CB9CFD: hue angle of 269.07º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CB9CFD is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 156 | 253 | - |
| CMYK | 0.20 | 0.38 | 0 | 0.01 |
| HSL | 269.07º | 0.96% | 0.8% | - |
| HSV(B) | 269.07º | 0.38% | 0.99% | - |
| XYZ | 54.25 | 43.57 | 98.48 | - |
| YUV | 181.11 | 168.57 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 156 | 253 | 0.20 | 0.38 | 0 | 0.01 | 269.07 | 0.96 | 0.8 |
| Hex | CB | 9C | FD | 14 | 26 | 0 | 1 | 10D | 60 | 50 |
| Octal | 313 | 234 | 375 | 24 | 46 | 0 | 1 | 415 | 140 | 120 |
| Binary | 11001011 | 10011100 | 11111101 | 10100 | 100110 | 0 | 1 | 100001101 | 1100000 | 1010000 |
Color Harmonies of #CB9CFD
Complementary color
Monochromatic Colors of #CB9CFD
Black with #CB9CFD
Text Example
Text Example
White with #CB9CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9CFD; }
p { color: rgb(203,156,253); }
H1.HeaderClassName
{
color: #CB9CFD;
}
.AnyTagClassName
{
color: #CB9CFD;
}
</style>
background-color css
<style>
a { background-color: #CB9CFD; }
a { background-color: rgb(203,156,253); }
div.DivClassName
{
background-color: #CB9CFD;
}
.BgClassName
{
background-color: #CB9CFD;
}
</style>
border-color css
<style>
span { border-color: #CB9CFD; }
span { border-color: rgb(203,156,253); }
td.TdClassName
{
border-color: #CB9CFD;
}
.TagClassName
{
border-color: #CB9CFD;
}
</style>