Shades of Wisteria #C288E5
Tints of Wisteria #C288E5
RGB
CMYK
RGB Variations
Color information
#C288E5 (or 0xC288E5) is known color: Wisteria. HEX triplet: C2, 88 and E5. RGB value is (194,136,229). Sum of RGB (Red+Green+Blue) = 194+136+229=559 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.70% from 559); Green value is 136 (53.52% from 255 or 24.33% from 559); Blue value is 229 (89.84% from 255 or 40.97% from 559); Max value from RGB is 229 - color contains mainly: blue. Hex color #C288E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C288E5 is #3D771A. Grayscale: #A3A3A3. Windows color (decimal): -4028187 or 15042754. OLE color: 15042754.
HSL color Cylindrical-coordinate representation of color #C288E5: hue angle of 277.42º 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 #C288E5 is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 194 | 136 | 229 | - |
| CMYK | 0.15 | 0.41 | 0 | 0.10 |
| HSL | 277.42º | 0.64% | 0.72% | - |
| HSV(B) | 277.42º | 0.41% | 0.9% | - |
| XYZ | 45.2 | 34.73 | 78.45 | - |
| YUV | 163.94 | 164.72 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 136 | 229 | 0.15 | 0.41 | 0 | 0.10 | 277.42 | 0.64 | 0.72 |
| Hex | C2 | 88 | E5 | F | 29 | 0 | A | 115 | 40 | 48 |
| Octal | 302 | 210 | 345 | 17 | 51 | 0 | 12 | 425 | 100 | 110 |
| Binary | 11000010 | 10001000 | 11100101 | 1111 | 101001 | 0 | 1010 | 100010101 | 1000000 | 1001000 |
Color Harmonies of #C288E5
Complementary color
Monochromatic Colors of #C288E5
Black with #C288E5
Text Example
Text Example
White with #C288E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C288E5; }
p { color: rgb(194,136,229); }
H1.HeaderClassName
{
color: #C288E5;
}
.AnyTagClassName
{
color: #C288E5;
}
</style>
background-color css
<style>
a { background-color: #C288E5; }
a { background-color: rgb(194,136,229); }
div.DivClassName
{
background-color: #C288E5;
}
.BgClassName
{
background-color: #C288E5;
}
</style>
border-color css
<style>
span { border-color: #C288E5; }
span { border-color: rgb(194,136,229); }
td.TdClassName
{
border-color: #C288E5;
}
.TagClassName
{
border-color: #C288E5;
}
</style>