Shades of Wisteria #CDA4F1
Tints of Wisteria #CDA4F1
RGB
CMYK
RGB Variations
Color information
#CDA4F1 (or 0xCDA4F1) is known color: Wisteria. HEX triplet: CD, A4 and F1. RGB value is (205,164,241). Sum of RGB (Red+Green+Blue) = 205+164+241=610 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.61% from 610); Green value is 164 (64.45% from 255 or 26.89% from 610); Blue value is 241 (94.53% from 255 or 39.51% from 610); Max value from RGB is 241 - color contains mainly: blue. Hex color #CDA4F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA4F1 is #325B0E. Grayscale: #B8B8B8. Windows color (decimal): -3300111 or 15836365. OLE color: 15836365.
HSL color Cylindrical-coordinate representation of color #CDA4F1: hue angle of 271.95º degrees, saturation: 0.73, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CDA4F1 is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 164 | 241 | - |
| CMYK | 0.15 | 0.32 | 0 | 0.05 |
| HSL | 271.95º | 0.73% | 0.79% | - |
| HSV(B) | 271.95º | 0.32% | 0.95% | - |
| XYZ | 54.33 | 45.88 | 89.21 | - |
| YUV | 185.04 | 159.58 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 164 | 241 | 0.15 | 0.32 | 0 | 0.05 | 271.95 | 0.73 | 0.79 |
| Hex | CD | A4 | F1 | F | 20 | 0 | 5 | 110 | 49 | 4F |
| Octal | 315 | 244 | 361 | 17 | 40 | 0 | 5 | 420 | 111 | 117 |
| Binary | 11001101 | 10100100 | 11110001 | 1111 | 100000 | 0 | 101 | 100010000 | 1001001 | 1001111 |
Color Harmonies of #CDA4F1
Complementary color
Monochromatic Colors of #CDA4F1
Black with #CDA4F1
Text Example
Text Example
White with #CDA4F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA4F1; }
p { color: rgb(205,164,241); }
H1.HeaderClassName
{
color: #CDA4F1;
}
.AnyTagClassName
{
color: #CDA4F1;
}
</style>
background-color css
<style>
a { background-color: #CDA4F1; }
a { background-color: rgb(205,164,241); }
div.DivClassName
{
background-color: #CDA4F1;
}
.BgClassName
{
background-color: #CDA4F1;
}
</style>
border-color css
<style>
span { border-color: #CDA4F1; }
span { border-color: rgb(205,164,241); }
td.TdClassName
{
border-color: #CDA4F1;
}
.TagClassName
{
border-color: #CDA4F1;
}
</style>