Shades of Wisteria #CDA3DC
Tints of Wisteria #CDA3DC
RGB
CMYK
RGB Variations
Color information
#CDA3DC (or 0xCDA3DC) is known color: Wisteria. HEX triplet: CD, A3 and DC. RGB value is (205,163,220). Sum of RGB (Red+Green+Blue) = 205+163+220=588 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.86% from 588); Green value is 163 (64.06% from 255 or 27.72% from 588); Blue value is 220 (86.33% from 255 or 37.41% from 588); Max value from RGB is 220 - color contains mainly: blue. Hex color #CDA3DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA3DC is #325C23. Grayscale: #B5B5B5. Windows color (decimal): -3300388 or 14459853. OLE color: 14459853.
HSL color Cylindrical-coordinate representation of color #CDA3DC: hue angle of 284.21º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CDA3DC is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 163 | 220 | - |
| CMYK | 0.07 | 0.26 | 0 | 0.14 |
| HSL | 284.21º | 0.45% | 0.75% | - |
| HSV(B) | 284.21º | 0.26% | 0.86% | - |
| XYZ | 51.19 | 44.34 | 73.57 | - |
| YUV | 182.06 | 149.41 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 163 | 220 | 0.07 | 0.26 | 0 | 0.14 | 284.21 | 0.45 | 0.75 |
| Hex | CD | A3 | DC | 7 | 1A | 0 | E | 11C | 2D | 4B |
| Octal | 315 | 243 | 334 | 7 | 32 | 0 | 16 | 434 | 55 | 113 |
| Binary | 11001101 | 10100011 | 11011100 | 111 | 11010 | 0 | 1110 | 100011100 | 101101 | 1001011 |
Color Harmonies of #CDA3DC
Complementary color
Monochromatic Colors of #CDA3DC
Black with #CDA3DC
Text Example
Text Example
White with #CDA3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA3DC; }
p { color: rgb(205,163,220); }
H1.HeaderClassName
{
color: #CDA3DC;
}
.AnyTagClassName
{
color: #CDA3DC;
}
</style>
background-color css
<style>
a { background-color: #CDA3DC; }
a { background-color: rgb(205,163,220); }
div.DivClassName
{
background-color: #CDA3DC;
}
.BgClassName
{
background-color: #CDA3DC;
}
</style>
border-color css
<style>
span { border-color: #CDA3DC; }
span { border-color: rgb(205,163,220); }
td.TdClassName
{
border-color: #CDA3DC;
}
.TagClassName
{
border-color: #CDA3DC;
}
</style>