Shades of Wisteria #CDA4EA
Tints of Wisteria #CDA4EA
RGB
CMYK
RGB Variations
Color information
#CDA4EA (or 0xCDA4EA) is known color: Wisteria. HEX triplet: CD, A4 and EA. RGB value is (205,164,234). Sum of RGB (Red+Green+Blue) = 205+164+234=603 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.00% from 603); Green value is 164 (64.45% from 255 or 27.20% from 603); Blue value is 234 (91.80% from 255 or 38.81% from 603); Max value from RGB is 234 - color contains mainly: blue. Hex color #CDA4EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA4EA is #325B15. Grayscale: #B8B8B8. Windows color (decimal): -3300118 or 15377613. OLE color: 15377613.
HSL color Cylindrical-coordinate representation of color #CDA4EA: hue angle of 275.14º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CDA4EA is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 205 | 164 | 234 | - |
| CMYK | 0.12 | 0.30 | 0 | 0.08 |
| HSL | 275.14º | 0.63% | 0.78% | - |
| HSV(B) | 275.14º | 0.3% | 0.92% | - |
| XYZ | 53.3 | 45.47 | 83.81 | - |
| YUV | 184.24 | 156.08 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 164 | 234 | 0.12 | 0.30 | 0 | 0.08 | 275.14 | 0.63 | 0.78 |
| Hex | CD | A4 | EA | C | 1E | 0 | 8 | 113 | 3E | 4E |
| Octal | 315 | 244 | 352 | 14 | 36 | 0 | 10 | 423 | 76 | 116 |
| Binary | 11001101 | 10100100 | 11101010 | 1100 | 11110 | 0 | 1000 | 100010011 | 111110 | 1001110 |
Color Harmonies of #CDA4EA
Complementary color
Monochromatic Colors of #CDA4EA
Black with #CDA4EA
Text Example
Text Example
White with #CDA4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA4EA; }
p { color: rgb(205,164,234); }
H1.HeaderClassName
{
color: #CDA4EA;
}
.AnyTagClassName
{
color: #CDA4EA;
}
</style>
background-color css
<style>
a { background-color: #CDA4EA; }
a { background-color: rgb(205,164,234); }
div.DivClassName
{
background-color: #CDA4EA;
}
.BgClassName
{
background-color: #CDA4EA;
}
</style>
border-color css
<style>
span { border-color: #CDA4EA; }
span { border-color: rgb(205,164,234); }
td.TdClassName
{
border-color: #CDA4EA;
}
.TagClassName
{
border-color: #CDA4EA;
}
</style>