Shades of Wisteria #C086F3
Tints of Wisteria #C086F3
RGB
CMYK
RGB Variations
Color information
#C086F3 (or 0xC086F3) is known color: Wisteria. HEX triplet: C0, 86 and F3. RGB value is (192,134,243). Sum of RGB (Red+Green+Blue) = 192+134+243=569 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.74% from 569); Green value is 134 (52.73% from 255 or 23.55% from 569); Blue value is 243 (95.31% from 255 or 42.71% from 569); Max value from RGB is 243 - color contains mainly: blue. Hex color #C086F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C086F3 is #3F790C. Grayscale: #A3A3A3. Windows color (decimal): -4159757 or 15959744. OLE color: 15959744.
HSL color Cylindrical-coordinate representation of color #C086F3: hue angle of 271.93º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C086F3 is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 134 | 243 | - |
| CMYK | 0.21 | 0.45 | 0 | 0.05 |
| HSL | 271.93º | 0.82% | 0.74% | - |
| HSV(B) | 271.93º | 0.45% | 0.95% | - |
| XYZ | 46.44 | 34.73 | 89.05 | - |
| YUV | 163.77 | 172.72 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 134 | 243 | 0.21 | 0.45 | 0 | 0.05 | 271.93 | 0.82 | 0.74 |
| Hex | C0 | 86 | F3 | 15 | 2D | 0 | 5 | 110 | 52 | 4A |
| Octal | 300 | 206 | 363 | 25 | 55 | 0 | 5 | 420 | 122 | 112 |
| Binary | 11000000 | 10000110 | 11110011 | 10101 | 101101 | 0 | 101 | 100010000 | 1010010 | 1001010 |
Color Harmonies of #C086F3
Complementary color
Monochromatic Colors of #C086F3
Black with #C086F3
Text Example
Text Example
White with #C086F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C086F3; }
p { color: rgb(192,134,243); }
H1.HeaderClassName
{
color: #C086F3;
}
.AnyTagClassName
{
color: #C086F3;
}
</style>
background-color css
<style>
a { background-color: #C086F3; }
a { background-color: rgb(192,134,243); }
div.DivClassName
{
background-color: #C086F3;
}
.BgClassName
{
background-color: #C086F3;
}
</style>
border-color css
<style>
span { border-color: #C086F3; }
span { border-color: rgb(192,134,243); }
td.TdClassName
{
border-color: #C086F3;
}
.TagClassName
{
border-color: #C086F3;
}
</style>