Shades of Wisteria #C788EA
Tints of Wisteria #C788EA
RGB
CMYK
RGB Variations
Color information
#C788EA (or 0xC788EA) is known color: Wisteria. HEX triplet: C7, 88 and EA. RGB value is (199,136,234). Sum of RGB (Red+Green+Blue) = 199+136+234=569 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.97% from 569); Green value is 136 (53.52% from 255 or 23.90% from 569); Blue value is 234 (91.80% from 255 or 41.12% from 569); Max value from RGB is 234 - color contains mainly: blue. Hex color #C788EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C788EA is #387715. Grayscale: #A5A5A5. Windows color (decimal): -3700502 or 15370439. OLE color: 15370439.
HSL color Cylindrical-coordinate representation of color #C788EA: hue angle of 278.57º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C788EA is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 199 | 136 | 234 | - |
| CMYK | 0.15 | 0.42 | 0 | 0.08 |
| HSL | 278.57º | 0.7% | 0.73% | - |
| HSV(B) | 278.57º | 0.42% | 0.92% | - |
| XYZ | 47.21 | 35.69 | 82.24 | - |
| YUV | 166.01 | 166.37 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 136 | 234 | 0.15 | 0.42 | 0 | 0.08 | 278.57 | 0.7 | 0.73 |
| Hex | C7 | 88 | EA | F | 2A | 0 | 8 | 117 | 46 | 49 |
| Octal | 307 | 210 | 352 | 17 | 52 | 0 | 10 | 427 | 106 | 111 |
| Binary | 11000111 | 10001000 | 11101010 | 1111 | 101010 | 0 | 1000 | 100010111 | 1000110 | 1001001 |
Color Harmonies of #C788EA
Complementary color
Monochromatic Colors of #C788EA
Black with #C788EA
Text Example
Text Example
White with #C788EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C788EA; }
p { color: rgb(199,136,234); }
H1.HeaderClassName
{
color: #C788EA;
}
.AnyTagClassName
{
color: #C788EA;
}
</style>
background-color css
<style>
a { background-color: #C788EA; }
a { background-color: rgb(199,136,234); }
div.DivClassName
{
background-color: #C788EA;
}
.BgClassName
{
background-color: #C788EA;
}
</style>
border-color css
<style>
span { border-color: #C788EA; }
span { border-color: rgb(199,136,234); }
td.TdClassName
{
border-color: #C788EA;
}
.TagClassName
{
border-color: #C788EA;
}
</style>