Shades of Wisteria #CDA8DF
Tints of Wisteria #CDA8DF
RGB
CMYK
RGB Variations
Color information
#CDA8DF (or 0xCDA8DF) is known color: Wisteria. HEX triplet: CD, A8 and DF. RGB value is (205,168,223). Sum of RGB (Red+Green+Blue) = 205+168+223=596 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.40% from 596); Green value is 168 (66.02% from 255 or 28.19% from 596); Blue value is 223 (87.5% from 255 or 37.42% from 596); Max value from RGB is 223 - color contains mainly: blue. Hex color #CDA8DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA8DF is #325720. Grayscale: #B9B9B9. Windows color (decimal): -3299105 or 14657741. OLE color: 14657741.
HSL color Cylindrical-coordinate representation of color #CDA8DF: hue angle of 280.36º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CDA8DF is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 168 | 223 | - |
| CMYK | 0.08 | 0.25 | 0 | 0.13 |
| HSL | 280.36º | 0.46% | 0.77% | - |
| HSV(B) | 280.36º | 0.25% | 0.87% | - |
| XYZ | 52.5 | 46.31 | 75.98 | - |
| YUV | 185.33 | 149.26 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 168 | 223 | 0.08 | 0.25 | 0 | 0.13 | 280.36 | 0.46 | 0.77 |
| Hex | CD | A8 | DF | 8 | 19 | 0 | D | 118 | 2E | 4D |
| Octal | 315 | 250 | 337 | 10 | 31 | 0 | 15 | 430 | 56 | 115 |
| Binary | 11001101 | 10101000 | 11011111 | 1000 | 11001 | 0 | 1101 | 100011000 | 101110 | 1001101 |
Color Harmonies of #CDA8DF
Complementary color
Monochromatic Colors of #CDA8DF
Black with #CDA8DF
Text Example
Text Example
White with #CDA8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA8DF; }
p { color: rgb(205,168,223); }
H1.HeaderClassName
{
color: #CDA8DF;
}
.AnyTagClassName
{
color: #CDA8DF;
}
</style>
background-color css
<style>
a { background-color: #CDA8DF; }
a { background-color: rgb(205,168,223); }
div.DivClassName
{
background-color: #CDA8DF;
}
.BgClassName
{
background-color: #CDA8DF;
}
</style>
border-color css
<style>
span { border-color: #CDA8DF; }
span { border-color: rgb(205,168,223); }
td.TdClassName
{
border-color: #CDA8DF;
}
.TagClassName
{
border-color: #CDA8DF;
}
</style>