Shades of Wisteria #CDACDF
Tints of Wisteria #CDACDF
RGB
CMYK
RGB Variations
Color information
#CDACDF (or 0xCDACDF) is known color: Wisteria. HEX triplet: CD, AC and DF. RGB value is (205,172,223). Sum of RGB (Red+Green+Blue) = 205+172+223=600 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.17% from 600); Green value is 172 (67.58% from 255 or 28.67% from 600); Blue value is 223 (87.5% from 255 or 37.17% from 600); Max value from RGB is 223 - color contains mainly: blue. Hex color #CDACDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDACDF is #325320. Grayscale: #BBBBBB. Windows color (decimal): -3298081 or 14658765. OLE color: 14658765.
HSL color Cylindrical-coordinate representation of color #CDACDF: hue angle of 278.82º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CDACDF is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 172 | 223 | - |
| CMYK | 0.08 | 0.23 | 0 | 0.13 |
| HSL | 278.82º | 0.44% | 0.77% | - |
| HSV(B) | 278.82º | 0.23% | 0.87% | - |
| XYZ | 53.25 | 47.81 | 76.23 | - |
| YUV | 187.68 | 147.93 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 172 | 223 | 0.08 | 0.23 | 0 | 0.13 | 278.82 | 0.44 | 0.77 |
| Hex | CD | AC | DF | 8 | 17 | 0 | D | 117 | 2C | 4D |
| Octal | 315 | 254 | 337 | 10 | 27 | 0 | 15 | 427 | 54 | 115 |
| Binary | 11001101 | 10101100 | 11011111 | 1000 | 10111 | 0 | 1101 | 100010111 | 101100 | 1001101 |
Color Harmonies of #CDACDF
Complementary color
Monochromatic Colors of #CDACDF
Black with #CDACDF
Text Example
Text Example
White with #CDACDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDACDF; }
p { color: rgb(205,172,223); }
H1.HeaderClassName
{
color: #CDACDF;
}
.AnyTagClassName
{
color: #CDACDF;
}
</style>
background-color css
<style>
a { background-color: #CDACDF; }
a { background-color: rgb(205,172,223); }
div.DivClassName
{
background-color: #CDACDF;
}
.BgClassName
{
background-color: #CDACDF;
}
</style>
border-color css
<style>
span { border-color: #CDACDF; }
span { border-color: rgb(205,172,223); }
td.TdClassName
{
border-color: #CDACDF;
}
.TagClassName
{
border-color: #CDACDF;
}
</style>