Shades of Wisteria #CDA2EC
Tints of Wisteria #CDA2EC
RGB
CMYK
RGB Variations
Color information
#CDA2EC (or 0xCDA2EC) is known color: Wisteria. HEX triplet: CD, A2 and EC. RGB value is (205,162,236). Sum of RGB (Red+Green+Blue) = 205+162+236=603 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.00% from 603); Green value is 162 (63.67% from 255 or 26.87% from 603); Blue value is 236 (92.58% from 255 or 39.14% from 603); Max value from RGB is 236 - color contains mainly: blue. Hex color #CDA2EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA2EC is #325D13. Grayscale: #B7B7B7. Windows color (decimal): -3300628 or 15508173. OLE color: 15508173.
HSL color Cylindrical-coordinate representation of color #CDA2EC: hue angle of 274.86º 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 #CDA2EC is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 162 | 236 | - |
| CMYK | 0.13 | 0.31 | 0 | 0.07 |
| HSL | 274.86º | 0.66% | 0.78% | - |
| HSV(B) | 274.86º | 0.31% | 0.93% | - |
| XYZ | 53.24 | 44.88 | 85.21 | - |
| YUV | 183.29 | 157.75 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 162 | 236 | 0.13 | 0.31 | 0 | 0.07 | 274.86 | 0.66 | 0.78 |
| Hex | CD | A2 | EC | D | 1F | 0 | 7 | 113 | 42 | 4E |
| Octal | 315 | 242 | 354 | 15 | 37 | 0 | 7 | 423 | 102 | 116 |
| Binary | 11001101 | 10100010 | 11101100 | 1101 | 11111 | 0 | 111 | 100010011 | 1000010 | 1001110 |
Color Harmonies of #CDA2EC
Complementary color
Monochromatic Colors of #CDA2EC
Black with #CDA2EC
Text Example
Text Example
White with #CDA2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA2EC; }
p { color: rgb(205,162,236); }
H1.HeaderClassName
{
color: #CDA2EC;
}
.AnyTagClassName
{
color: #CDA2EC;
}
</style>
background-color css
<style>
a { background-color: #CDA2EC; }
a { background-color: rgb(205,162,236); }
div.DivClassName
{
background-color: #CDA2EC;
}
.BgClassName
{
background-color: #CDA2EC;
}
</style>
border-color css
<style>
span { border-color: #CDA2EC; }
span { border-color: rgb(205,162,236); }
td.TdClassName
{
border-color: #CDA2EC;
}
.TagClassName
{
border-color: #CDA2EC;
}
</style>