Shades of Wisteria #C788DE
Tints of Wisteria #C788DE
RGB
CMYK
RGB Variations
Color information
#C788DE (or 0xC788DE) is known color: Wisteria. HEX triplet: C7, 88 and DE. RGB value is (199,136,222). Sum of RGB (Red+Green+Blue) = 199+136+222=557 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.73% from 557); Green value is 136 (53.52% from 255 or 24.42% from 557); Blue value is 222 (87.11% from 255 or 39.86% from 557); Max value from RGB is 222 - color contains mainly: blue. Hex color #C788DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C788DE is #387721. Grayscale: #A4A4A4. Windows color (decimal): -3700514 or 14584007. OLE color: 14584007.
HSL color Cylindrical-coordinate representation of color #C788DE: hue angle of 283.95º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C788DE is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 136 | 222 | - |
| CMYK | 0.10 | 0.39 | 0 | 0.13 |
| HSL | 283.95º | 0.57% | 0.7% | - |
| HSV(B) | 283.95º | 0.39% | 0.87% | - |
| XYZ | 45.54 | 35.02 | 73.47 | - |
| YUV | 164.64 | 160.37 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 136 | 222 | 0.10 | 0.39 | 0 | 0.13 | 283.95 | 0.57 | 0.7 |
| Hex | C7 | 88 | DE | A | 27 | 0 | D | 11C | 39 | 46 |
| Octal | 307 | 210 | 336 | 12 | 47 | 0 | 15 | 434 | 71 | 106 |
| Binary | 11000111 | 10001000 | 11011110 | 1010 | 100111 | 0 | 1101 | 100011100 | 111001 | 1000110 |
Color Harmonies of #C788DE
Complementary color
Monochromatic Colors of #C788DE
Black with #C788DE
Text Example
Text Example
White with #C788DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C788DE; }
p { color: rgb(199,136,222); }
H1.HeaderClassName
{
color: #C788DE;
}
.AnyTagClassName
{
color: #C788DE;
}
</style>
background-color css
<style>
a { background-color: #C788DE; }
a { background-color: rgb(199,136,222); }
div.DivClassName
{
background-color: #C788DE;
}
.BgClassName
{
background-color: #C788DE;
}
</style>
border-color css
<style>
span { border-color: #C788DE; }
span { border-color: rgb(199,136,222); }
td.TdClassName
{
border-color: #C788DE;
}
.TagClassName
{
border-color: #C788DE;
}
</style>