Shades of Wisteria #CDA7E1
Tints of Wisteria #CDA7E1
RGB
CMYK
RGB Variations
Color information
#CDA7E1 (or 0xCDA7E1) is known color: Wisteria. HEX triplet: CD, A7 and E1. RGB value is (205,167,225). Sum of RGB (Red+Green+Blue) = 205+167+225=597 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.34% from 597); Green value is 167 (65.62% from 255 or 27.97% from 597); Blue value is 225 (88.28% from 255 or 37.69% from 597); Max value from RGB is 225 - color contains mainly: blue. Hex color #CDA7E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA7E1 is #32581E. Grayscale: #B8B8B8. Windows color (decimal): -3299359 or 14788557. OLE color: 14788557.
HSL color Cylindrical-coordinate representation of color #CDA7E1: hue angle of 279.31º degrees, saturation: 0.49, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CDA7E1 is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 167 | 225 | - |
| CMYK | 0.09 | 0.26 | 0 | 0.12 |
| HSL | 279.31º | 0.49% | 0.77% | - |
| HSV(B) | 279.31º | 0.26% | 0.88% | - |
| XYZ | 52.59 | 46.05 | 77.35 | - |
| YUV | 184.97 | 150.59 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 167 | 225 | 0.09 | 0.26 | 0 | 0.12 | 279.31 | 0.49 | 0.77 |
| Hex | CD | A7 | E1 | 9 | 1A | 0 | C | 117 | 31 | 4D |
| Octal | 315 | 247 | 341 | 11 | 32 | 0 | 14 | 427 | 61 | 115 |
| Binary | 11001101 | 10100111 | 11100001 | 1001 | 11010 | 0 | 1100 | 100010111 | 110001 | 1001101 |
Color Harmonies of #CDA7E1
Complementary color
Monochromatic Colors of #CDA7E1
Black with #CDA7E1
Text Example
Text Example
White with #CDA7E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA7E1; }
p { color: rgb(205,167,225); }
H1.HeaderClassName
{
color: #CDA7E1;
}
.AnyTagClassName
{
color: #CDA7E1;
}
</style>
background-color css
<style>
a { background-color: #CDA7E1; }
a { background-color: rgb(205,167,225); }
div.DivClassName
{
background-color: #CDA7E1;
}
.BgClassName
{
background-color: #CDA7E1;
}
</style>
border-color css
<style>
span { border-color: #CDA7E1; }
span { border-color: rgb(205,167,225); }
td.TdClassName
{
border-color: #CDA7E1;
}
.TagClassName
{
border-color: #CDA7E1;
}
</style>