Shades of Wisteria #C096DF
Tints of Wisteria #C096DF
RGB
CMYK
RGB Variations
Color information
#C096DF (or 0xC096DF) is known color: Wisteria. HEX triplet: C0, 96 and DF. RGB value is (192,150,223). Sum of RGB (Red+Green+Blue) = 192+150+223=565 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.98% from 565); Green value is 150 (58.98% from 255 or 26.55% from 565); Blue value is 223 (87.5% from 255 or 39.47% from 565); Max value from RGB is 223 - color contains mainly: blue. Hex color #C096DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C096DF is #3F6920. Grayscale: #AAAAAA. Windows color (decimal): -4155681 or 14653120. OLE color: 14653120.
HSL color Cylindrical-coordinate representation of color #C096DF: hue angle of 274.52º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C096DF is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 150 | 223 | - |
| CMYK | 0.14 | 0.33 | 0 | 0.13 |
| HSL | 274.52º | 0.53% | 0.73% | - |
| HSV(B) | 274.52º | 0.33% | 0.87% | - |
| XYZ | 45.96 | 38.35 | 74.79 | - |
| YUV | 170.88 | 157.41 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 150 | 223 | 0.14 | 0.33 | 0 | 0.13 | 274.52 | 0.53 | 0.73 |
| Hex | C0 | 96 | DF | E | 21 | 0 | D | 113 | 35 | 49 |
| Octal | 300 | 226 | 337 | 16 | 41 | 0 | 15 | 423 | 65 | 111 |
| Binary | 11000000 | 10010110 | 11011111 | 1110 | 100001 | 0 | 1101 | 100010011 | 110101 | 1001001 |
Color Harmonies of #C096DF
Complementary color
Monochromatic Colors of #C096DF
Black with #C096DF
Text Example
Text Example
White with #C096DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C096DF; }
p { color: rgb(192,150,223); }
H1.HeaderClassName
{
color: #C096DF;
}
.AnyTagClassName
{
color: #C096DF;
}
</style>
background-color css
<style>
a { background-color: #C096DF; }
a { background-color: rgb(192,150,223); }
div.DivClassName
{
background-color: #C096DF;
}
.BgClassName
{
background-color: #C096DF;
}
</style>
border-color css
<style>
span { border-color: #C096DF; }
span { border-color: rgb(192,150,223); }
td.TdClassName
{
border-color: #C096DF;
}
.TagClassName
{
border-color: #C096DF;
}
</style>