Shades of Wisteria #C488EC
Tints of Wisteria #C488EC
RGB
CMYK
RGB Variations
Color information
#C488EC (or 0xC488EC) is known color: Wisteria. HEX triplet: C4, 88 and EC. RGB value is (196,136,236). Sum of RGB (Red+Green+Blue) = 196+136+236=568 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.51% from 568); Green value is 136 (53.52% from 255 or 23.94% from 568); Blue value is 236 (92.58% from 255 or 41.55% from 568); Max value from RGB is 236 - color contains mainly: blue. Hex color #C488EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C488EC is #3B7713. Grayscale: #A5A5A5. Windows color (decimal): -3897108 or 15501508. OLE color: 15501508.
HSL color Cylindrical-coordinate representation of color #C488EC: hue angle of 276º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C488EC is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 136 | 236 | - |
| CMYK | 0.17 | 0.42 | 0 | 0.07 |
| HSL | 276º | 0.72% | 0.73% | - |
| HSV(B) | 276º | 0.42% | 0.93% | - |
| XYZ | 46.71 | 35.4 | 83.73 | - |
| YUV | 165.34 | 167.88 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 136 | 236 | 0.17 | 0.42 | 0 | 0.07 | 276 | 0.72 | 0.73 |
| Hex | C4 | 88 | EC | 11 | 2A | 0 | 7 | 114 | 48 | 49 |
| Octal | 304 | 210 | 354 | 21 | 52 | 0 | 7 | 424 | 110 | 111 |
| Binary | 11000100 | 10001000 | 11101100 | 10001 | 101010 | 0 | 111 | 100010100 | 1001000 | 1001001 |
Color Harmonies of #C488EC
Complementary color
Monochromatic Colors of #C488EC
Black with #C488EC
Text Example
Text Example
White with #C488EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C488EC; }
p { color: rgb(196,136,236); }
H1.HeaderClassName
{
color: #C488EC;
}
.AnyTagClassName
{
color: #C488EC;
}
</style>
background-color css
<style>
a { background-color: #C488EC; }
a { background-color: rgb(196,136,236); }
div.DivClassName
{
background-color: #C488EC;
}
.BgClassName
{
background-color: #C488EC;
}
</style>
border-color css
<style>
span { border-color: #C488EC; }
span { border-color: rgb(196,136,236); }
td.TdClassName
{
border-color: #C488EC;
}
.TagClassName
{
border-color: #C488EC;
}
</style>