Shades of Wisteria #CDA4D5
Tints of Wisteria #CDA4D5
RGB
CMYK
RGB Variations
Color information
#CDA4D5 (or 0xCDA4D5) is known color: Wisteria. HEX triplet: CD, A4 and D5. RGB value is (205,164,213). Sum of RGB (Red+Green+Blue) = 205+164+213=582 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.22% from 582); Green value is 164 (64.45% from 255 or 28.18% from 582); Blue value is 213 (83.59% from 255 or 36.60% from 582); Max value from RGB is 213 - color contains mainly: blue. Hex color #CDA4D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA4D5 is #325B2A. Grayscale: #B5B5B5. Windows color (decimal): -3300139 or 14001357. OLE color: 14001357.
HSL color Cylindrical-coordinate representation of color #CDA4D5: hue angle of 290.2º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CDA4D5 is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 164 | 213 | - |
| CMYK | 0.04 | 0.23 | 0 | 0.16 |
| HSL | 290.2º | 0.37% | 0.74% | - |
| HSV(B) | 290.2º | 0.23% | 0.84% | - |
| XYZ | 50.46 | 44.33 | 68.85 | - |
| YUV | 181.85 | 145.58 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 164 | 213 | 0.04 | 0.23 | 0 | 0.16 | 290.2 | 0.37 | 0.74 |
| Hex | CD | A4 | D5 | 4 | 17 | 0 | 10 | 122 | 25 | 4A |
| Octal | 315 | 244 | 325 | 4 | 27 | 0 | 20 | 442 | 45 | 112 |
| Binary | 11001101 | 10100100 | 11010101 | 100 | 10111 | 0 | 10000 | 100100010 | 100101 | 1001010 |
Color Harmonies of #CDA4D5
Complementary color
Monochromatic Colors of #CDA4D5
Black with #CDA4D5
Text Example
Text Example
White with #CDA4D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA4D5; }
p { color: rgb(205,164,213); }
H1.HeaderClassName
{
color: #CDA4D5;
}
.AnyTagClassName
{
color: #CDA4D5;
}
</style>
background-color css
<style>
a { background-color: #CDA4D5; }
a { background-color: rgb(205,164,213); }
div.DivClassName
{
background-color: #CDA4D5;
}
.BgClassName
{
background-color: #CDA4D5;
}
</style>
border-color css
<style>
span { border-color: #CDA4D5; }
span { border-color: rgb(205,164,213); }
td.TdClassName
{
border-color: #CDA4D5;
}
.TagClassName
{
border-color: #CDA4D5;
}
</style>