Shades of Wisteria #C488F6
Tints of Wisteria #C488F6
RGB
CMYK
RGB Variations
Color information
#C488F6 (or 0xC488F6) is known color: Wisteria. HEX triplet: C4, 88 and F6. RGB value is (196,136,246). Sum of RGB (Red+Green+Blue) = 196+136+246=578 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.91% from 578); Green value is 136 (53.52% from 255 or 23.53% from 578); Blue value is 246 (96.48% from 255 or 42.56% from 578); Max value from RGB is 246 - color contains mainly: blue. Hex color #C488F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C488F6 is #3B7709. Grayscale: #A6A6A6. Windows color (decimal): -3897098 or 16156868. OLE color: 16156868.
HSL color Cylindrical-coordinate representation of color #C488F6: hue angle of 272.73º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C488F6 is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 196 | 136 | 246 | - |
| CMYK | 0.20 | 0.45 | 0 | 0.04 |
| HSL | 272.73º | 0.86% | 0.75% | - |
| HSV(B) | 272.73º | 0.45% | 0.96% | - |
| XYZ | 48.2 | 36 | 91.6 | - |
| YUV | 166.48 | 172.88 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 136 | 246 | 0.20 | 0.45 | 0 | 0.04 | 272.73 | 0.86 | 0.75 |
| Hex | C4 | 88 | F6 | 14 | 2D | 0 | 4 | 111 | 56 | 4B |
| Octal | 304 | 210 | 366 | 24 | 55 | 0 | 4 | 421 | 126 | 113 |
| Binary | 11000100 | 10001000 | 11110110 | 10100 | 101101 | 0 | 100 | 100010001 | 1010110 | 1001011 |
Color Harmonies of #C488F6
Complementary color
Monochromatic Colors of #C488F6
Black with #C488F6
Text Example
Text Example
White with #C488F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C488F6; }
p { color: rgb(196,136,246); }
H1.HeaderClassName
{
color: #C488F6;
}
.AnyTagClassName
{
color: #C488F6;
}
</style>
background-color css
<style>
a { background-color: #C488F6; }
a { background-color: rgb(196,136,246); }
div.DivClassName
{
background-color: #C488F6;
}
.BgClassName
{
background-color: #C488F6;
}
</style>
border-color css
<style>
span { border-color: #C488F6; }
span { border-color: rgb(196,136,246); }
td.TdClassName
{
border-color: #C488F6;
}
.TagClassName
{
border-color: #C488F6;
}
</style>