Shades of Wisteria #C096CE
Tints of Wisteria #C096CE
RGB
CMYK
RGB Variations
Color information
#C096CE (or 0xC096CE) is known color: Wisteria. HEX triplet: C0, 96 and CE. RGB value is (192,150,206). Sum of RGB (Red+Green+Blue) = 192+150+206=548 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.04% from 548); Green value is 150 (58.98% from 255 or 27.37% from 548); Blue value is 206 (80.86% from 255 or 37.59% from 548); Max value from RGB is 206 - color contains mainly: blue. Hex color #C096CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C096CE is #3F6931. Grayscale: #A8A8A8. Windows color (decimal): -4155698 or 13539008. OLE color: 13539008.
HSL color Cylindrical-coordinate representation of color #C096CE: hue angle of 285º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C096CE is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 150 | 206 | - |
| CMYK | 0.07 | 0.27 | 0 | 0.19 |
| HSL | 285º | 0.36% | 0.7% | - |
| HSV(B) | 285º | 0.27% | 0.81% | - |
| XYZ | 43.79 | 37.48 | 63.32 | - |
| YUV | 168.94 | 148.91 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 150 | 206 | 0.07 | 0.27 | 0 | 0.19 | 285 | 0.36 | 0.7 |
| Hex | C0 | 96 | CE | 7 | 1B | 0 | 13 | 11D | 24 | 46 |
| Octal | 300 | 226 | 316 | 7 | 33 | 0 | 23 | 435 | 44 | 106 |
| Binary | 11000000 | 10010110 | 11001110 | 111 | 11011 | 0 | 10011 | 100011101 | 100100 | 1000110 |
Color Harmonies of #C096CE
Complementary color
Monochromatic Colors of #C096CE
Black with #C096CE
Text Example
Text Example
White with #C096CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C096CE; }
p { color: rgb(192,150,206); }
H1.HeaderClassName
{
color: #C096CE;
}
.AnyTagClassName
{
color: #C096CE;
}
</style>
background-color css
<style>
a { background-color: #C096CE; }
a { background-color: rgb(192,150,206); }
div.DivClassName
{
background-color: #C096CE;
}
.BgClassName
{
background-color: #C096CE;
}
</style>
border-color css
<style>
span { border-color: #C096CE; }
span { border-color: rgb(192,150,206); }
td.TdClassName
{
border-color: #C096CE;
}
.TagClassName
{
border-color: #C096CE;
}
</style>