Shades of Wisteria #CDA2EF
Tints of Wisteria #CDA2EF
RGB
CMYK
RGB Variations
Color information
#CDA2EF (or 0xCDA2EF) is known color: Wisteria. HEX triplet: CD, A2 and EF. RGB value is (205,162,239). Sum of RGB (Red+Green+Blue) = 205+162+239=606 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.83% from 606); Green value is 162 (63.67% from 255 or 26.73% from 606); Blue value is 239 (93.75% from 255 or 39.44% from 606); Max value from RGB is 239 - color contains mainly: blue. Hex color #CDA2EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA2EF is #325D10. Grayscale: #B7B7B7. Windows color (decimal): -3300625 or 15704781. OLE color: 15704781.
HSL color Cylindrical-coordinate representation of color #CDA2EF: hue angle of 273.51º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CDA2EF is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 162 | 239 | - |
| CMYK | 0.14 | 0.32 | 0 | 0.06 |
| HSL | 273.51º | 0.71% | 0.79% | - |
| HSV(B) | 273.51º | 0.32% | 0.94% | - |
| XYZ | 53.68 | 45.05 | 87.53 | - |
| YUV | 183.64 | 159.25 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 162 | 239 | 0.14 | 0.32 | 0 | 0.06 | 273.51 | 0.71 | 0.79 |
| Hex | CD | A2 | EF | E | 20 | 0 | 6 | 112 | 47 | 4F |
| Octal | 315 | 242 | 357 | 16 | 40 | 0 | 6 | 422 | 107 | 117 |
| Binary | 11001101 | 10100010 | 11101111 | 1110 | 100000 | 0 | 110 | 100010010 | 1000111 | 1001111 |
Color Harmonies of #CDA2EF
Complementary color
Monochromatic Colors of #CDA2EF
Black with #CDA2EF
Text Example
Text Example
White with #CDA2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA2EF; }
p { color: rgb(205,162,239); }
H1.HeaderClassName
{
color: #CDA2EF;
}
.AnyTagClassName
{
color: #CDA2EF;
}
</style>
background-color css
<style>
a { background-color: #CDA2EF; }
a { background-color: rgb(205,162,239); }
div.DivClassName
{
background-color: #CDA2EF;
}
.BgClassName
{
background-color: #CDA2EF;
}
</style>
border-color css
<style>
span { border-color: #CDA2EF; }
span { border-color: rgb(205,162,239); }
td.TdClassName
{
border-color: #CDA2EF;
}
.TagClassName
{
border-color: #CDA2EF;
}
</style>