Shades of Wisteria #C288E4
Tints of Wisteria #C288E4
RGB
CMYK
RGB Variations
Color information
#C288E4 (or 0xC288E4) is known color: Wisteria. HEX triplet: C2, 88 and E4. RGB value is (194,136,228). Sum of RGB (Red+Green+Blue) = 194+136+228=558 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.77% from 558); Green value is 136 (53.52% from 255 or 24.37% from 558); Blue value is 228 (89.45% from 255 or 40.86% from 558); Max value from RGB is 228 - color contains mainly: blue. Hex color #C288E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C288E4 is #3D771B. Grayscale: #A3A3A3. Windows color (decimal): -4028188 or 14977218. OLE color: 14977218.
HSL color Cylindrical-coordinate representation of color #C288E4: hue angle of 277.83º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C288E4 is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 136 | 228 | - |
| CMYK | 0.15 | 0.40 | 0 | 0.11 |
| HSL | 277.83º | 0.63% | 0.71% | - |
| HSV(B) | 277.83º | 0.4% | 0.89% | - |
| XYZ | 45.06 | 34.68 | 77.72 | - |
| YUV | 163.83 | 164.22 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 136 | 228 | 0.15 | 0.40 | 0 | 0.11 | 277.83 | 0.63 | 0.71 |
| Hex | C2 | 88 | E4 | F | 28 | 0 | B | 116 | 3F | 47 |
| Octal | 302 | 210 | 344 | 17 | 50 | 0 | 13 | 426 | 77 | 107 |
| Binary | 11000010 | 10001000 | 11100100 | 1111 | 101000 | 0 | 1011 | 100010110 | 111111 | 1000111 |
Color Harmonies of #C288E4
Complementary color
Monochromatic Colors of #C288E4
Black with #C288E4
Text Example
Text Example
White with #C288E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C288E4; }
p { color: rgb(194,136,228); }
H1.HeaderClassName
{
color: #C288E4;
}
.AnyTagClassName
{
color: #C288E4;
}
</style>
background-color css
<style>
a { background-color: #C288E4; }
a { background-color: rgb(194,136,228); }
div.DivClassName
{
background-color: #C288E4;
}
.BgClassName
{
background-color: #C288E4;
}
</style>
border-color css
<style>
span { border-color: #C288E4; }
span { border-color: rgb(194,136,228); }
td.TdClassName
{
border-color: #C288E4;
}
.TagClassName
{
border-color: #C288E4;
}
</style>