Shades of Mauve #CDA1FD
Tints of Mauve #CDA1FD
RGB
CMYK
RGB Variations
Color information
#CDA1FD (or 0xCDA1FD) is known color: Mauve. HEX triplet: CD, A1 and FD. RGB value is (205,161,253). Sum of RGB (Red+Green+Blue) = 205+161+253=619 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.12% from 619); Green value is 161 (63.28% from 255 or 26.01% from 619); Blue value is 253 (99.22% from 255 or 40.87% from 619); Max value from RGB is 253 - color contains mainly: blue. Hex color #CDA1FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA1FD is #325E02. Grayscale: #B8B8B8. Windows color (decimal): -3300867 or 16622029. OLE color: 16622029.
HSL color Cylindrical-coordinate representation of color #CDA1FD: hue angle of 268.7º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CDA1FD is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 205 | 161 | 253 | - |
CMYK | 0.19 | 0.36 | 0 | 0.01 |
HSL | 268.7º | 0.96% | 0.81% | - |
HSV(B) | 268.7º | 0.36% | 0.99% | - |
XYZ | 55.65 | 45.56 | 98.79 | - |
YUV | 184.64 | 166.58 | 142.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 161 | 253 | 0.19 | 0.36 | 0 | 0.01 | 268.7 | 0.96 | 0.81 |
Hex | CD | A1 | FD | 13 | 24 | 0 | 1 | 10D | 60 | 51 |
Octal | 315 | 241 | 375 | 23 | 44 | 0 | 1 | 415 | 140 | 121 |
Binary | 11001101 | 10100001 | 11111101 | 10011 | 100100 | 0 | 1 | 100001101 | 1100000 | 1010001 |
Color Harmonies of #CDA1FD
Complementary color
Monochromatic Colors of #CDA1FD
Black with #CDA1FD
Text Example
Text Example
White with #CDA1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA1FD; }
p { color: rgb(205,161,253); }
H1.HeaderClassName
{
color: #CDA1FD;
}
.AnyTagClassName
{
color: #CDA1FD;
}
</style>
background-color css
<style>
a { background-color: #CDA1FD; }
a { background-color: rgb(205,161,253); }
div.DivClassName
{
background-color: #CDA1FD;
}
.BgClassName
{
background-color: #CDA1FD;
}
</style>
border-color css
<style>
span { border-color: #CDA1FD; }
span { border-color: rgb(205,161,253); }
td.TdClassName
{
border-color: #CDA1FD;
}
.TagClassName
{
border-color: #CDA1FD;
}
</style>