Shades of Wisteria #C488EA
Tints of Wisteria #C488EA
RGB
CMYK
RGB Variations
Color information
#C488EA (or 0xC488EA) is known color: Wisteria. HEX triplet: C4, 88 and EA. RGB value is (196,136,234). Sum of RGB (Red+Green+Blue) = 196+136+234=566 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.63% from 566); Green value is 136 (53.52% from 255 or 24.03% from 566); Blue value is 234 (91.80% from 255 or 41.34% from 566); Max value from RGB is 234 - color contains mainly: blue. Hex color #C488EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C488EA is #3B7715. Grayscale: #A4A4A4. Windows color (decimal): -3897110 or 15370436. OLE color: 15370436.
HSL color Cylindrical-coordinate representation of color #C488EA: hue angle of 276.73º 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 #C488EA is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 196 | 136 | 234 | - |
| CMYK | 0.16 | 0.42 | 0 | 0.08 |
| HSL | 276.73º | 0.7% | 0.73% | - |
| HSV(B) | 276.73º | 0.42% | 0.92% | - |
| XYZ | 46.42 | 35.28 | 82.21 | - |
| YUV | 165.11 | 166.88 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 136 | 234 | 0.16 | 0.42 | 0 | 0.08 | 276.73 | 0.7 | 0.73 |
| Hex | C4 | 88 | EA | 10 | 2A | 0 | 8 | 115 | 46 | 49 |
| Octal | 304 | 210 | 352 | 20 | 52 | 0 | 10 | 425 | 106 | 111 |
| Binary | 11000100 | 10001000 | 11101010 | 10000 | 101010 | 0 | 1000 | 100010101 | 1000110 | 1001001 |
Color Harmonies of #C488EA
Complementary color
Monochromatic Colors of #C488EA
Black with #C488EA
Text Example
Text Example
White with #C488EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C488EA; }
p { color: rgb(196,136,234); }
H1.HeaderClassName
{
color: #C488EA;
}
.AnyTagClassName
{
color: #C488EA;
}
</style>
background-color css
<style>
a { background-color: #C488EA; }
a { background-color: rgb(196,136,234); }
div.DivClassName
{
background-color: #C488EA;
}
.BgClassName
{
background-color: #C488EA;
}
</style>
border-color css
<style>
span { border-color: #C488EA; }
span { border-color: rgb(196,136,234); }
td.TdClassName
{
border-color: #C488EA;
}
.TagClassName
{
border-color: #C488EA;
}
</style>