Shades of Wisteria #CA89DB
Tints of Wisteria #CA89DB
RGB
CMYK
RGB Variations
Color information
#CA89DB (or 0xCA89DB) is known color: Wisteria. HEX triplet: CA, 89 and DB. RGB value is (202,137,219). Sum of RGB (Red+Green+Blue) = 202+137+219=558 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.20% from 558); Green value is 137 (53.91% from 255 or 24.55% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA89DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA89DB is #357624. Grayscale: #A5A5A5. Windows color (decimal): -3503653 or 14387658. OLE color: 14387658.
HSL color Cylindrical-coordinate representation of color #CA89DB: hue angle of 287.56º 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 #CA89DB is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 137 | 219 | - |
| CMYK | 0.08 | 0.37 | 0 | 0.14 |
| HSL | 287.56º | 0.53% | 0.7% | - |
| HSV(B) | 287.56º | 0.37% | 0.86% | - |
| XYZ | 46.09 | 35.56 | 71.45 | - |
| YUV | 165.78 | 158.03 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 137 | 219 | 0.08 | 0.37 | 0 | 0.14 | 287.56 | 0.53 | 0.7 |
| Hex | CA | 89 | DB | 8 | 25 | 0 | E | 120 | 35 | 46 |
| Octal | 312 | 211 | 333 | 10 | 45 | 0 | 16 | 440 | 65 | 106 |
| Binary | 11001010 | 10001001 | 11011011 | 1000 | 100101 | 0 | 1110 | 100100000 | 110101 | 1000110 |
Color Harmonies of #CA89DB
Complementary color
Monochromatic Colors of #CA89DB
Black with #CA89DB
Text Example
Text Example
White with #CA89DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA89DB; }
p { color: rgb(202,137,219); }
H1.HeaderClassName
{
color: #CA89DB;
}
.AnyTagClassName
{
color: #CA89DB;
}
</style>
background-color css
<style>
a { background-color: #CA89DB; }
a { background-color: rgb(202,137,219); }
div.DivClassName
{
background-color: #CA89DB;
}
.BgClassName
{
background-color: #CA89DB;
}
</style>
border-color css
<style>
span { border-color: #CA89DB; }
span { border-color: rgb(202,137,219); }
td.TdClassName
{
border-color: #CA89DB;
}
.TagClassName
{
border-color: #CA89DB;
}
</style>