Shades of Wisteria #C096DC
Tints of Wisteria #C096DC
RGB
CMYK
RGB Variations
Color information
#C096DC (or 0xC096DC) is known color: Wisteria. HEX triplet: C0, 96 and DC. RGB value is (192,150,220). Sum of RGB (Red+Green+Blue) = 192+150+220=562 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.16% from 562); Green value is 150 (58.98% from 255 or 26.69% from 562); Blue value is 220 (86.33% from 255 or 39.15% from 562); Max value from RGB is 220 - color contains mainly: blue. Hex color #C096DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C096DC is #3F6923. Grayscale: #AAAAAA. Windows color (decimal): -4155684 or 14456512. OLE color: 14456512.
HSL color Cylindrical-coordinate representation of color #C096DC: hue angle of 276º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C096DC is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 150 | 220 | - |
| CMYK | 0.13 | 0.32 | 0 | 0.14 |
| HSL | 276º | 0.5% | 0.73% | - |
| HSV(B) | 276º | 0.32% | 0.86% | - |
| XYZ | 45.56 | 38.19 | 72.68 | - |
| YUV | 170.54 | 155.91 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 150 | 220 | 0.13 | 0.32 | 0 | 0.14 | 276 | 0.5 | 0.73 |
| Hex | C0 | 96 | DC | D | 20 | 0 | E | 114 | 32 | 49 |
| Octal | 300 | 226 | 334 | 15 | 40 | 0 | 16 | 424 | 62 | 111 |
| Binary | 11000000 | 10010110 | 11011100 | 1101 | 100000 | 0 | 1110 | 100010100 | 110010 | 1001001 |
Color Harmonies of #C096DC
Complementary color
Monochromatic Colors of #C096DC
Black with #C096DC
Text Example
Text Example
White with #C096DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C096DC; }
p { color: rgb(192,150,220); }
H1.HeaderClassName
{
color: #C096DC;
}
.AnyTagClassName
{
color: #C096DC;
}
</style>
background-color css
<style>
a { background-color: #C096DC; }
a { background-color: rgb(192,150,220); }
div.DivClassName
{
background-color: #C096DC;
}
.BgClassName
{
background-color: #C096DC;
}
</style>
border-color css
<style>
span { border-color: #C096DC; }
span { border-color: rgb(192,150,220); }
td.TdClassName
{
border-color: #C096DC;
}
.TagClassName
{
border-color: #C096DC;
}
</style>