Shades of Wisteria #C788DC
Tints of Wisteria #C788DC
RGB
CMYK
RGB Variations
Color information
#C788DC (or 0xC788DC) is known color: Wisteria. HEX triplet: C7, 88 and DC. RGB value is (199,136,220). Sum of RGB (Red+Green+Blue) = 199+136+220=555 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.86% from 555); Green value is 136 (53.52% from 255 or 24.50% from 555); Blue value is 220 (86.33% from 255 or 39.64% from 555); Max value from RGB is 220 - color contains mainly: blue. Hex color #C788DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C788DC is #387723. Grayscale: #A4A4A4. Windows color (decimal): -3700516 or 14452935. OLE color: 14452935.
HSL color Cylindrical-coordinate representation of color #C788DC: hue angle of 285º 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 #C788DC is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 136 | 220 | - |
| CMYK | 0.10 | 0.38 | 0 | 0.14 |
| HSL | 285º | 0.55% | 0.7% | - |
| HSV(B) | 285º | 0.38% | 0.86% | - |
| XYZ | 45.28 | 34.92 | 72.06 | - |
| YUV | 164.41 | 159.37 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 136 | 220 | 0.10 | 0.38 | 0 | 0.14 | 285 | 0.55 | 0.7 |
| Hex | C7 | 88 | DC | A | 26 | 0 | E | 11D | 37 | 46 |
| Octal | 307 | 210 | 334 | 12 | 46 | 0 | 16 | 435 | 67 | 106 |
| Binary | 11000111 | 10001000 | 11011100 | 1010 | 100110 | 0 | 1110 | 100011101 | 110111 | 1000110 |
Color Harmonies of #C788DC
Complementary color
Monochromatic Colors of #C788DC
Black with #C788DC
Text Example
Text Example
White with #C788DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C788DC; }
p { color: rgb(199,136,220); }
H1.HeaderClassName
{
color: #C788DC;
}
.AnyTagClassName
{
color: #C788DC;
}
</style>
background-color css
<style>
a { background-color: #C788DC; }
a { background-color: rgb(199,136,220); }
div.DivClassName
{
background-color: #C788DC;
}
.BgClassName
{
background-color: #C788DC;
}
</style>
border-color css
<style>
span { border-color: #C788DC; }
span { border-color: rgb(199,136,220); }
td.TdClassName
{
border-color: #C788DC;
}
.TagClassName
{
border-color: #C788DC;
}
</style>