Shades of Mauve #CDA3FD
Tints of Mauve #CDA3FD
RGB
CMYK
RGB Variations
Color information
#CDA3FD (or 0xCDA3FD) is known color: Mauve. HEX triplet: CD, A3 and FD. RGB value is (205,163,253). Sum of RGB (Red+Green+Blue) = 205+163+253=621 (82% of max value = 765). Red value is 205 (80.47% from 255 or 33.01% from 621); Green value is 163 (64.06% from 255 or 26.25% from 621); Blue value is 253 (99.22% from 255 or 40.74% from 621); Max value from RGB is 253 - color contains mainly: blue. Hex color #CDA3FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA3FD is #325C02. Grayscale: #B9B9B9. Windows color (decimal): -3300355 or 16622541. OLE color: 16622541.
HSL color Cylindrical-coordinate representation of color #CDA3FD: hue angle of 268º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CDA3FD is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 205 | 163 | 253 | - |
CMYK | 0.19 | 0.36 | 0 | 0.01 |
HSL | 268º | 0.96% | 0.82% | - |
HSV(B) | 268º | 0.36% | 0.99% | - |
XYZ | 56 | 46.27 | 98.91 | - |
YUV | 185.82 | 165.91 | 141.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 163 | 253 | 0.19 | 0.36 | 0 | 0.01 | 268 | 0.96 | 0.82 |
Hex | CD | A3 | FD | 13 | 24 | 0 | 1 | 10C | 60 | 52 |
Octal | 315 | 243 | 375 | 23 | 44 | 0 | 1 | 414 | 140 | 122 |
Binary | 11001101 | 10100011 | 11111101 | 10011 | 100100 | 0 | 1 | 100001100 | 1100000 | 1010010 |
Color Harmonies of #CDA3FD
Complementary color
Monochromatic Colors of #CDA3FD
Black with #CDA3FD
Text Example
Text Example
White with #CDA3FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA3FD; }
p { color: rgb(205,163,253); }
H1.HeaderClassName
{
color: #CDA3FD;
}
.AnyTagClassName
{
color: #CDA3FD;
}
</style>
background-color css
<style>
a { background-color: #CDA3FD; }
a { background-color: rgb(205,163,253); }
div.DivClassName
{
background-color: #CDA3FD;
}
.BgClassName
{
background-color: #CDA3FD;
}
</style>
border-color css
<style>
span { border-color: #CDA3FD; }
span { border-color: rgb(205,163,253); }
td.TdClassName
{
border-color: #CDA3FD;
}
.TagClassName
{
border-color: #CDA3FD;
}
</style>