Shades of Wisteria #CDA2D8
Tints of Wisteria #CDA2D8
RGB
CMYK
RGB Variations
Color information
#CDA2D8 (or 0xCDA2D8) is known color: Wisteria. HEX triplet: CD, A2 and D8. RGB value is (205,162,216). Sum of RGB (Red+Green+Blue) = 205+162+216=583 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.16% from 583); Green value is 162 (63.67% from 255 or 27.79% from 583); Blue value is 216 (84.77% from 255 or 37.05% from 583); Max value from RGB is 216 - color contains mainly: blue. Hex color #CDA2D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA2D8 is #325D27. Grayscale: #B4B4B4. Windows color (decimal): -3300648 or 14197453. OLE color: 14197453.
HSL color Cylindrical-coordinate representation of color #CDA2D8: hue angle of 287.78º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CDA2D8 is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 162 | 216 | - |
| CMYK | 0.05 | 0.25 | 0 | 0.15 |
| HSL | 287.78º | 0.41% | 0.74% | - |
| HSV(B) | 287.78º | 0.25% | 0.85% | - |
| XYZ | 50.49 | 43.78 | 70.75 | - |
| YUV | 181.01 | 147.75 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 162 | 216 | 0.05 | 0.25 | 0 | 0.15 | 287.78 | 0.41 | 0.74 |
| Hex | CD | A2 | D8 | 5 | 19 | 0 | F | 120 | 29 | 4A |
| Octal | 315 | 242 | 330 | 5 | 31 | 0 | 17 | 440 | 51 | 112 |
| Binary | 11001101 | 10100010 | 11011000 | 101 | 11001 | 0 | 1111 | 100100000 | 101001 | 1001010 |
Color Harmonies of #CDA2D8
Complementary color
Monochromatic Colors of #CDA2D8
Black with #CDA2D8
Text Example
Text Example
White with #CDA2D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA2D8; }
p { color: rgb(205,162,216); }
H1.HeaderClassName
{
color: #CDA2D8;
}
.AnyTagClassName
{
color: #CDA2D8;
}
</style>
background-color css
<style>
a { background-color: #CDA2D8; }
a { background-color: rgb(205,162,216); }
div.DivClassName
{
background-color: #CDA2D8;
}
.BgClassName
{
background-color: #CDA2D8;
}
</style>
border-color css
<style>
span { border-color: #CDA2D8; }
span { border-color: rgb(205,162,216); }
td.TdClassName
{
border-color: #CDA2D8;
}
.TagClassName
{
border-color: #CDA2D8;
}
</style>