Shades of Wisteria #C788E5
Tints of Wisteria #C788E5
RGB
CMYK
RGB Variations
Color information
#C788E5 (or 0xC788E5) is known color: Wisteria. HEX triplet: C7, 88 and E5. RGB value is (199,136,229). Sum of RGB (Red+Green+Blue) = 199+136+229=564 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.28% from 564); Green value is 136 (53.52% from 255 or 24.11% from 564); Blue value is 229 (89.84% from 255 or 40.60% from 564); Max value from RGB is 229 - color contains mainly: blue. Hex color #C788E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C788E5 is #38771A. Grayscale: #A5A5A5. Windows color (decimal): -3700507 or 15042759. OLE color: 15042759.
HSL color Cylindrical-coordinate representation of color #C788E5: hue angle of 280.65º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C788E5 is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 199 | 136 | 229 | - |
| CMYK | 0.13 | 0.41 | 0 | 0.10 |
| HSL | 280.65º | 0.64% | 0.72% | - |
| HSV(B) | 280.65º | 0.41% | 0.9% | - |
| XYZ | 46.5 | 35.41 | 78.51 | - |
| YUV | 165.44 | 163.87 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 136 | 229 | 0.13 | 0.41 | 0 | 0.10 | 280.65 | 0.64 | 0.72 |
| Hex | C7 | 88 | E5 | D | 29 | 0 | A | 119 | 40 | 48 |
| Octal | 307 | 210 | 345 | 15 | 51 | 0 | 12 | 431 | 100 | 110 |
| Binary | 11000111 | 10001000 | 11100101 | 1101 | 101001 | 0 | 1010 | 100011001 | 1000000 | 1001000 |
Color Harmonies of #C788E5
Complementary color
Monochromatic Colors of #C788E5
Black with #C788E5
Text Example
Text Example
White with #C788E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C788E5; }
p { color: rgb(199,136,229); }
H1.HeaderClassName
{
color: #C788E5;
}
.AnyTagClassName
{
color: #C788E5;
}
</style>
background-color css
<style>
a { background-color: #C788E5; }
a { background-color: rgb(199,136,229); }
div.DivClassName
{
background-color: #C788E5;
}
.BgClassName
{
background-color: #C788E5;
}
</style>
border-color css
<style>
span { border-color: #C788E5; }
span { border-color: rgb(199,136,229); }
td.TdClassName
{
border-color: #C788E5;
}
.TagClassName
{
border-color: #C788E5;
}
</style>