Shades of Wisteria #CDA6DA
Tints of Wisteria #CDA6DA
RGB
CMYK
RGB Variations
Color information
#CDA6DA (or 0xCDA6DA) is known color: Wisteria. HEX triplet: CD, A6 and DA. RGB value is (205,166,218). Sum of RGB (Red+Green+Blue) = 205+166+218=589 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.80% from 589); Green value is 166 (65.23% from 255 or 28.18% from 589); Blue value is 218 (85.55% from 255 or 37.01% from 589); Max value from RGB is 218 - color contains mainly: blue. Hex color #CDA6DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA6DA is #325925. Grayscale: #B7B7B7. Windows color (decimal): -3299622 or 14329549. OLE color: 14329549.
HSL color Cylindrical-coordinate representation of color #CDA6DA: hue angle of 285º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CDA6DA is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 166 | 218 | - |
| CMYK | 0.06 | 0.24 | 0 | 0.15 |
| HSL | 285º | 0.41% | 0.75% | - |
| HSV(B) | 285º | 0.24% | 0.85% | - |
| XYZ | 51.47 | 45.31 | 72.36 | - |
| YUV | 183.59 | 147.42 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 166 | 218 | 0.06 | 0.24 | 0 | 0.15 | 285 | 0.41 | 0.75 |
| Hex | CD | A6 | DA | 6 | 18 | 0 | F | 11D | 29 | 4B |
| Octal | 315 | 246 | 332 | 6 | 30 | 0 | 17 | 435 | 51 | 113 |
| Binary | 11001101 | 10100110 | 11011010 | 110 | 11000 | 0 | 1111 | 100011101 | 101001 | 1001011 |
Color Harmonies of #CDA6DA
Complementary color
Monochromatic Colors of #CDA6DA
Black with #CDA6DA
Text Example
Text Example
White with #CDA6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA6DA; }
p { color: rgb(205,166,218); }
H1.HeaderClassName
{
color: #CDA6DA;
}
.AnyTagClassName
{
color: #CDA6DA;
}
</style>
background-color css
<style>
a { background-color: #CDA6DA; }
a { background-color: rgb(205,166,218); }
div.DivClassName
{
background-color: #CDA6DA;
}
.BgClassName
{
background-color: #CDA6DA;
}
</style>
border-color css
<style>
span { border-color: #CDA6DA; }
span { border-color: rgb(205,166,218); }
td.TdClassName
{
border-color: #CDA6DA;
}
.TagClassName
{
border-color: #CDA6DA;
}
</style>