Shades of Wisteria #CDA1DD
Tints of Wisteria #CDA1DD
RGB
CMYK
RGB Variations
Color information
#CDA1DD (or 0xCDA1DD) is known color: Wisteria. HEX triplet: CD, A1 and DD. RGB value is (205,161,221). Sum of RGB (Red+Green+Blue) = 205+161+221=587 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.92% from 587); Green value is 161 (63.28% from 255 or 27.43% from 587); Blue value is 221 (86.72% from 255 or 37.65% from 587); Max value from RGB is 221 - color contains mainly: blue. Hex color #CDA1DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA1DD is #325E22. Grayscale: #B4B4B4. Windows color (decimal): -3300899 or 14524877. OLE color: 14524877.
HSL color Cylindrical-coordinate representation of color #CDA1DD: hue angle of 284º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CDA1DD is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 161 | 221 | - |
| CMYK | 0.07 | 0.27 | 0 | 0.13 |
| HSL | 284º | 0.47% | 0.75% | - |
| HSV(B) | 284º | 0.27% | 0.87% | - |
| XYZ | 50.97 | 43.69 | 74.15 | - |
| YUV | 181 | 150.58 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 161 | 221 | 0.07 | 0.27 | 0 | 0.13 | 284 | 0.47 | 0.75 |
| Hex | CD | A1 | DD | 7 | 1B | 0 | D | 11C | 2F | 4B |
| Octal | 315 | 241 | 335 | 7 | 33 | 0 | 15 | 434 | 57 | 113 |
| Binary | 11001101 | 10100001 | 11011101 | 111 | 11011 | 0 | 1101 | 100011100 | 101111 | 1001011 |
Color Harmonies of #CDA1DD
Complementary color
Monochromatic Colors of #CDA1DD
Black with #CDA1DD
Text Example
Text Example
White with #CDA1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA1DD; }
p { color: rgb(205,161,221); }
H1.HeaderClassName
{
color: #CDA1DD;
}
.AnyTagClassName
{
color: #CDA1DD;
}
</style>
background-color css
<style>
a { background-color: #CDA1DD; }
a { background-color: rgb(205,161,221); }
div.DivClassName
{
background-color: #CDA1DD;
}
.BgClassName
{
background-color: #CDA1DD;
}
</style>
border-color css
<style>
span { border-color: #CDA1DD; }
span { border-color: rgb(205,161,221); }
td.TdClassName
{
border-color: #CDA1DD;
}
.TagClassName
{
border-color: #CDA1DD;
}
</style>