Shades of Wisteria #C096E3
Tints of Wisteria #C096E3
RGB
CMYK
RGB Variations
Color information
#C096E3 (or 0xC096E3) is known color: Wisteria. HEX triplet: C0, 96 and E3. RGB value is (192,150,227). Sum of RGB (Red+Green+Blue) = 192+150+227=569 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.74% from 569); Green value is 150 (58.98% from 255 or 26.36% from 569); Blue value is 227 (89.06% from 255 or 39.89% from 569); Max value from RGB is 227 - color contains mainly: blue. Hex color #C096E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C096E3 is #3F691C. Grayscale: #ABABAB. Windows color (decimal): -4155677 or 14915264. OLE color: 14915264.
HSL color Cylindrical-coordinate representation of color #C096E3: hue angle of 272.73º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C096E3 is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 150 | 227 | - |
| CMYK | 0.15 | 0.34 | 0 | 0.11 |
| HSL | 272.73º | 0.58% | 0.74% | - |
| HSV(B) | 272.73º | 0.34% | 0.89% | - |
| XYZ | 46.51 | 38.57 | 77.67 | - |
| YUV | 171.34 | 159.41 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 150 | 227 | 0.15 | 0.34 | 0 | 0.11 | 272.73 | 0.58 | 0.74 |
| Hex | C0 | 96 | E3 | F | 22 | 0 | B | 111 | 3A | 4A |
| Octal | 300 | 226 | 343 | 17 | 42 | 0 | 13 | 421 | 72 | 112 |
| Binary | 11000000 | 10010110 | 11100011 | 1111 | 100010 | 0 | 1011 | 100010001 | 111010 | 1001010 |
Color Harmonies of #C096E3
Complementary color
Monochromatic Colors of #C096E3
Black with #C096E3
Text Example
Text Example
White with #C096E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C096E3; }
p { color: rgb(192,150,227); }
H1.HeaderClassName
{
color: #C096E3;
}
.AnyTagClassName
{
color: #C096E3;
}
</style>
background-color css
<style>
a { background-color: #C096E3; }
a { background-color: rgb(192,150,227); }
div.DivClassName
{
background-color: #C096E3;
}
.BgClassName
{
background-color: #C096E3;
}
</style>
border-color css
<style>
span { border-color: #C096E3; }
span { border-color: rgb(192,150,227); }
td.TdClassName
{
border-color: #C096E3;
}
.TagClassName
{
border-color: #C096E3;
}
</style>