Shades of Wisteria #CDA0E4
Tints of Wisteria #CDA0E4
RGB
CMYK
RGB Variations
Color information
#CDA0E4 (or 0xCDA0E4) is known color: Wisteria. HEX triplet: CD, A0 and E4. RGB value is (205,160,228). Sum of RGB (Red+Green+Blue) = 205+160+228=593 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.57% from 593); Green value is 160 (62.89% from 255 or 26.98% from 593); Blue value is 228 (89.45% from 255 or 38.45% from 593); Max value from RGB is 228 - color contains mainly: blue. Hex color #CDA0E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA0E4 is #325F1B. Grayscale: #B4B4B4. Windows color (decimal): -3301148 or 14983373. OLE color: 14983373.
HSL color Cylindrical-coordinate representation of color #CDA0E4: hue angle of 279.71º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CDA0E4 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 160 | 228 | - |
| CMYK | 0.10 | 0.30 | 0 | 0.11 |
| HSL | 279.71º | 0.56% | 0.76% | - |
| HSV(B) | 279.71º | 0.3% | 0.89% | - |
| XYZ | 51.75 | 43.72 | 79.11 | - |
| YUV | 181.21 | 154.41 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 160 | 228 | 0.10 | 0.30 | 0 | 0.11 | 279.71 | 0.56 | 0.76 |
| Hex | CD | A0 | E4 | A | 1E | 0 | B | 118 | 38 | 4C |
| Octal | 315 | 240 | 344 | 12 | 36 | 0 | 13 | 430 | 70 | 114 |
| Binary | 11001101 | 10100000 | 11100100 | 1010 | 11110 | 0 | 1011 | 100011000 | 111000 | 1001100 |
Color Harmonies of #CDA0E4
Complementary color
Monochromatic Colors of #CDA0E4
Black with #CDA0E4
Text Example
Text Example
White with #CDA0E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA0E4; }
p { color: rgb(205,160,228); }
H1.HeaderClassName
{
color: #CDA0E4;
}
.AnyTagClassName
{
color: #CDA0E4;
}
</style>
background-color css
<style>
a { background-color: #CDA0E4; }
a { background-color: rgb(205,160,228); }
div.DivClassName
{
background-color: #CDA0E4;
}
.BgClassName
{
background-color: #CDA0E4;
}
</style>
border-color css
<style>
span { border-color: #CDA0E4; }
span { border-color: rgb(205,160,228); }
td.TdClassName
{
border-color: #CDA0E4;
}
.TagClassName
{
border-color: #CDA0E4;
}
</style>