Shades of Wisteria #CDA0DA
Tints of Wisteria #CDA0DA
RGB
CMYK
RGB Variations
Color information
#CDA0DA (or 0xCDA0DA) is known color: Wisteria. HEX triplet: CD, A0 and DA. RGB value is (205,160,218). Sum of RGB (Red+Green+Blue) = 205+160+218=583 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.16% from 583); Green value is 160 (62.89% from 255 or 27.44% from 583); Blue value is 218 (85.55% from 255 or 37.39% from 583); Max value from RGB is 218 - color contains mainly: blue. Hex color #CDA0DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA0DA is #325F25. Grayscale: #B3B3B3. Windows color (decimal): -3301158 or 14328013. OLE color: 14328013.
HSL color Cylindrical-coordinate representation of color #CDA0DA: hue angle of 286.55º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CDA0DA is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 160 | 218 | - |
| CMYK | 0.06 | 0.27 | 0 | 0.15 |
| HSL | 286.55º | 0.44% | 0.74% | - |
| HSV(B) | 286.55º | 0.27% | 0.85% | - |
| XYZ | 50.4 | 43.18 | 72.01 | - |
| YUV | 180.07 | 149.41 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 160 | 218 | 0.06 | 0.27 | 0 | 0.15 | 286.55 | 0.44 | 0.74 |
| Hex | CD | A0 | DA | 6 | 1B | 0 | F | 11F | 2C | 4A |
| Octal | 315 | 240 | 332 | 6 | 33 | 0 | 17 | 437 | 54 | 112 |
| Binary | 11001101 | 10100000 | 11011010 | 110 | 11011 | 0 | 1111 | 100011111 | 101100 | 1001010 |
Color Harmonies of #CDA0DA
Complementary color
Monochromatic Colors of #CDA0DA
Black with #CDA0DA
Text Example
Text Example
White with #CDA0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA0DA; }
p { color: rgb(205,160,218); }
H1.HeaderClassName
{
color: #CDA0DA;
}
.AnyTagClassName
{
color: #CDA0DA;
}
</style>
background-color css
<style>
a { background-color: #CDA0DA; }
a { background-color: rgb(205,160,218); }
div.DivClassName
{
background-color: #CDA0DA;
}
.BgClassName
{
background-color: #CDA0DA;
}
</style>
border-color css
<style>
span { border-color: #CDA0DA; }
span { border-color: rgb(205,160,218); }
td.TdClassName
{
border-color: #CDA0DA;
}
.TagClassName
{
border-color: #CDA0DA;
}
</style>