Shades of Mauve #CD9CFF
Tints of Mauve #CD9CFF
RGB
CMYK
RGB Variations
Color information
#CD9CFF (or 0xCD9CFF) is known color: Mauve. HEX triplet: CD, 9C and FF. RGB value is (205,156,255). Sum of RGB (Red+Green+Blue) = 205+156+255=616 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.28% from 616); Green value is 156 (61.33% from 255 or 25.32% from 616); Blue value is 255 (100% from 255 or 41.40% from 616); Max value from RGB is 255 - color contains mainly: blue. Hex color #CD9CFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD9CFF is #326300. Grayscale: #B5B5B5. Windows color (decimal): -3302145 or 16751821. OLE color: 16751821.
HSL color Cylindrical-coordinate representation of color #CD9CFF: hue angle of 269.7º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CD9CFF is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 156 | 255 | - |
| CMYK | 0.20 | 0.39 | 0 | 0 |
| HSL | 269.7º | 1% | 0.81% | - |
| HSV(B) | 269.7º | 0.39% | 1% | - |
| XYZ | 55.12 | 43.98 | 100.19 | - |
| YUV | 181.94 | 169.23 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 156 | 255 | 0.20 | 0.39 | 0 | 0 | 269.7 | 1 | 0.81 |
| Hex | CD | 9C | FF | 14 | 27 | 0 | 0 | 10E | 64 | 51 |
| Octal | 315 | 234 | 377 | 24 | 47 | 0 | 0 | 416 | 144 | 121 |
| Binary | 11001101 | 10011100 | 11111111 | 10100 | 100111 | 0 | 0 | 100001110 | 1100100 | 1010001 |
Color Harmonies of #CD9CFF
Complementary color
Monochromatic Colors of #CD9CFF
Black with #CD9CFF
Text Example
Text Example
White with #CD9CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD9CFF; }
p { color: rgb(205,156,255); }
H1.HeaderClassName
{
color: #CD9CFF;
}
.AnyTagClassName
{
color: #CD9CFF;
}
</style>
background-color css
<style>
a { background-color: #CD9CFF; }
a { background-color: rgb(205,156,255); }
div.DivClassName
{
background-color: #CD9CFF;
}
.BgClassName
{
background-color: #CD9CFF;
}
</style>
border-color css
<style>
span { border-color: #CD9CFF; }
span { border-color: rgb(205,156,255); }
td.TdClassName
{
border-color: #CD9CFF;
}
.TagClassName
{
border-color: #CD9CFF;
}
</style>