Shades of Wisteria #CDA4DC
Tints of Wisteria #CDA4DC
RGB
CMYK
RGB Variations
Color information
#CDA4DC (or 0xCDA4DC) is known color: Wisteria. HEX triplet: CD, A4 and DC. RGB value is (205,164,220). Sum of RGB (Red+Green+Blue) = 205+164+220=589 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.80% from 589); Green value is 164 (64.45% from 255 or 27.84% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 220 - color contains mainly: blue. Hex color #CDA4DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA4DC is #325B23. Grayscale: #B6B6B6. Windows color (decimal): -3300132 or 14460109. OLE color: 14460109.
HSL color Cylindrical-coordinate representation of color #CDA4DC: hue angle of 283.93º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CDA4DC is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 164 | 220 | - |
| CMYK | 0.07 | 0.25 | 0 | 0.14 |
| HSL | 283.93º | 0.44% | 0.75% | - |
| HSV(B) | 283.93º | 0.25% | 0.86% | - |
| XYZ | 51.37 | 44.7 | 73.63 | - |
| YUV | 182.64 | 149.08 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 164 | 220 | 0.07 | 0.25 | 0 | 0.14 | 283.93 | 0.44 | 0.75 |
| Hex | CD | A4 | DC | 7 | 19 | 0 | E | 11C | 2C | 4B |
| Octal | 315 | 244 | 334 | 7 | 31 | 0 | 16 | 434 | 54 | 113 |
| Binary | 11001101 | 10100100 | 11011100 | 111 | 11001 | 0 | 1110 | 100011100 | 101100 | 1001011 |
Color Harmonies of #CDA4DC
Complementary color
Monochromatic Colors of #CDA4DC
Black with #CDA4DC
Text Example
Text Example
White with #CDA4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA4DC; }
p { color: rgb(205,164,220); }
H1.HeaderClassName
{
color: #CDA4DC;
}
.AnyTagClassName
{
color: #CDA4DC;
}
</style>
background-color css
<style>
a { background-color: #CDA4DC; }
a { background-color: rgb(205,164,220); }
div.DivClassName
{
background-color: #CDA4DC;
}
.BgClassName
{
background-color: #CDA4DC;
}
</style>
border-color css
<style>
span { border-color: #CDA4DC; }
span { border-color: rgb(205,164,220); }
td.TdClassName
{
border-color: #CDA4DC;
}
.TagClassName
{
border-color: #CDA4DC;
}
</style>