Shades of Wisteria #CDA0D9
Tints of Wisteria #CDA0D9
RGB
CMYK
RGB Variations
Color information
#CDA0D9 (or 0xCDA0D9) is known color: Wisteria. HEX triplet: CD, A0 and D9. RGB value is (205,160,217). Sum of RGB (Red+Green+Blue) = 205+160+217=582 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.22% from 582); Green value is 160 (62.89% from 255 or 27.49% from 582); Blue value is 217 (85.16% from 255 or 37.29% from 582); Max value from RGB is 217 - color contains mainly: blue. Hex color #CDA0D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA0D9 is #325F26. Grayscale: #B3B3B3. Windows color (decimal): -3301159 or 14262477. OLE color: 14262477.
HSL color Cylindrical-coordinate representation of color #CDA0D9: hue angle of 287.37º degrees, saturation: 0.43, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CDA0D9 is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 205 | 160 | 217 | - |
CMYK | 0.06 | 0.26 | 0 | 0.15 |
HSL | 287.37º | 0.43% | 0.74% | - |
HSV(B) | 287.37º | 0.26% | 0.85% | - |
XYZ | 50.27 | 43.13 | 71.32 | - |
YUV | 179.95 | 148.91 | 145.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 160 | 217 | 0.06 | 0.26 | 0 | 0.15 | 287.37 | 0.43 | 0.74 |
Hex | CD | A0 | D9 | 6 | 1A | 0 | F | 11F | 2B | 4A |
Octal | 315 | 240 | 331 | 6 | 32 | 0 | 17 | 437 | 53 | 112 |
Binary | 11001101 | 10100000 | 11011001 | 110 | 11010 | 0 | 1111 | 100011111 | 101011 | 1001010 |
Color Harmonies of #CDA0D9
Complementary color
Monochromatic Colors of #CDA0D9
Black with #CDA0D9
Text Example
Text Example
White with #CDA0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA0D9; }
p { color: rgb(205,160,217); }
H1.HeaderClassName
{
color: #CDA0D9;
}
.AnyTagClassName
{
color: #CDA0D9;
}
</style>
background-color css
<style>
a { background-color: #CDA0D9; }
a { background-color: rgb(205,160,217); }
div.DivClassName
{
background-color: #CDA0D9;
}
.BgClassName
{
background-color: #CDA0D9;
}
</style>
border-color css
<style>
span { border-color: #CDA0D9; }
span { border-color: rgb(205,160,217); }
td.TdClassName
{
border-color: #CDA0D9;
}
.TagClassName
{
border-color: #CDA0D9;
}
</style>