Shades of Mauve #CDA7FA
Tints of Mauve #CDA7FA
RGB
CMYK
RGB Variations
Color information
#CDA7FA (or 0xCDA7FA) is known color: Mauve. HEX triplet: CD, A7 and FA. RGB value is (205,167,250). Sum of RGB (Red+Green+Blue) = 205+167+250=622 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.96% from 622); Green value is 167 (65.62% from 255 or 26.85% from 622); Blue value is 250 (98.05% from 255 or 40.19% from 622); Max value from RGB is 250 - color contains mainly: blue. Hex color #CDA7FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA7FA is #325805. Grayscale: #BBBBBB. Windows color (decimal): -3299334 or 16426957. OLE color: 16426957.
HSL color Cylindrical-coordinate representation of color #CDA7FA: hue angle of 267.47º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CDA7FA is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 167 | 250 | - |
| CMYK | 0.18 | 0.33 | 0 | 0.02 |
| HSL | 267.47º | 0.89% | 0.82% | - |
| HSV(B) | 267.47º | 0.33% | 0.98% | - |
| XYZ | 56.25 | 47.52 | 96.65 | - |
| YUV | 187.82 | 163.09 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 167 | 250 | 0.18 | 0.33 | 0 | 0.02 | 267.47 | 0.89 | 0.82 |
| Hex | CD | A7 | FA | 12 | 21 | 0 | 2 | 10B | 59 | 52 |
| Octal | 315 | 247 | 372 | 22 | 41 | 0 | 2 | 413 | 131 | 122 |
| Binary | 11001101 | 10100111 | 11111010 | 10010 | 100001 | 0 | 10 | 100001011 | 1011001 | 1010010 |
Color Harmonies of #CDA7FA
Complementary color
Monochromatic Colors of #CDA7FA
Black with #CDA7FA
Text Example
Text Example
White with #CDA7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA7FA; }
p { color: rgb(205,167,250); }
H1.HeaderClassName
{
color: #CDA7FA;
}
.AnyTagClassName
{
color: #CDA7FA;
}
</style>
background-color css
<style>
a { background-color: #CDA7FA; }
a { background-color: rgb(205,167,250); }
div.DivClassName
{
background-color: #CDA7FA;
}
.BgClassName
{
background-color: #CDA7FA;
}
</style>
border-color css
<style>
span { border-color: #CDA7FA; }
span { border-color: rgb(205,167,250); }
td.TdClassName
{
border-color: #CDA7FA;
}
.TagClassName
{
border-color: #CDA7FA;
}
</style>