Shades of Wisteria #CDA2EE
Tints of Wisteria #CDA2EE
RGB
CMYK
RGB Variations
Color information
#CDA2EE (or 0xCDA2EE) is known color: Wisteria. HEX triplet: CD, A2 and EE. RGB value is (205,162,238). Sum of RGB (Red+Green+Blue) = 205+162+238=605 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.88% from 605); Green value is 162 (63.67% from 255 or 26.78% from 605); Blue value is 238 (93.36% from 255 or 39.34% from 605); Max value from RGB is 238 - color contains mainly: blue. Hex color #CDA2EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA2EE is #325D11. Grayscale: #B7B7B7. Windows color (decimal): -3300626 or 15639245. OLE color: 15639245.
HSL color Cylindrical-coordinate representation of color #CDA2EE: hue angle of 273.95º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CDA2EE is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 162 | 238 | - |
| CMYK | 0.14 | 0.32 | 0 | 0.07 |
| HSL | 273.95º | 0.69% | 0.78% | - |
| HSV(B) | 273.95º | 0.32% | 0.93% | - |
| XYZ | 53.53 | 44.99 | 86.75 | - |
| YUV | 183.52 | 158.75 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 162 | 238 | 0.14 | 0.32 | 0 | 0.07 | 273.95 | 0.69 | 0.78 |
| Hex | CD | A2 | EE | E | 20 | 0 | 7 | 112 | 45 | 4E |
| Octal | 315 | 242 | 356 | 16 | 40 | 0 | 7 | 422 | 105 | 116 |
| Binary | 11001101 | 10100010 | 11101110 | 1110 | 100000 | 0 | 111 | 100010010 | 1000101 | 1001110 |
Color Harmonies of #CDA2EE
Complementary color
Monochromatic Colors of #CDA2EE
Black with #CDA2EE
Text Example
Text Example
White with #CDA2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA2EE; }
p { color: rgb(205,162,238); }
H1.HeaderClassName
{
color: #CDA2EE;
}
.AnyTagClassName
{
color: #CDA2EE;
}
</style>
background-color css
<style>
a { background-color: #CDA2EE; }
a { background-color: rgb(205,162,238); }
div.DivClassName
{
background-color: #CDA2EE;
}
.BgClassName
{
background-color: #CDA2EE;
}
</style>
border-color css
<style>
span { border-color: #CDA2EE; }
span { border-color: rgb(205,162,238); }
td.TdClassName
{
border-color: #CDA2EE;
}
.TagClassName
{
border-color: #CDA2EE;
}
</style>