Shades of Wisteria #CDA5D8
Tints of Wisteria #CDA5D8
RGB
CMYK
RGB Variations
Color information
#CDA5D8 (or 0xCDA5D8) is known color: Wisteria. HEX triplet: CD, A5 and D8. RGB value is (205,165,216). Sum of RGB (Red+Green+Blue) = 205+165+216=586 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.98% from 586); Green value is 165 (64.84% from 255 or 28.16% from 586); Blue value is 216 (84.77% from 255 or 36.86% from 586); Max value from RGB is 216 - color contains mainly: blue. Hex color #CDA5D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA5D8 is #325A27. Grayscale: #B6B6B6. Windows color (decimal): -3299880 or 14198221. OLE color: 14198221.
HSL color Cylindrical-coordinate representation of color #CDA5D8: hue angle of 287.06º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CDA5D8 is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 165 | 216 | - |
| CMYK | 0.05 | 0.24 | 0 | 0.15 |
| HSL | 287.06º | 0.4% | 0.75% | - |
| HSV(B) | 287.06º | 0.24% | 0.85% | - |
| XYZ | 51.03 | 44.85 | 70.93 | - |
| YUV | 182.77 | 146.75 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 165 | 216 | 0.05 | 0.24 | 0 | 0.15 | 287.06 | 0.4 | 0.75 |
| Hex | CD | A5 | D8 | 5 | 18 | 0 | F | 11F | 28 | 4B |
| Octal | 315 | 245 | 330 | 5 | 30 | 0 | 17 | 437 | 50 | 113 |
| Binary | 11001101 | 10100101 | 11011000 | 101 | 11000 | 0 | 1111 | 100011111 | 101000 | 1001011 |
Color Harmonies of #CDA5D8
Complementary color
Monochromatic Colors of #CDA5D8
Black with #CDA5D8
Text Example
Text Example
White with #CDA5D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA5D8; }
p { color: rgb(205,165,216); }
H1.HeaderClassName
{
color: #CDA5D8;
}
.AnyTagClassName
{
color: #CDA5D8;
}
</style>
background-color css
<style>
a { background-color: #CDA5D8; }
a { background-color: rgb(205,165,216); }
div.DivClassName
{
background-color: #CDA5D8;
}
.BgClassName
{
background-color: #CDA5D8;
}
</style>
border-color css
<style>
span { border-color: #CDA5D8; }
span { border-color: rgb(205,165,216); }
td.TdClassName
{
border-color: #CDA5D8;
}
.TagClassName
{
border-color: #CDA5D8;
}
</style>