Shades of Wisteria #CA9EDB
Tints of Wisteria #CA9EDB
RGB
CMYK
RGB Variations
Color information
#CA9EDB (or 0xCA9EDB) is known color: Wisteria. HEX triplet: CA, 9E and DB. RGB value is (202,158,219). Sum of RGB (Red+Green+Blue) = 202+158+219=579 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.89% from 579); Green value is 158 (62.11% from 255 or 27.29% from 579); Blue value is 219 (85.94% from 255 or 37.82% from 579); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA9EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9EDB is #356124. Grayscale: #B1B1B1. Windows color (decimal): -3498277 or 14393034. OLE color: 14393034.
HSL color Cylindrical-coordinate representation of color #CA9EDB: hue angle of 283.28º 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 #CA9EDB is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 158 | 219 | - |
| CMYK | 0.08 | 0.28 | 0 | 0.14 |
| HSL | 283.28º | 0.46% | 0.74% | - |
| HSV(B) | 283.28º | 0.28% | 0.86% | - |
| XYZ | 49.37 | 42.12 | 72.55 | - |
| YUV | 178.11 | 151.08 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 158 | 219 | 0.08 | 0.28 | 0 | 0.14 | 283.28 | 0.46 | 0.74 |
| Hex | CA | 9E | DB | 8 | 1C | 0 | E | 11B | 2E | 4A |
| Octal | 312 | 236 | 333 | 10 | 34 | 0 | 16 | 433 | 56 | 112 |
| Binary | 11001010 | 10011110 | 11011011 | 1000 | 11100 | 0 | 1110 | 100011011 | 101110 | 1001010 |
Color Harmonies of #CA9EDB
Complementary color
Monochromatic Colors of #CA9EDB
Black with #CA9EDB
Text Example
Text Example
White with #CA9EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9EDB; }
p { color: rgb(202,158,219); }
H1.HeaderClassName
{
color: #CA9EDB;
}
.AnyTagClassName
{
color: #CA9EDB;
}
</style>
background-color css
<style>
a { background-color: #CA9EDB; }
a { background-color: rgb(202,158,219); }
div.DivClassName
{
background-color: #CA9EDB;
}
.BgClassName
{
background-color: #CA9EDB;
}
</style>
border-color css
<style>
span { border-color: #CA9EDB; }
span { border-color: rgb(202,158,219); }
td.TdClassName
{
border-color: #CA9EDB;
}
.TagClassName
{
border-color: #CA9EDB;
}
</style>