Shades of Wisteria #CA9DDB
Tints of Wisteria #CA9DDB
RGB
CMYK
RGB Variations
Color information
#CA9DDB (or 0xCA9DDB) is known color: Wisteria. HEX triplet: CA, 9D and DB. RGB value is (202,157,219). Sum of RGB (Red+Green+Blue) = 202+157+219=578 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.95% from 578); Green value is 157 (61.72% from 255 or 27.16% from 578); Blue value is 219 (85.94% from 255 or 37.89% from 578); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA9DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9DDB is #356224. Grayscale: #B1B1B1. Windows color (decimal): -3498533 or 14392778. OLE color: 14392778.
HSL color Cylindrical-coordinate representation of color #CA9DDB: hue angle of 283.55º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CA9DDB is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 157 | 219 | - |
| CMYK | 0.08 | 0.28 | 0 | 0.14 |
| HSL | 283.55º | 0.46% | 0.74% | - |
| HSV(B) | 283.55º | 0.28% | 0.86% | - |
| XYZ | 49.2 | 41.78 | 72.49 | - |
| YUV | 177.52 | 151.41 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 157 | 219 | 0.08 | 0.28 | 0 | 0.14 | 283.55 | 0.46 | 0.74 |
| Hex | CA | 9D | DB | 8 | 1C | 0 | E | 11C | 2E | 4A |
| Octal | 312 | 235 | 333 | 10 | 34 | 0 | 16 | 434 | 56 | 112 |
| Binary | 11001010 | 10011101 | 11011011 | 1000 | 11100 | 0 | 1110 | 100011100 | 101110 | 1001010 |
Color Harmonies of #CA9DDB
Complementary color
Monochromatic Colors of #CA9DDB
Black with #CA9DDB
Text Example
Text Example
White with #CA9DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9DDB; }
p { color: rgb(202,157,219); }
H1.HeaderClassName
{
color: #CA9DDB;
}
.AnyTagClassName
{
color: #CA9DDB;
}
</style>
background-color css
<style>
a { background-color: #CA9DDB; }
a { background-color: rgb(202,157,219); }
div.DivClassName
{
background-color: #CA9DDB;
}
.BgClassName
{
background-color: #CA9DDB;
}
</style>
border-color css
<style>
span { border-color: #CA9DDB; }
span { border-color: rgb(202,157,219); }
td.TdClassName
{
border-color: #CA9DDB;
}
.TagClassName
{
border-color: #CA9DDB;
}
</style>