Shades of Wisteria #CDA3EF
Tints of Wisteria #CDA3EF
RGB
CMYK
RGB Variations
Color information
#CDA3EF (or 0xCDA3EF) is known color: Wisteria. HEX triplet: CD, A3 and EF. RGB value is (205,163,239). Sum of RGB (Red+Green+Blue) = 205+163+239=607 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.77% from 607); Green value is 163 (64.06% from 255 or 26.85% from 607); Blue value is 239 (93.75% from 255 or 39.37% from 607); Max value from RGB is 239 - color contains mainly: blue. Hex color #CDA3EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA3EF is #325C10. Grayscale: #B7B7B7. Windows color (decimal): -3300369 or 15705037. OLE color: 15705037.
HSL color Cylindrical-coordinate representation of color #CDA3EF: hue angle of 273.16º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CDA3EF is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 163 | 239 | - |
| CMYK | 0.14 | 0.32 | 0 | 0.06 |
| HSL | 273.16º | 0.7% | 0.79% | - |
| HSV(B) | 273.16º | 0.32% | 0.94% | - |
| XYZ | 53.85 | 45.41 | 87.59 | - |
| YUV | 184.22 | 158.91 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 163 | 239 | 0.14 | 0.32 | 0 | 0.06 | 273.16 | 0.7 | 0.79 |
| Hex | CD | A3 | EF | E | 20 | 0 | 6 | 111 | 46 | 4F |
| Octal | 315 | 243 | 357 | 16 | 40 | 0 | 6 | 421 | 106 | 117 |
| Binary | 11001101 | 10100011 | 11101111 | 1110 | 100000 | 0 | 110 | 100010001 | 1000110 | 1001111 |
Color Harmonies of #CDA3EF
Complementary color
Monochromatic Colors of #CDA3EF
Black with #CDA3EF
Text Example
Text Example
White with #CDA3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA3EF; }
p { color: rgb(205,163,239); }
H1.HeaderClassName
{
color: #CDA3EF;
}
.AnyTagClassName
{
color: #CDA3EF;
}
</style>
background-color css
<style>
a { background-color: #CDA3EF; }
a { background-color: rgb(205,163,239); }
div.DivClassName
{
background-color: #CDA3EF;
}
.BgClassName
{
background-color: #CDA3EF;
}
</style>
border-color css
<style>
span { border-color: #CDA3EF; }
span { border-color: rgb(205,163,239); }
td.TdClassName
{
border-color: #CDA3EF;
}
.TagClassName
{
border-color: #CDA3EF;
}
</style>