Shades of Wisteria #CDA3EB
Tints of Wisteria #CDA3EB
RGB
CMYK
RGB Variations
Color information
#CDA3EB (or 0xCDA3EB) is known color: Wisteria. HEX triplet: CD, A3 and EB. RGB value is (205,163,235). Sum of RGB (Red+Green+Blue) = 205+163+235=603 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.00% from 603); Green value is 163 (64.06% from 255 or 27.03% from 603); Blue value is 235 (92.19% from 255 or 38.97% from 603); Max value from RGB is 235 - color contains mainly: blue. Hex color #CDA3EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA3EB is #325C14. Grayscale: #B7B7B7. Windows color (decimal): -3300373 or 15442893. OLE color: 15442893.
HSL color Cylindrical-coordinate representation of color #CDA3EB: hue angle of 275º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CDA3EB is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 205 | 163 | 235 | - |
| CMYK | 0.13 | 0.31 | 0 | 0.08 |
| HSL | 275º | 0.64% | 0.78% | - |
| HSV(B) | 275º | 0.31% | 0.92% | - |
| XYZ | 53.27 | 45.17 | 84.51 | - |
| YUV | 183.77 | 156.91 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 163 | 235 | 0.13 | 0.31 | 0 | 0.08 | 275 | 0.64 | 0.78 |
| Hex | CD | A3 | EB | D | 1F | 0 | 8 | 113 | 40 | 4E |
| Octal | 315 | 243 | 353 | 15 | 37 | 0 | 10 | 423 | 100 | 116 |
| Binary | 11001101 | 10100011 | 11101011 | 1101 | 11111 | 0 | 1000 | 100010011 | 1000000 | 1001110 |
Color Harmonies of #CDA3EB
Complementary color
Monochromatic Colors of #CDA3EB
Black with #CDA3EB
Text Example
Text Example
White with #CDA3EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA3EB; }
p { color: rgb(205,163,235); }
H1.HeaderClassName
{
color: #CDA3EB;
}
.AnyTagClassName
{
color: #CDA3EB;
}
</style>
background-color css
<style>
a { background-color: #CDA3EB; }
a { background-color: rgb(205,163,235); }
div.DivClassName
{
background-color: #CDA3EB;
}
.BgClassName
{
background-color: #CDA3EB;
}
</style>
border-color css
<style>
span { border-color: #CDA3EB; }
span { border-color: rgb(205,163,235); }
td.TdClassName
{
border-color: #CDA3EB;
}
.TagClassName
{
border-color: #CDA3EB;
}
</style>