Shades of Wisteria #CDA3DB
Tints of Wisteria #CDA3DB
RGB
CMYK
RGB Variations
Color information
#CDA3DB (or 0xCDA3DB) is known color: Wisteria. HEX triplet: CD, A3 and DB. RGB value is (205,163,219). Sum of RGB (Red+Green+Blue) = 205+163+219=587 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.92% from 587); Green value is 163 (64.06% from 255 or 27.77% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 219 - color contains mainly: blue. Hex color #CDA3DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA3DB is #325C24. Grayscale: #B5B5B5. Windows color (decimal): -3300389 or 14394317. OLE color: 14394317.
HSL color Cylindrical-coordinate representation of color #CDA3DB: hue angle of 285º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CDA3DB is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 163 | 219 | - |
| CMYK | 0.06 | 0.26 | 0 | 0.14 |
| HSL | 285º | 0.44% | 0.75% | - |
| HSV(B) | 285º | 0.26% | 0.86% | - |
| XYZ | 51.06 | 44.29 | 72.88 | - |
| YUV | 181.94 | 148.91 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 163 | 219 | 0.06 | 0.26 | 0 | 0.14 | 285 | 0.44 | 0.75 |
| Hex | CD | A3 | DB | 6 | 1A | 0 | E | 11D | 2C | 4B |
| Octal | 315 | 243 | 333 | 6 | 32 | 0 | 16 | 435 | 54 | 113 |
| Binary | 11001101 | 10100011 | 11011011 | 110 | 11010 | 0 | 1110 | 100011101 | 101100 | 1001011 |
Color Harmonies of #CDA3DB
Complementary color
Monochromatic Colors of #CDA3DB
Black with #CDA3DB
Text Example
Text Example
White with #CDA3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA3DB; }
p { color: rgb(205,163,219); }
H1.HeaderClassName
{
color: #CDA3DB;
}
.AnyTagClassName
{
color: #CDA3DB;
}
</style>
background-color css
<style>
a { background-color: #CDA3DB; }
a { background-color: rgb(205,163,219); }
div.DivClassName
{
background-color: #CDA3DB;
}
.BgClassName
{
background-color: #CDA3DB;
}
</style>
border-color css
<style>
span { border-color: #CDA3DB; }
span { border-color: rgb(205,163,219); }
td.TdClassName
{
border-color: #CDA3DB;
}
.TagClassName
{
border-color: #CDA3DB;
}
</style>