Shades of Mauve #CDA5FD
Tints of Mauve #CDA5FD
RGB
CMYK
RGB Variations
Color information
#CDA5FD (or 0xCDA5FD) is known color: Mauve. HEX triplet: CD, A5 and FD. RGB value is (205,165,253). Sum of RGB (Red+Green+Blue) = 205+165+253=623 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.91% from 623); Green value is 165 (64.84% from 255 or 26.48% from 623); Blue value is 253 (99.22% from 255 or 40.61% from 623); Max value from RGB is 253 - color contains mainly: blue. Hex color #CDA5FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA5FD is #325A02. Grayscale: #BABABA. Windows color (decimal): -3299843 or 16623053. OLE color: 16623053.
HSL color Cylindrical-coordinate representation of color #CDA5FD: hue angle of 267.27º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CDA5FD is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 165 | 253 | - |
| CMYK | 0.19 | 0.35 | 0 | 0.01 |
| HSL | 267.27º | 0.96% | 0.82% | - |
| HSV(B) | 267.27º | 0.35% | 0.99% | - |
| XYZ | 56.36 | 46.98 | 99.03 | - |
| YUV | 186.99 | 165.25 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 165 | 253 | 0.19 | 0.35 | 0 | 0.01 | 267.27 | 0.96 | 0.82 |
| Hex | CD | A5 | FD | 13 | 23 | 0 | 1 | 10B | 60 | 52 |
| Octal | 315 | 245 | 375 | 23 | 43 | 0 | 1 | 413 | 140 | 122 |
| Binary | 11001101 | 10100101 | 11111101 | 10011 | 100011 | 0 | 1 | 100001011 | 1100000 | 1010010 |
Color Harmonies of #CDA5FD
Complementary color
Monochromatic Colors of #CDA5FD
Black with #CDA5FD
Text Example
Text Example
White with #CDA5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA5FD; }
p { color: rgb(205,165,253); }
H1.HeaderClassName
{
color: #CDA5FD;
}
.AnyTagClassName
{
color: #CDA5FD;
}
</style>
background-color css
<style>
a { background-color: #CDA5FD; }
a { background-color: rgb(205,165,253); }
div.DivClassName
{
background-color: #CDA5FD;
}
.BgClassName
{
background-color: #CDA5FD;
}
</style>
border-color css
<style>
span { border-color: #CDA5FD; }
span { border-color: rgb(205,165,253); }
td.TdClassName
{
border-color: #CDA5FD;
}
.TagClassName
{
border-color: #CDA5FD;
}
</style>