Shades of Wisteria #C088DC
Tints of Wisteria #C088DC
RGB
CMYK
RGB Variations
Color information
#C088DC (or 0xC088DC) is known color: Wisteria. HEX triplet: C0, 88 and DC. RGB value is (192,136,220). Sum of RGB (Red+Green+Blue) = 192+136+220=548 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.04% from 548); Green value is 136 (53.52% from 255 or 24.82% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 220 - color contains mainly: blue. Hex color #C088DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C088DC is #3F7723. Grayscale: #A2A2A2. Windows color (decimal): -4159268 or 14452928. OLE color: 14452928.
HSL color Cylindrical-coordinate representation of color #C088DC: hue angle of 280º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C088DC is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 136 | 220 | - |
| CMYK | 0.13 | 0.38 | 0 | 0.14 |
| HSL | 280º | 0.55% | 0.7% | - |
| HSV(B) | 280º | 0.38% | 0.86% | - |
| XYZ | 43.46 | 33.98 | 71.98 | - |
| YUV | 162.32 | 160.55 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 136 | 220 | 0.13 | 0.38 | 0 | 0.14 | 280 | 0.55 | 0.7 |
| Hex | C0 | 88 | DC | D | 26 | 0 | E | 118 | 37 | 46 |
| Octal | 300 | 210 | 334 | 15 | 46 | 0 | 16 | 430 | 67 | 106 |
| Binary | 11000000 | 10001000 | 11011100 | 1101 | 100110 | 0 | 1110 | 100011000 | 110111 | 1000110 |
Color Harmonies of #C088DC
Complementary color
Monochromatic Colors of #C088DC
Black with #C088DC
Text Example
Text Example
White with #C088DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C088DC; }
p { color: rgb(192,136,220); }
H1.HeaderClassName
{
color: #C088DC;
}
.AnyTagClassName
{
color: #C088DC;
}
</style>
background-color css
<style>
a { background-color: #C088DC; }
a { background-color: rgb(192,136,220); }
div.DivClassName
{
background-color: #C088DC;
}
.BgClassName
{
background-color: #C088DC;
}
</style>
border-color css
<style>
span { border-color: #C088DC; }
span { border-color: rgb(192,136,220); }
td.TdClassName
{
border-color: #C088DC;
}
.TagClassName
{
border-color: #C088DC;
}
</style>