Shades of Wisteria #CDA5D6
Tints of Wisteria #CDA5D6
RGB
CMYK
RGB Variations
Color information
#CDA5D6 (or 0xCDA5D6) is known color: Wisteria. HEX triplet: CD, A5 and D6. RGB value is (205,165,214). Sum of RGB (Red+Green+Blue) = 205+165+214=584 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.10% from 584); Green value is 165 (64.84% from 255 or 28.25% from 584); Blue value is 214 (83.98% from 255 or 36.64% from 584); Max value from RGB is 214 - color contains mainly: blue. Hex color #CDA5D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA5D6 is #325A29. Grayscale: #B6B6B6. Windows color (decimal): -3299882 or 14067149. OLE color: 14067149.
HSL color Cylindrical-coordinate representation of color #CDA5D6: hue angle of 288.98º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CDA5D6 is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 205 | 165 | 214 | - |
CMYK | 0.04 | 0.23 | 0 | 0.16 |
HSL | 288.98º | 0.37% | 0.74% | - |
HSV(B) | 288.98º | 0.23% | 0.84% | - |
XYZ | 50.77 | 44.74 | 69.58 | - |
YUV | 182.55 | 145.75 | 144.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 165 | 214 | 0.04 | 0.23 | 0 | 0.16 | 288.98 | 0.37 | 0.74 |
Hex | CD | A5 | D6 | 4 | 17 | 0 | 10 | 121 | 25 | 4A |
Octal | 315 | 245 | 326 | 4 | 27 | 0 | 20 | 441 | 45 | 112 |
Binary | 11001101 | 10100101 | 11010110 | 100 | 10111 | 0 | 10000 | 100100001 | 100101 | 1001010 |
Color Harmonies of #CDA5D6
Complementary color
Monochromatic Colors of #CDA5D6
Black with #CDA5D6
Text Example
Text Example
White with #CDA5D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA5D6; }
p { color: rgb(205,165,214); }
H1.HeaderClassName
{
color: #CDA5D6;
}
.AnyTagClassName
{
color: #CDA5D6;
}
</style>
background-color css
<style>
a { background-color: #CDA5D6; }
a { background-color: rgb(205,165,214); }
div.DivClassName
{
background-color: #CDA5D6;
}
.BgClassName
{
background-color: #CDA5D6;
}
</style>
border-color css
<style>
span { border-color: #CDA5D6; }
span { border-color: rgb(205,165,214); }
td.TdClassName
{
border-color: #CDA5D6;
}
.TagClassName
{
border-color: #CDA5D6;
}
</style>