Shades of Wisteria #C086E8
Tints of Wisteria #C086E8
RGB
CMYK
RGB Variations
Color information
#C086E8 (or 0xC086E8) is known color: Wisteria. HEX triplet: C0, 86 and E8. RGB value is (192,134,232). Sum of RGB (Red+Green+Blue) = 192+134+232=558 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.41% from 558); Green value is 134 (52.73% from 255 or 24.01% from 558); Blue value is 232 (91.02% from 255 or 41.58% from 558); Max value from RGB is 232 - color contains mainly: blue. Hex color #C086E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C086E8 is #3F7917. Grayscale: #A2A2A2. Windows color (decimal): -4159768 or 15238848. OLE color: 15238848.
HSL color Cylindrical-coordinate representation of color #C086E8: hue angle of 275.51º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C086E8 is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 134 | 232 | - |
| CMYK | 0.17 | 0.42 | 0 | 0.09 |
| HSL | 275.51º | 0.68% | 0.72% | - |
| HSV(B) | 275.51º | 0.42% | 0.91% | - |
| XYZ | 44.83 | 34.08 | 80.56 | - |
| YUV | 162.51 | 167.22 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 134 | 232 | 0.17 | 0.42 | 0 | 0.09 | 275.51 | 0.68 | 0.72 |
| Hex | C0 | 86 | E8 | 11 | 2A | 0 | 9 | 114 | 44 | 48 |
| Octal | 300 | 206 | 350 | 21 | 52 | 0 | 11 | 424 | 104 | 110 |
| Binary | 11000000 | 10000110 | 11101000 | 10001 | 101010 | 0 | 1001 | 100010100 | 1000100 | 1001000 |
Color Harmonies of #C086E8
Complementary color
Monochromatic Colors of #C086E8
Black with #C086E8
Text Example
Text Example
White with #C086E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C086E8; }
p { color: rgb(192,134,232); }
H1.HeaderClassName
{
color: #C086E8;
}
.AnyTagClassName
{
color: #C086E8;
}
</style>
background-color css
<style>
a { background-color: #C086E8; }
a { background-color: rgb(192,134,232); }
div.DivClassName
{
background-color: #C086E8;
}
.BgClassName
{
background-color: #C086E8;
}
</style>
border-color css
<style>
span { border-color: #C086E8; }
span { border-color: rgb(192,134,232); }
td.TdClassName
{
border-color: #C086E8;
}
.TagClassName
{
border-color: #C086E8;
}
</style>