Shades of Wisteria #CDA8E9
Tints of Wisteria #CDA8E9
RGB
CMYK
RGB Variations
Color information
#CDA8E9 (or 0xCDA8E9) is known color: Wisteria. HEX triplet: CD, A8 and E9. RGB value is (205,168,233). Sum of RGB (Red+Green+Blue) = 205+168+233=606 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.83% from 606); Green value is 168 (66.02% from 255 or 27.72% from 606); Blue value is 233 (91.41% from 255 or 38.45% from 606); Max value from RGB is 233 - color contains mainly: blue. Hex color #CDA8E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA8E9 is #325716. Grayscale: #BABABA. Windows color (decimal): -3299095 or 15313101. OLE color: 15313101.
HSL color Cylindrical-coordinate representation of color #CDA8E9: hue angle of 274.15º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CDA8E9 is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 168 | 233 | - |
| CMYK | 0.12 | 0.28 | 0 | 0.09 |
| HSL | 274.15º | 0.6% | 0.79% | - |
| HSV(B) | 274.15º | 0.28% | 0.91% | - |
| XYZ | 53.89 | 46.87 | 83.3 | - |
| YUV | 186.47 | 154.26 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 168 | 233 | 0.12 | 0.28 | 0 | 0.09 | 274.15 | 0.6 | 0.79 |
| Hex | CD | A8 | E9 | C | 1C | 0 | 9 | 112 | 3C | 4F |
| Octal | 315 | 250 | 351 | 14 | 34 | 0 | 11 | 422 | 74 | 117 |
| Binary | 11001101 | 10101000 | 11101001 | 1100 | 11100 | 0 | 1001 | 100010010 | 111100 | 1001111 |
Color Harmonies of #CDA8E9
Complementary color
Monochromatic Colors of #CDA8E9
Black with #CDA8E9
Text Example
Text Example
White with #CDA8E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA8E9; }
p { color: rgb(205,168,233); }
H1.HeaderClassName
{
color: #CDA8E9;
}
.AnyTagClassName
{
color: #CDA8E9;
}
</style>
background-color css
<style>
a { background-color: #CDA8E9; }
a { background-color: rgb(205,168,233); }
div.DivClassName
{
background-color: #CDA8E9;
}
.BgClassName
{
background-color: #CDA8E9;
}
</style>
border-color css
<style>
span { border-color: #CDA8E9; }
span { border-color: rgb(205,168,233); }
td.TdClassName
{
border-color: #CDA8E9;
}
.TagClassName
{
border-color: #CDA8E9;
}
</style>