Shades of Wisteria #CA88DB
Tints of Wisteria #CA88DB
RGB
CMYK
RGB Variations
Color information
#CA88DB (or 0xCA88DB) is known color: Wisteria. HEX triplet: CA, 88 and DB. RGB value is (202,136,219). Sum of RGB (Red+Green+Blue) = 202+136+219=557 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.27% from 557); Green value is 136 (53.52% from 255 or 24.42% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA88DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA88DB is #357724. Grayscale: #A4A4A4. Windows color (decimal): -3503909 or 14387402. OLE color: 14387402.
HSL color Cylindrical-coordinate representation of color #CA88DB: hue angle of 287.71º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CA88DB is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 136 | 219 | - |
| CMYK | 0.08 | 0.38 | 0 | 0.14 |
| HSL | 287.71º | 0.54% | 0.7% | - |
| HSV(B) | 287.71º | 0.38% | 0.86% | - |
| XYZ | 45.95 | 35.28 | 71.41 | - |
| YUV | 165.2 | 158.37 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 136 | 219 | 0.08 | 0.38 | 0 | 0.14 | 287.71 | 0.54 | 0.7 |
| Hex | CA | 88 | DB | 8 | 26 | 0 | E | 120 | 36 | 46 |
| Octal | 312 | 210 | 333 | 10 | 46 | 0 | 16 | 440 | 66 | 106 |
| Binary | 11001010 | 10001000 | 11011011 | 1000 | 100110 | 0 | 1110 | 100100000 | 110110 | 1000110 |
Color Harmonies of #CA88DB
Complementary color
Monochromatic Colors of #CA88DB
Black with #CA88DB
Text Example
Text Example
White with #CA88DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA88DB; }
p { color: rgb(202,136,219); }
H1.HeaderClassName
{
color: #CA88DB;
}
.AnyTagClassName
{
color: #CA88DB;
}
</style>
background-color css
<style>
a { background-color: #CA88DB; }
a { background-color: rgb(202,136,219); }
div.DivClassName
{
background-color: #CA88DB;
}
.BgClassName
{
background-color: #CA88DB;
}
</style>
border-color css
<style>
span { border-color: #CA88DB; }
span { border-color: rgb(202,136,219); }
td.TdClassName
{
border-color: #CA88DB;
}
.TagClassName
{
border-color: #CA88DB;
}
</style>