Shades of Wisteria #CDA8D6
Tints of Wisteria #CDA8D6
RGB
CMYK
RGB Variations
Color information
#CDA8D6 (or 0xCDA8D6) is known color: Wisteria. HEX triplet: CD, A8 and D6. RGB value is (205,168,214). Sum of RGB (Red+Green+Blue) = 205+168+214=587 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.92% from 587); Green value is 168 (66.02% from 255 or 28.62% from 587); Blue value is 214 (83.98% from 255 or 36.46% from 587); Max value from RGB is 214 - color contains mainly: blue. Hex color #CDA8D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA8D6 is #325729. Grayscale: #B8B8B8. Windows color (decimal): -3299114 or 14067917. OLE color: 14067917.
HSL color Cylindrical-coordinate representation of color #CDA8D6: hue angle of 288.26º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CDA8D6 is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 168 | 214 | - |
| CMYK | 0.04 | 0.21 | 0 | 0.16 |
| HSL | 288.26º | 0.36% | 0.75% | - |
| HSV(B) | 288.26º | 0.21% | 0.84% | - |
| XYZ | 51.32 | 45.84 | 69.76 | - |
| YUV | 184.31 | 144.76 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 168 | 214 | 0.04 | 0.21 | 0 | 0.16 | 288.26 | 0.36 | 0.75 |
| Hex | CD | A8 | D6 | 4 | 15 | 0 | 10 | 120 | 24 | 4B |
| Octal | 315 | 250 | 326 | 4 | 25 | 0 | 20 | 440 | 44 | 113 |
| Binary | 11001101 | 10101000 | 11010110 | 100 | 10101 | 0 | 10000 | 100100000 | 100100 | 1001011 |
Color Harmonies of #CDA8D6
Complementary color
Monochromatic Colors of #CDA8D6
Black with #CDA8D6
Text Example
Text Example
White with #CDA8D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA8D6; }
p { color: rgb(205,168,214); }
H1.HeaderClassName
{
color: #CDA8D6;
}
.AnyTagClassName
{
color: #CDA8D6;
}
</style>
background-color css
<style>
a { background-color: #CDA8D6; }
a { background-color: rgb(205,168,214); }
div.DivClassName
{
background-color: #CDA8D6;
}
.BgClassName
{
background-color: #CDA8D6;
}
</style>
border-color css
<style>
span { border-color: #CDA8D6; }
span { border-color: rgb(205,168,214); }
td.TdClassName
{
border-color: #CDA8D6;
}
.TagClassName
{
border-color: #CDA8D6;
}
</style>