Shades of Wisteria #CDA8DC
Tints of Wisteria #CDA8DC
RGB
CMYK
RGB Variations
Color information
#CDA8DC (or 0xCDA8DC) is known color: Wisteria. HEX triplet: CD, A8 and DC. RGB value is (205,168,220). Sum of RGB (Red+Green+Blue) = 205+168+220=593 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.57% from 593); Green value is 168 (66.02% from 255 or 28.33% from 593); Blue value is 220 (86.33% from 255 or 37.10% from 593); Max value from RGB is 220 - color contains mainly: blue. Hex color #CDA8DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA8DC is #325723. Grayscale: #B8B8B8. Windows color (decimal): -3299108 or 14461133. OLE color: 14461133.
HSL color Cylindrical-coordinate representation of color #CDA8DC: hue angle of 282.69º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CDA8DC is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 168 | 220 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.14 |
| HSL | 282.69º | 0.43% | 0.76% | - |
| HSV(B) | 282.69º | 0.24% | 0.86% | - |
| XYZ | 52.1 | 46.15 | 73.87 | - |
| YUV | 184.99 | 147.76 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 168 | 220 | 0.07 | 0.24 | 0 | 0.14 | 282.69 | 0.43 | 0.76 |
| Hex | CD | A8 | DC | 7 | 18 | 0 | E | 11B | 2B | 4C |
| Octal | 315 | 250 | 334 | 7 | 30 | 0 | 16 | 433 | 53 | 114 |
| Binary | 11001101 | 10101000 | 11011100 | 111 | 11000 | 0 | 1110 | 100011011 | 101011 | 1001100 |
Color Harmonies of #CDA8DC
Complementary color
Monochromatic Colors of #CDA8DC
Black with #CDA8DC
Text Example
Text Example
White with #CDA8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA8DC; }
p { color: rgb(205,168,220); }
H1.HeaderClassName
{
color: #CDA8DC;
}
.AnyTagClassName
{
color: #CDA8DC;
}
</style>
background-color css
<style>
a { background-color: #CDA8DC; }
a { background-color: rgb(205,168,220); }
div.DivClassName
{
background-color: #CDA8DC;
}
.BgClassName
{
background-color: #CDA8DC;
}
</style>
border-color css
<style>
span { border-color: #CDA8DC; }
span { border-color: rgb(205,168,220); }
td.TdClassName
{
border-color: #CDA8DC;
}
.TagClassName
{
border-color: #CDA8DC;
}
</style>