Shades of Wisteria #C086F0
Tints of Wisteria #C086F0
RGB
CMYK
RGB Variations
Color information
#C086F0 (or 0xC086F0) is known color: Wisteria. HEX triplet: C0, 86 and F0. RGB value is (192,134,240). Sum of RGB (Red+Green+Blue) = 192+134+240=566 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.92% from 566); Green value is 134 (52.73% from 255 or 23.67% from 566); Blue value is 240 (94.14% from 255 or 42.40% from 566); Max value from RGB is 240 - color contains mainly: blue. Hex color #C086F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C086F0 is #3F790F. Grayscale: #A3A3A3. Windows color (decimal): -4159760 or 15763136. OLE color: 15763136.
HSL color Cylindrical-coordinate representation of color #C086F0: hue angle of 272.83º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C086F0 is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 134 | 240 | - |
| CMYK | 0.20 | 0.44 | 0 | 0.06 |
| HSL | 272.83º | 0.78% | 0.73% | - |
| HSV(B) | 272.83º | 0.44% | 0.94% | - |
| XYZ | 45.99 | 34.55 | 86.68 | - |
| YUV | 163.43 | 171.22 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 134 | 240 | 0.20 | 0.44 | 0 | 0.06 | 272.83 | 0.78 | 0.73 |
| Hex | C0 | 86 | F0 | 14 | 2C | 0 | 6 | 111 | 4E | 49 |
| Octal | 300 | 206 | 360 | 24 | 54 | 0 | 6 | 421 | 116 | 111 |
| Binary | 11000000 | 10000110 | 11110000 | 10100 | 101100 | 0 | 110 | 100010001 | 1001110 | 1001001 |
Color Harmonies of #C086F0
Complementary color
Monochromatic Colors of #C086F0
Black with #C086F0
Text Example
Text Example
White with #C086F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C086F0; }
p { color: rgb(192,134,240); }
H1.HeaderClassName
{
color: #C086F0;
}
.AnyTagClassName
{
color: #C086F0;
}
</style>
background-color css
<style>
a { background-color: #C086F0; }
a { background-color: rgb(192,134,240); }
div.DivClassName
{
background-color: #C086F0;
}
.BgClassName
{
background-color: #C086F0;
}
</style>
border-color css
<style>
span { border-color: #C086F0; }
span { border-color: rgb(192,134,240); }
td.TdClassName
{
border-color: #C086F0;
}
.TagClassName
{
border-color: #C086F0;
}
</style>