Shades of Wisteria #C286DA
Tints of Wisteria #C286DA
RGB
CMYK
RGB Variations
Color information
#C286DA (or 0xC286DA) is known color: Wisteria. HEX triplet: C2, 86 and DA. RGB value is (194,134,218). Sum of RGB (Red+Green+Blue) = 194+134+218=546 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.53% from 546); Green value is 134 (52.73% from 255 or 24.54% from 546); Blue value is 218 (85.55% from 255 or 39.93% from 546); Max value from RGB is 218 - color contains mainly: blue. Hex color #C286DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C286DA is #3D7925. Grayscale: #A1A1A1. Windows color (decimal): -4028710 or 14321346. OLE color: 14321346.
HSL color Cylindrical-coordinate representation of color #C286DA: hue angle of 282.86º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C286DA is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 134 | 218 | - |
| CMYK | 0.11 | 0.39 | 0 | 0.15 |
| HSL | 282.86º | 0.53% | 0.69% | - |
| HSV(B) | 282.86º | 0.39% | 0.85% | - |
| XYZ | 43.43 | 33.58 | 70.52 | - |
| YUV | 161.52 | 159.88 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 134 | 218 | 0.11 | 0.39 | 0 | 0.15 | 282.86 | 0.53 | 0.69 |
| Hex | C2 | 86 | DA | B | 27 | 0 | F | 11B | 35 | 45 |
| Octal | 302 | 206 | 332 | 13 | 47 | 0 | 17 | 433 | 65 | 105 |
| Binary | 11000010 | 10000110 | 11011010 | 1011 | 100111 | 0 | 1111 | 100011011 | 110101 | 1000101 |
Color Harmonies of #C286DA
Complementary color
Monochromatic Colors of #C286DA
Black with #C286DA
Text Example
Text Example
White with #C286DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C286DA; }
p { color: rgb(194,134,218); }
H1.HeaderClassName
{
color: #C286DA;
}
.AnyTagClassName
{
color: #C286DA;
}
</style>
background-color css
<style>
a { background-color: #C286DA; }
a { background-color: rgb(194,134,218); }
div.DivClassName
{
background-color: #C286DA;
}
.BgClassName
{
background-color: #C286DA;
}
</style>
border-color css
<style>
span { border-color: #C286DA; }
span { border-color: rgb(194,134,218); }
td.TdClassName
{
border-color: #C286DA;
}
.TagClassName
{
border-color: #C286DA;
}
</style>