Shades of Wisteria #C288EB
Tints of Wisteria #C288EB
RGB
CMYK
RGB Variations
Color information
#C288EB (or 0xC288EB) is known color: Wisteria. HEX triplet: C2, 88 and EB. RGB value is (194,136,235). Sum of RGB (Red+Green+Blue) = 194+136+235=565 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.34% from 565); Green value is 136 (53.52% from 255 or 24.07% from 565); Blue value is 235 (92.19% from 255 or 41.59% from 565); Max value from RGB is 235 - color contains mainly: blue. Hex color #C288EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C288EB is #3D7714. Grayscale: #A4A4A4. Windows color (decimal): -4028181 or 15435970. OLE color: 15435970.
HSL color Cylindrical-coordinate representation of color #C288EB: hue angle of 275.15º degrees, saturation: 0.71, 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 #C288EB is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 136 | 235 | - |
| CMYK | 0.17 | 0.42 | 0 | 0.08 |
| HSL | 275.15º | 0.71% | 0.73% | - |
| HSV(B) | 275.15º | 0.42% | 0.92% | - |
| XYZ | 46.05 | 35.08 | 82.94 | - |
| YUV | 164.63 | 167.72 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 136 | 235 | 0.17 | 0.42 | 0 | 0.08 | 275.15 | 0.71 | 0.73 |
| Hex | C2 | 88 | EB | 11 | 2A | 0 | 8 | 113 | 47 | 49 |
| Octal | 302 | 210 | 353 | 21 | 52 | 0 | 10 | 423 | 107 | 111 |
| Binary | 11000010 | 10001000 | 11101011 | 10001 | 101010 | 0 | 1000 | 100010011 | 1000111 | 1001001 |
Color Harmonies of #C288EB
Complementary color
Monochromatic Colors of #C288EB
Black with #C288EB
Text Example
Text Example
White with #C288EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C288EB; }
p { color: rgb(194,136,235); }
H1.HeaderClassName
{
color: #C288EB;
}
.AnyTagClassName
{
color: #C288EB;
}
</style>
background-color css
<style>
a { background-color: #C288EB; }
a { background-color: rgb(194,136,235); }
div.DivClassName
{
background-color: #C288EB;
}
.BgClassName
{
background-color: #C288EB;
}
</style>
border-color css
<style>
span { border-color: #C288EB; }
span { border-color: rgb(194,136,235); }
td.TdClassName
{
border-color: #C288EB;
}
.TagClassName
{
border-color: #C288EB;
}
</style>