Shades of Wisteria #CDA2E0
Tints of Wisteria #CDA2E0
RGB
CMYK
RGB Variations
Color information
#CDA2E0 (or 0xCDA2E0) is known color: Wisteria. HEX triplet: CD, A2 and E0. RGB value is (205,162,224). Sum of RGB (Red+Green+Blue) = 205+162+224=591 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.69% from 591); Green value is 162 (63.67% from 255 or 27.41% from 591); Blue value is 224 (87.89% from 255 or 37.90% from 591); Max value from RGB is 224 - color contains mainly: blue. Hex color #CDA2E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA2E0 is #325D1F. Grayscale: #B5B5B5. Windows color (decimal): -3300640 or 14721741. OLE color: 14721741.
HSL color Cylindrical-coordinate representation of color #CDA2E0: hue angle of 281.61º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CDA2E0 is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 162 | 224 | - |
| CMYK | 0.08 | 0.28 | 0 | 0.12 |
| HSL | 281.61º | 0.5% | 0.76% | - |
| HSV(B) | 281.61º | 0.28% | 0.88% | - |
| XYZ | 51.55 | 44.2 | 76.34 | - |
| YUV | 181.93 | 151.75 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 162 | 224 | 0.08 | 0.28 | 0 | 0.12 | 281.61 | 0.5 | 0.76 |
| Hex | CD | A2 | E0 | 8 | 1C | 0 | C | 11A | 32 | 4C |
| Octal | 315 | 242 | 340 | 10 | 34 | 0 | 14 | 432 | 62 | 114 |
| Binary | 11001101 | 10100010 | 11100000 | 1000 | 11100 | 0 | 1100 | 100011010 | 110010 | 1001100 |
Color Harmonies of #CDA2E0
Complementary color
Monochromatic Colors of #CDA2E0
Black with #CDA2E0
Text Example
Text Example
White with #CDA2E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA2E0; }
p { color: rgb(205,162,224); }
H1.HeaderClassName
{
color: #CDA2E0;
}
.AnyTagClassName
{
color: #CDA2E0;
}
</style>
background-color css
<style>
a { background-color: #CDA2E0; }
a { background-color: rgb(205,162,224); }
div.DivClassName
{
background-color: #CDA2E0;
}
.BgClassName
{
background-color: #CDA2E0;
}
</style>
border-color css
<style>
span { border-color: #CDA2E0; }
span { border-color: rgb(205,162,224); }
td.TdClassName
{
border-color: #CDA2E0;
}
.TagClassName
{
border-color: #CDA2E0;
}
</style>