Shades of Wisteria #CDA4DE
Tints of Wisteria #CDA4DE
RGB
CMYK
RGB Variations
Color information
#CDA4DE (or 0xCDA4DE) is known color: Wisteria. HEX triplet: CD, A4 and DE. RGB value is (205,164,222). Sum of RGB (Red+Green+Blue) = 205+164+222=591 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.69% from 591); Green value is 164 (64.45% from 255 or 27.75% from 591); Blue value is 222 (87.11% from 255 or 37.56% from 591); Max value from RGB is 222 - color contains mainly: blue. Hex color #CDA4DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA4DE is #325B21. Grayscale: #B6B6B6. Windows color (decimal): -3300130 or 14591181. OLE color: 14591181.
HSL color Cylindrical-coordinate representation of color #CDA4DE: hue angle of 282.41º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CDA4DE is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 164 | 222 | - |
| CMYK | 0.08 | 0.26 | 0 | 0.13 |
| HSL | 282.41º | 0.47% | 0.76% | - |
| HSV(B) | 282.41º | 0.26% | 0.87% | - |
| XYZ | 51.64 | 44.8 | 75.03 | - |
| YUV | 182.87 | 150.08 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 164 | 222 | 0.08 | 0.26 | 0 | 0.13 | 282.41 | 0.47 | 0.76 |
| Hex | CD | A4 | DE | 8 | 1A | 0 | D | 11A | 2F | 4C |
| Octal | 315 | 244 | 336 | 10 | 32 | 0 | 15 | 432 | 57 | 114 |
| Binary | 11001101 | 10100100 | 11011110 | 1000 | 11010 | 0 | 1101 | 100011010 | 101111 | 1001100 |
Color Harmonies of #CDA4DE
Complementary color
Monochromatic Colors of #CDA4DE
Black with #CDA4DE
Text Example
Text Example
White with #CDA4DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA4DE; }
p { color: rgb(205,164,222); }
H1.HeaderClassName
{
color: #CDA4DE;
}
.AnyTagClassName
{
color: #CDA4DE;
}
</style>
background-color css
<style>
a { background-color: #CDA4DE; }
a { background-color: rgb(205,164,222); }
div.DivClassName
{
background-color: #CDA4DE;
}
.BgClassName
{
background-color: #CDA4DE;
}
</style>
border-color css
<style>
span { border-color: #CDA4DE; }
span { border-color: rgb(205,164,222); }
td.TdClassName
{
border-color: #CDA4DE;
}
.TagClassName
{
border-color: #CDA4DE;
}
</style>