Shades of Wisteria #CA86DB
Tints of Wisteria #CA86DB
RGB
CMYK
RGB Variations
Color information
#CA86DB (or 0xCA86DB) is known color: Wisteria. HEX triplet: CA, 86 and DB. RGB value is (202,134,219). Sum of RGB (Red+Green+Blue) = 202+134+219=555 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.40% from 555); Green value is 134 (52.73% from 255 or 24.14% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA86DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA86DB is #357924. Grayscale: #A3A3A3. Windows color (decimal): -3504421 or 14386890. OLE color: 14386890.
HSL color Cylindrical-coordinate representation of color #CA86DB: hue angle of 288º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CA86DB is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 134 | 219 | - |
| CMYK | 0.08 | 0.39 | 0 | 0.14 |
| HSL | 288º | 0.54% | 0.69% | - |
| HSV(B) | 288º | 0.39% | 0.86% | - |
| XYZ | 45.67 | 34.72 | 71.31 | - |
| YUV | 164.02 | 159.03 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 134 | 219 | 0.08 | 0.39 | 0 | 0.14 | 288 | 0.54 | 0.69 |
| Hex | CA | 86 | DB | 8 | 27 | 0 | E | 120 | 36 | 45 |
| Octal | 312 | 206 | 333 | 10 | 47 | 0 | 16 | 440 | 66 | 105 |
| Binary | 11001010 | 10000110 | 11011011 | 1000 | 100111 | 0 | 1110 | 100100000 | 110110 | 1000101 |
Color Harmonies of #CA86DB
Complementary color
Monochromatic Colors of #CA86DB
Black with #CA86DB
Text Example
Text Example
White with #CA86DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA86DB; }
p { color: rgb(202,134,219); }
H1.HeaderClassName
{
color: #CA86DB;
}
.AnyTagClassName
{
color: #CA86DB;
}
</style>
background-color css
<style>
a { background-color: #CA86DB; }
a { background-color: rgb(202,134,219); }
div.DivClassName
{
background-color: #CA86DB;
}
.BgClassName
{
background-color: #CA86DB;
}
</style>
border-color css
<style>
span { border-color: #CA86DB; }
span { border-color: rgb(202,134,219); }
td.TdClassName
{
border-color: #CA86DB;
}
.TagClassName
{
border-color: #CA86DB;
}
</style>