Shades of Mauve #CDA1F7
Tints of Mauve #CDA1F7
RGB
CMYK
RGB Variations
Color information
#CDA1F7 (or 0xCDA1F7) is known color: Mauve. HEX triplet: CD, A1 and F7. RGB value is (205,161,247). Sum of RGB (Red+Green+Blue) = 205+161+247=613 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.44% from 613); Green value is 161 (63.28% from 255 or 26.26% from 613); Blue value is 247 (96.88% from 255 or 40.29% from 613); Max value from RGB is 247 - color contains mainly: blue. Hex color #CDA1F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA1F7 is #325E08. Grayscale: #B7B7B7. Windows color (decimal): -3300873 or 16228813. OLE color: 16228813.
HSL color Cylindrical-coordinate representation of color #CDA1F7: hue angle of 270.7º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CDA1F7 is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 161 | 247 | - |
| CMYK | 0.17 | 0.35 | 0 | 0.03 |
| HSL | 270.7º | 0.84% | 0.8% | - |
| HSV(B) | 270.7º | 0.35% | 0.97% | - |
| XYZ | 54.71 | 45.18 | 93.83 | - |
| YUV | 183.96 | 163.58 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 161 | 247 | 0.17 | 0.35 | 0 | 0.03 | 270.7 | 0.84 | 0.8 |
| Hex | CD | A1 | F7 | 11 | 23 | 0 | 3 | 10F | 54 | 50 |
| Octal | 315 | 241 | 367 | 21 | 43 | 0 | 3 | 417 | 124 | 120 |
| Binary | 11001101 | 10100001 | 11110111 | 10001 | 100011 | 0 | 11 | 100001111 | 1010100 | 1010000 |
Color Harmonies of #CDA1F7
Complementary color
Monochromatic Colors of #CDA1F7
Black with #CDA1F7
Text Example
Text Example
White with #CDA1F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA1F7; }
p { color: rgb(205,161,247); }
H1.HeaderClassName
{
color: #CDA1F7;
}
.AnyTagClassName
{
color: #CDA1F7;
}
</style>
background-color css
<style>
a { background-color: #CDA1F7; }
a { background-color: rgb(205,161,247); }
div.DivClassName
{
background-color: #CDA1F7;
}
.BgClassName
{
background-color: #CDA1F7;
}
</style>
border-color css
<style>
span { border-color: #CDA1F7; }
span { border-color: rgb(205,161,247); }
td.TdClassName
{
border-color: #CDA1F7;
}
.TagClassName
{
border-color: #CDA1F7;
}
</style>