Shades of Wisteria #CDA1DA
Tints of Wisteria #CDA1DA
RGB
CMYK
RGB Variations
Color information
#CDA1DA (or 0xCDA1DA) is known color: Wisteria. HEX triplet: CD, A1 and DA. RGB value is (205,161,218). Sum of RGB (Red+Green+Blue) = 205+161+218=584 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.10% from 584); Green value is 161 (63.28% from 255 or 27.57% from 584); Blue value is 218 (85.55% from 255 or 37.33% from 584); Max value from RGB is 218 - color contains mainly: blue. Hex color #CDA1DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA1DA is #325E25. Grayscale: #B4B4B4. Windows color (decimal): -3300902 or 14328269. OLE color: 14328269.
HSL color Cylindrical-coordinate representation of color #CDA1DA: hue angle of 286.32º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CDA1DA is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 161 | 218 | - |
| CMYK | 0.06 | 0.26 | 0 | 0.15 |
| HSL | 286.32º | 0.44% | 0.74% | - |
| HSV(B) | 286.32º | 0.26% | 0.85% | - |
| XYZ | 50.58 | 43.53 | 72.07 | - |
| YUV | 180.65 | 149.08 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 161 | 218 | 0.06 | 0.26 | 0 | 0.15 | 286.32 | 0.44 | 0.74 |
| Hex | CD | A1 | DA | 6 | 1A | 0 | F | 11E | 2C | 4A |
| Octal | 315 | 241 | 332 | 6 | 32 | 0 | 17 | 436 | 54 | 112 |
| Binary | 11001101 | 10100001 | 11011010 | 110 | 11010 | 0 | 1111 | 100011110 | 101100 | 1001010 |
Color Harmonies of #CDA1DA
Complementary color
Monochromatic Colors of #CDA1DA
Black with #CDA1DA
Text Example
Text Example
White with #CDA1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA1DA; }
p { color: rgb(205,161,218); }
H1.HeaderClassName
{
color: #CDA1DA;
}
.AnyTagClassName
{
color: #CDA1DA;
}
</style>
background-color css
<style>
a { background-color: #CDA1DA; }
a { background-color: rgb(205,161,218); }
div.DivClassName
{
background-color: #CDA1DA;
}
.BgClassName
{
background-color: #CDA1DA;
}
</style>
border-color css
<style>
span { border-color: #CDA1DA; }
span { border-color: rgb(205,161,218); }
td.TdClassName
{
border-color: #CDA1DA;
}
.TagClassName
{
border-color: #CDA1DA;
}
</style>