Shades of Wisteria #CDA5E1
Tints of Wisteria #CDA5E1
RGB
CMYK
RGB Variations
Color information
#CDA5E1 (or 0xCDA5E1) is known color: Wisteria. HEX triplet: CD, A5 and E1. RGB value is (205,165,225). Sum of RGB (Red+Green+Blue) = 205+165+225=595 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.45% from 595); Green value is 165 (64.84% from 255 or 27.73% from 595); Blue value is 225 (88.28% from 255 or 37.82% from 595); Max value from RGB is 225 - color contains mainly: blue. Hex color #CDA5E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA5E1 is #325A1E. Grayscale: #B7B7B7. Windows color (decimal): -3299871 or 14788045. OLE color: 14788045.
HSL color Cylindrical-coordinate representation of color #CDA5E1: hue angle of 280º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CDA5E1 is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 165 | 225 | - |
| CMYK | 0.09 | 0.27 | 0 | 0.12 |
| HSL | 280º | 0.5% | 0.76% | - |
| HSV(B) | 280º | 0.27% | 0.88% | - |
| XYZ | 52.22 | 45.33 | 77.23 | - |
| YUV | 183.8 | 151.25 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 165 | 225 | 0.09 | 0.27 | 0 | 0.12 | 280 | 0.5 | 0.76 |
| Hex | CD | A5 | E1 | 9 | 1B | 0 | C | 118 | 32 | 4C |
| Octal | 315 | 245 | 341 | 11 | 33 | 0 | 14 | 430 | 62 | 114 |
| Binary | 11001101 | 10100101 | 11100001 | 1001 | 11011 | 0 | 1100 | 100011000 | 110010 | 1001100 |
Color Harmonies of #CDA5E1
Complementary color
Monochromatic Colors of #CDA5E1
Black with #CDA5E1
Text Example
Text Example
White with #CDA5E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA5E1; }
p { color: rgb(205,165,225); }
H1.HeaderClassName
{
color: #CDA5E1;
}
.AnyTagClassName
{
color: #CDA5E1;
}
</style>
background-color css
<style>
a { background-color: #CDA5E1; }
a { background-color: rgb(205,165,225); }
div.DivClassName
{
background-color: #CDA5E1;
}
.BgClassName
{
background-color: #CDA5E1;
}
</style>
border-color css
<style>
span { border-color: #CDA5E1; }
span { border-color: rgb(205,165,225); }
td.TdClassName
{
border-color: #CDA5E1;
}
.TagClassName
{
border-color: #CDA5E1;
}
</style>