Shades of Wisteria #CDA5DD
Tints of Wisteria #CDA5DD
RGB
CMYK
RGB Variations
Color information
#CDA5DD (or 0xCDA5DD) is known color: Wisteria. HEX triplet: CD, A5 and DD. RGB value is (205,165,221). Sum of RGB (Red+Green+Blue) = 205+165+221=591 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.69% from 591); Green value is 165 (64.84% from 255 or 27.92% from 591); Blue value is 221 (86.72% from 255 or 37.39% from 591); Max value from RGB is 221 - color contains mainly: blue. Hex color #CDA5DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA5DD is #325A22. Grayscale: #B7B7B7. Windows color (decimal): -3299875 or 14525901. OLE color: 14525901.
HSL color Cylindrical-coordinate representation of color #CDA5DD: hue angle of 282.86º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CDA5DD is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 205 | 165 | 221 | - |
CMYK | 0.07 | 0.25 | 0 | 0.13 |
HSL | 282.86º | 0.45% | 0.76% | - |
HSV(B) | 282.86º | 0.25% | 0.87% | - |
XYZ | 51.68 | 45.11 | 74.39 | - |
YUV | 183.34 | 149.25 | 143.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 165 | 221 | 0.07 | 0.25 | 0 | 0.13 | 282.86 | 0.45 | 0.76 |
Hex | CD | A5 | DD | 7 | 19 | 0 | D | 11B | 2D | 4C |
Octal | 315 | 245 | 335 | 7 | 31 | 0 | 15 | 433 | 55 | 114 |
Binary | 11001101 | 10100101 | 11011101 | 111 | 11001 | 0 | 1101 | 100011011 | 101101 | 1001100 |
Color Harmonies of #CDA5DD
Complementary color
Monochromatic Colors of #CDA5DD
Black with #CDA5DD
Text Example
Text Example
White with #CDA5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA5DD; }
p { color: rgb(205,165,221); }
H1.HeaderClassName
{
color: #CDA5DD;
}
.AnyTagClassName
{
color: #CDA5DD;
}
</style>
background-color css
<style>
a { background-color: #CDA5DD; }
a { background-color: rgb(205,165,221); }
div.DivClassName
{
background-color: #CDA5DD;
}
.BgClassName
{
background-color: #CDA5DD;
}
</style>
border-color css
<style>
span { border-color: #CDA5DD; }
span { border-color: rgb(205,165,221); }
td.TdClassName
{
border-color: #CDA5DD;
}
.TagClassName
{
border-color: #CDA5DD;
}
</style>