Shades of Wisteria #CDA9DC
Tints of Wisteria #CDA9DC
RGB
CMYK
RGB Variations
Color information
#CDA9DC (or 0xCDA9DC) is known color: Wisteria. HEX triplet: CD, A9 and DC. RGB value is (205,169,220). Sum of RGB (Red+Green+Blue) = 205+169+220=594 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.51% from 594); Green value is 169 (66.41% from 255 or 28.45% from 594); Blue value is 220 (86.33% from 255 or 37.04% from 594); Max value from RGB is 220 - color contains mainly: blue. Hex color #CDA9DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA9DC is #325623. Grayscale: #B9B9B9. Windows color (decimal): -3298852 or 14461389. OLE color: 14461389.
HSL color Cylindrical-coordinate representation of color #CDA9DC: hue angle of 282.35º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CDA9DC is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 169 | 220 | - |
| CMYK | 0.07 | 0.23 | 0 | 0.14 |
| HSL | 282.35º | 0.42% | 0.76% | - |
| HSV(B) | 282.35º | 0.23% | 0.86% | - |
| XYZ | 52.28 | 46.52 | 73.93 | - |
| YUV | 185.58 | 147.43 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 169 | 220 | 0.07 | 0.23 | 0 | 0.14 | 282.35 | 0.42 | 0.76 |
| Hex | CD | A9 | DC | 7 | 17 | 0 | E | 11A | 2A | 4C |
| Octal | 315 | 251 | 334 | 7 | 27 | 0 | 16 | 432 | 52 | 114 |
| Binary | 11001101 | 10101001 | 11011100 | 111 | 10111 | 0 | 1110 | 100011010 | 101010 | 1001100 |
Color Harmonies of #CDA9DC
Complementary color
Monochromatic Colors of #CDA9DC
Black with #CDA9DC
Text Example
Text Example
White with #CDA9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA9DC; }
p { color: rgb(205,169,220); }
H1.HeaderClassName
{
color: #CDA9DC;
}
.AnyTagClassName
{
color: #CDA9DC;
}
</style>
background-color css
<style>
a { background-color: #CDA9DC; }
a { background-color: rgb(205,169,220); }
div.DivClassName
{
background-color: #CDA9DC;
}
.BgClassName
{
background-color: #CDA9DC;
}
</style>
border-color css
<style>
span { border-color: #CDA9DC; }
span { border-color: rgb(205,169,220); }
td.TdClassName
{
border-color: #CDA9DC;
}
.TagClassName
{
border-color: #CDA9DC;
}
</style>