Shades of Wisteria #C286DB
Tints of Wisteria #C286DB
RGB
CMYK
RGB Variations
Color information
#C286DB (or 0xC286DB) is known color: Wisteria. HEX triplet: C2, 86 and DB. RGB value is (194,134,219). Sum of RGB (Red+Green+Blue) = 194+134+219=547 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.47% from 547); Green value is 134 (52.73% from 255 or 24.50% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 219 - color contains mainly: blue. Hex color #C286DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C286DB is #3D7924. Grayscale: #A1A1A1. Windows color (decimal): -4028709 or 14386882. OLE color: 14386882.
HSL color Cylindrical-coordinate representation of color #C286DB: hue angle of 282.35º 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 #C286DB is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 134 | 219 | - |
| CMYK | 0.11 | 0.39 | 0 | 0.14 |
| HSL | 282.35º | 0.54% | 0.69% | - |
| HSV(B) | 282.35º | 0.39% | 0.86% | - |
| XYZ | 43.56 | 33.63 | 71.21 | - |
| YUV | 161.63 | 160.38 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 134 | 219 | 0.11 | 0.39 | 0 | 0.14 | 282.35 | 0.54 | 0.69 |
| Hex | C2 | 86 | DB | B | 27 | 0 | E | 11A | 36 | 45 |
| Octal | 302 | 206 | 333 | 13 | 47 | 0 | 16 | 432 | 66 | 105 |
| Binary | 11000010 | 10000110 | 11011011 | 1011 | 100111 | 0 | 1110 | 100011010 | 110110 | 1000101 |
Color Harmonies of #C286DB
Complementary color
Monochromatic Colors of #C286DB
Black with #C286DB
Text Example
Text Example
White with #C286DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C286DB; }
p { color: rgb(194,134,219); }
H1.HeaderClassName
{
color: #C286DB;
}
.AnyTagClassName
{
color: #C286DB;
}
</style>
background-color css
<style>
a { background-color: #C286DB; }
a { background-color: rgb(194,134,219); }
div.DivClassName
{
background-color: #C286DB;
}
.BgClassName
{
background-color: #C286DB;
}
</style>
border-color css
<style>
span { border-color: #C286DB; }
span { border-color: rgb(194,134,219); }
td.TdClassName
{
border-color: #C286DB;
}
.TagClassName
{
border-color: #C286DB;
}
</style>