Shades of Wisteria #C096DB
Tints of Wisteria #C096DB
RGB
CMYK
RGB Variations
Color information
#C096DB (or 0xC096DB) is known color: Wisteria. HEX triplet: C0, 96 and DB. RGB value is (192,150,219). Sum of RGB (Red+Green+Blue) = 192+150+219=561 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.22% from 561); Green value is 150 (58.98% from 255 or 26.74% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 219 - color contains mainly: blue. Hex color #C096DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C096DB is #3F6924. Grayscale: #AAAAAA. Windows color (decimal): -4155685 or 14390976. OLE color: 14390976.
HSL color Cylindrical-coordinate representation of color #C096DB: hue angle of 276.52º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C096DB is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 150 | 219 | - |
| CMYK | 0.12 | 0.32 | 0 | 0.14 |
| HSL | 276.52º | 0.49% | 0.72% | - |
| HSV(B) | 276.52º | 0.32% | 0.86% | - |
| XYZ | 45.43 | 38.13 | 71.98 | - |
| YUV | 170.42 | 155.41 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 150 | 219 | 0.12 | 0.32 | 0 | 0.14 | 276.52 | 0.49 | 0.72 |
| Hex | C0 | 96 | DB | C | 20 | 0 | E | 115 | 31 | 48 |
| Octal | 300 | 226 | 333 | 14 | 40 | 0 | 16 | 425 | 61 | 110 |
| Binary | 11000000 | 10010110 | 11011011 | 1100 | 100000 | 0 | 1110 | 100010101 | 110001 | 1001000 |
Color Harmonies of #C096DB
Complementary color
Monochromatic Colors of #C096DB
Black with #C096DB
Text Example
Text Example
White with #C096DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C096DB; }
p { color: rgb(192,150,219); }
H1.HeaderClassName
{
color: #C096DB;
}
.AnyTagClassName
{
color: #C096DB;
}
</style>
background-color css
<style>
a { background-color: #C096DB; }
a { background-color: rgb(192,150,219); }
div.DivClassName
{
background-color: #C096DB;
}
.BgClassName
{
background-color: #C096DB;
}
</style>
border-color css
<style>
span { border-color: #C096DB; }
span { border-color: rgb(192,150,219); }
td.TdClassName
{
border-color: #C096DB;
}
.TagClassName
{
border-color: #C096DB;
}
</style>