Shades of Wisteria #C096D0
Tints of Wisteria #C096D0
RGB
CMYK
RGB Variations
Color information
#C096D0 (or 0xC096D0) is known color: Wisteria. HEX triplet: C0, 96 and D0. RGB value is (192,150,208). Sum of RGB (Red+Green+Blue) = 192+150+208=550 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.91% from 550); Green value is 150 (58.98% from 255 or 27.27% from 550); Blue value is 208 (81.64% from 255 or 37.82% from 550); Max value from RGB is 208 - color contains mainly: blue. Hex color #C096D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C096D0 is #3F692F. Grayscale: #A8A8A8. Windows color (decimal): -4155696 or 13670080. OLE color: 13670080.
HSL color Cylindrical-coordinate representation of color #C096D0: hue angle of 283.45º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C096D0 is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 150 | 208 | - |
| CMYK | 0.08 | 0.28 | 0 | 0.18 |
| HSL | 283.45º | 0.38% | 0.7% | - |
| HSV(B) | 283.45º | 0.28% | 0.82% | - |
| XYZ | 44.03 | 37.57 | 64.61 | - |
| YUV | 169.17 | 149.91 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 150 | 208 | 0.08 | 0.28 | 0 | 0.18 | 283.45 | 0.38 | 0.7 |
| Hex | C0 | 96 | D0 | 8 | 1C | 0 | 12 | 11B | 26 | 46 |
| Octal | 300 | 226 | 320 | 10 | 34 | 0 | 22 | 433 | 46 | 106 |
| Binary | 11000000 | 10010110 | 11010000 | 1000 | 11100 | 0 | 10010 | 100011011 | 100110 | 1000110 |
Color Harmonies of #C096D0
Complementary color
Monochromatic Colors of #C096D0
Black with #C096D0
Text Example
Text Example
White with #C096D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C096D0; }
p { color: rgb(192,150,208); }
H1.HeaderClassName
{
color: #C096D0;
}
.AnyTagClassName
{
color: #C096D0;
}
</style>
background-color css
<style>
a { background-color: #C096D0; }
a { background-color: rgb(192,150,208); }
div.DivClassName
{
background-color: #C096D0;
}
.BgClassName
{
background-color: #C096D0;
}
</style>
border-color css
<style>
span { border-color: #C096D0; }
span { border-color: rgb(192,150,208); }
td.TdClassName
{
border-color: #C096D0;
}
.TagClassName
{
border-color: #C096D0;
}
</style>