Shades of Wisteria #CDA6DD
Tints of Wisteria #CDA6DD
RGB
CMYK
RGB Variations
Color information
#CDA6DD (or 0xCDA6DD) is known color: Wisteria. HEX triplet: CD, A6 and DD. RGB value is (205,166,221). Sum of RGB (Red+Green+Blue) = 205+166+221=592 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.63% from 592); Green value is 166 (65.23% from 255 or 28.04% from 592); Blue value is 221 (86.72% from 255 or 37.33% from 592); Max value from RGB is 221 - color contains mainly: blue. Hex color #CDA6DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA6DD is #325922. Grayscale: #B7B7B7. Windows color (decimal): -3299619 or 14526157. OLE color: 14526157.
HSL color Cylindrical-coordinate representation of color #CDA6DD: hue angle of 282.55º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CDA6DD is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 166 | 221 | - |
| CMYK | 0.07 | 0.25 | 0 | 0.13 |
| HSL | 282.55º | 0.45% | 0.76% | - |
| HSV(B) | 282.55º | 0.25% | 0.87% | - |
| XYZ | 51.86 | 45.47 | 74.45 | - |
| YUV | 183.93 | 148.92 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 166 | 221 | 0.07 | 0.25 | 0 | 0.13 | 282.55 | 0.45 | 0.76 |
| Hex | CD | A6 | DD | 7 | 19 | 0 | D | 11B | 2D | 4C |
| Octal | 315 | 246 | 335 | 7 | 31 | 0 | 15 | 433 | 55 | 114 |
| Binary | 11001101 | 10100110 | 11011101 | 111 | 11001 | 0 | 1101 | 100011011 | 101101 | 1001100 |
Color Harmonies of #CDA6DD
Complementary color
Monochromatic Colors of #CDA6DD
Black with #CDA6DD
Text Example
Text Example
White with #CDA6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA6DD; }
p { color: rgb(205,166,221); }
H1.HeaderClassName
{
color: #CDA6DD;
}
.AnyTagClassName
{
color: #CDA6DD;
}
</style>
background-color css
<style>
a { background-color: #CDA6DD; }
a { background-color: rgb(205,166,221); }
div.DivClassName
{
background-color: #CDA6DD;
}
.BgClassName
{
background-color: #CDA6DD;
}
</style>
border-color css
<style>
span { border-color: #CDA6DD; }
span { border-color: rgb(205,166,221); }
td.TdClassName
{
border-color: #CDA6DD;
}
.TagClassName
{
border-color: #CDA6DD;
}
</style>