Shades of Wisteria #CDA3EC
Tints of Wisteria #CDA3EC
RGB
CMYK
RGB Variations
Color information
#CDA3EC (or 0xCDA3EC) is known color: Wisteria. HEX triplet: CD, A3 and EC. RGB value is (205,163,236). Sum of RGB (Red+Green+Blue) = 205+163+236=604 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.94% from 604); Green value is 163 (64.06% from 255 or 26.99% from 604); Blue value is 236 (92.58% from 255 or 39.07% from 604); Max value from RGB is 236 - color contains mainly: blue. Hex color #CDA3EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA3EC is #325C13. Grayscale: #B7B7B7. Windows color (decimal): -3300372 or 15508429. OLE color: 15508429.
HSL color Cylindrical-coordinate representation of color #CDA3EC: hue angle of 274.52º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CDA3EC is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 163 | 236 | - |
| CMYK | 0.13 | 0.31 | 0 | 0.07 |
| HSL | 274.52º | 0.66% | 0.78% | - |
| HSV(B) | 274.52º | 0.31% | 0.93% | - |
| XYZ | 53.41 | 45.23 | 85.27 | - |
| YUV | 183.88 | 157.41 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 163 | 236 | 0.13 | 0.31 | 0 | 0.07 | 274.52 | 0.66 | 0.78 |
| Hex | CD | A3 | EC | D | 1F | 0 | 7 | 113 | 42 | 4E |
| Octal | 315 | 243 | 354 | 15 | 37 | 0 | 7 | 423 | 102 | 116 |
| Binary | 11001101 | 10100011 | 11101100 | 1101 | 11111 | 0 | 111 | 100010011 | 1000010 | 1001110 |
Color Harmonies of #CDA3EC
Complementary color
Monochromatic Colors of #CDA3EC
Black with #CDA3EC
Text Example
Text Example
White with #CDA3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA3EC; }
p { color: rgb(205,163,236); }
H1.HeaderClassName
{
color: #CDA3EC;
}
.AnyTagClassName
{
color: #CDA3EC;
}
</style>
background-color css
<style>
a { background-color: #CDA3EC; }
a { background-color: rgb(205,163,236); }
div.DivClassName
{
background-color: #CDA3EC;
}
.BgClassName
{
background-color: #CDA3EC;
}
</style>
border-color css
<style>
span { border-color: #CDA3EC; }
span { border-color: rgb(205,163,236); }
td.TdClassName
{
border-color: #CDA3EC;
}
.TagClassName
{
border-color: #CDA3EC;
}
</style>