Shades of Wisteria #CDA0E5
Tints of Wisteria #CDA0E5
RGB
CMYK
RGB Variations
Color information
#CDA0E5 (or 0xCDA0E5) is known color: Wisteria. HEX triplet: CD, A0 and E5. RGB value is (205,160,229). Sum of RGB (Red+Green+Blue) = 205+160+229=594 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.51% from 594); Green value is 160 (62.89% from 255 or 26.94% from 594); Blue value is 229 (89.84% from 255 or 38.55% from 594); Max value from RGB is 229 - color contains mainly: blue. Hex color #CDA0E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA0E5 is #325F1A. Grayscale: #B5B5B5. Windows color (decimal): -3301147 or 15048909. OLE color: 15048909.
HSL color Cylindrical-coordinate representation of color #CDA0E5: hue angle of 279.13º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CDA0E5 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 160 | 229 | - |
| CMYK | 0.10 | 0.30 | 0 | 0.10 |
| HSL | 279.13º | 0.57% | 0.76% | - |
| HSV(B) | 279.13º | 0.3% | 0.9% | - |
| XYZ | 51.89 | 43.78 | 79.84 | - |
| YUV | 181.32 | 154.91 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 160 | 229 | 0.10 | 0.30 | 0 | 0.10 | 279.13 | 0.57 | 0.76 |
| Hex | CD | A0 | E5 | A | 1E | 0 | A | 117 | 39 | 4C |
| Octal | 315 | 240 | 345 | 12 | 36 | 0 | 12 | 427 | 71 | 114 |
| Binary | 11001101 | 10100000 | 11100101 | 1010 | 11110 | 0 | 1010 | 100010111 | 111001 | 1001100 |
Color Harmonies of #CDA0E5
Complementary color
Monochromatic Colors of #CDA0E5
Black with #CDA0E5
Text Example
Text Example
White with #CDA0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA0E5; }
p { color: rgb(205,160,229); }
H1.HeaderClassName
{
color: #CDA0E5;
}
.AnyTagClassName
{
color: #CDA0E5;
}
</style>
background-color css
<style>
a { background-color: #CDA0E5; }
a { background-color: rgb(205,160,229); }
div.DivClassName
{
background-color: #CDA0E5;
}
.BgClassName
{
background-color: #CDA0E5;
}
</style>
border-color css
<style>
span { border-color: #CDA0E5; }
span { border-color: rgb(205,160,229); }
td.TdClassName
{
border-color: #CDA0E5;
}
.TagClassName
{
border-color: #CDA0E5;
}
</style>