Shades of Wisteria #C788F5
Tints of Wisteria #C788F5
RGB
CMYK
RGB Variations
Color information
#C788F5 (or 0xC788F5) is known color: Wisteria. HEX triplet: C7, 88 and F5. RGB value is (199,136,245). Sum of RGB (Red+Green+Blue) = 199+136+245=580 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.31% from 580); Green value is 136 (53.52% from 255 or 23.45% from 580); Blue value is 245 (96.09% from 255 or 42.24% from 580); Max value from RGB is 245 - color contains mainly: blue. Hex color #C788F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C788F5 is #38770A. Grayscale: #A6A6A6. Windows color (decimal): -3700491 or 16091335. OLE color: 16091335.
HSL color Cylindrical-coordinate representation of color #C788F5: hue angle of 274.68º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C788F5 is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 199 | 136 | 245 | - |
| CMYK | 0.19 | 0.44 | 0 | 0.04 |
| HSL | 274.68º | 0.84% | 0.75% | - |
| HSV(B) | 274.68º | 0.44% | 0.96% | - |
| XYZ | 48.84 | 36.34 | 90.83 | - |
| YUV | 167.26 | 171.87 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 136 | 245 | 0.19 | 0.44 | 0 | 0.04 | 274.68 | 0.84 | 0.75 |
| Hex | C7 | 88 | F5 | 13 | 2C | 0 | 4 | 113 | 54 | 4B |
| Octal | 307 | 210 | 365 | 23 | 54 | 0 | 4 | 423 | 124 | 113 |
| Binary | 11000111 | 10001000 | 11110101 | 10011 | 101100 | 0 | 100 | 100010011 | 1010100 | 1001011 |
Color Harmonies of #C788F5
Complementary color
Monochromatic Colors of #C788F5
Black with #C788F5
Text Example
Text Example
White with #C788F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C788F5; }
p { color: rgb(199,136,245); }
H1.HeaderClassName
{
color: #C788F5;
}
.AnyTagClassName
{
color: #C788F5;
}
</style>
background-color css
<style>
a { background-color: #C788F5; }
a { background-color: rgb(199,136,245); }
div.DivClassName
{
background-color: #C788F5;
}
.BgClassName
{
background-color: #C788F5;
}
</style>
border-color css
<style>
span { border-color: #C788F5; }
span { border-color: rgb(199,136,245); }
td.TdClassName
{
border-color: #C788F5;
}
.TagClassName
{
border-color: #C788F5;
}
</style>