Shades of Wisteria #CA8BDB
Tints of Wisteria #CA8BDB
RGB
CMYK
RGB Variations
Color information
#CA8BDB (or 0xCA8BDB) is known color: Wisteria. HEX triplet: CA, 8B and DB. RGB value is (202,139,219). Sum of RGB (Red+Green+Blue) = 202+139+219=560 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.07% from 560); Green value is 139 (54.69% from 255 or 24.82% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA8BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8BDB is #357424. Grayscale: #A6A6A6. Windows color (decimal): -3503141 or 14388170. OLE color: 14388170.
HSL color Cylindrical-coordinate representation of color #CA8BDB: hue angle of 287.25º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CA8BDB is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 139 | 219 | - |
| CMYK | 0.08 | 0.37 | 0 | 0.14 |
| HSL | 287.25º | 0.53% | 0.7% | - |
| HSV(B) | 287.25º | 0.37% | 0.86% | - |
| XYZ | 46.38 | 36.14 | 71.55 | - |
| YUV | 166.96 | 157.37 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 139 | 219 | 0.08 | 0.37 | 0 | 0.14 | 287.25 | 0.53 | 0.7 |
| Hex | CA | 8B | DB | 8 | 25 | 0 | E | 11F | 35 | 46 |
| Octal | 312 | 213 | 333 | 10 | 45 | 0 | 16 | 437 | 65 | 106 |
| Binary | 11001010 | 10001011 | 11011011 | 1000 | 100101 | 0 | 1110 | 100011111 | 110101 | 1000110 |
Color Harmonies of #CA8BDB
Complementary color
Monochromatic Colors of #CA8BDB
Black with #CA8BDB
Text Example
Text Example
White with #CA8BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8BDB; }
p { color: rgb(202,139,219); }
H1.HeaderClassName
{
color: #CA8BDB;
}
.AnyTagClassName
{
color: #CA8BDB;
}
</style>
background-color css
<style>
a { background-color: #CA8BDB; }
a { background-color: rgb(202,139,219); }
div.DivClassName
{
background-color: #CA8BDB;
}
.BgClassName
{
background-color: #CA8BDB;
}
</style>
border-color css
<style>
span { border-color: #CA8BDB; }
span { border-color: rgb(202,139,219); }
td.TdClassName
{
border-color: #CA8BDB;
}
.TagClassName
{
border-color: #CA8BDB;
}
</style>