Shades of Wisteria #C288F6
Tints of Wisteria #C288F6
RGB
CMYK
RGB Variations
Color information
#C288F6 (or 0xC288F6) is known color: Wisteria. HEX triplet: C2, 88 and F6. RGB value is (194,136,246). Sum of RGB (Red+Green+Blue) = 194+136+246=576 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.68% from 576); Green value is 136 (53.52% from 255 or 23.61% from 576); Blue value is 246 (96.48% from 255 or 42.71% from 576); Max value from RGB is 246 - color contains mainly: blue. Hex color #C288F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C288F6 is #3D7709. Grayscale: #A5A5A5. Windows color (decimal): -4028170 or 16156866. OLE color: 16156866.
HSL color Cylindrical-coordinate representation of color #C288F6: hue angle of 271.64º 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 #C288F6 is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 194 | 136 | 246 | - |
| CMYK | 0.21 | 0.45 | 0 | 0.04 |
| HSL | 271.64º | 0.86% | 0.75% | - |
| HSV(B) | 271.64º | 0.45% | 0.96% | - |
| XYZ | 47.69 | 35.73 | 91.57 | - |
| YUV | 165.88 | 173.22 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 136 | 246 | 0.21 | 0.45 | 0 | 0.04 | 271.64 | 0.86 | 0.75 |
| Hex | C2 | 88 | F6 | 15 | 2D | 0 | 4 | 110 | 56 | 4B |
| Octal | 302 | 210 | 366 | 25 | 55 | 0 | 4 | 420 | 126 | 113 |
| Binary | 11000010 | 10001000 | 11110110 | 10101 | 101101 | 0 | 100 | 100010000 | 1010110 | 1001011 |
Color Harmonies of #C288F6
Complementary color
Monochromatic Colors of #C288F6
Black with #C288F6
Text Example
Text Example
White with #C288F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C288F6; }
p { color: rgb(194,136,246); }
H1.HeaderClassName
{
color: #C288F6;
}
.AnyTagClassName
{
color: #C288F6;
}
</style>
background-color css
<style>
a { background-color: #C288F6; }
a { background-color: rgb(194,136,246); }
div.DivClassName
{
background-color: #C288F6;
}
.BgClassName
{
background-color: #C288F6;
}
</style>
border-color css
<style>
span { border-color: #C288F6; }
span { border-color: rgb(194,136,246); }
td.TdClassName
{
border-color: #C288F6;
}
.TagClassName
{
border-color: #C288F6;
}
</style>