Shades of Wisteria #C288F3
Tints of Wisteria #C288F3
RGB
CMYK
RGB Variations
Color information
#C288F3 (or 0xC288F3) is known color: Wisteria. HEX triplet: C2, 88 and F3. RGB value is (194,136,243). Sum of RGB (Red+Green+Blue) = 194+136+243=573 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.86% from 573); Green value is 136 (53.52% from 255 or 23.73% from 573); Blue value is 243 (95.31% from 255 or 42.41% from 573); Max value from RGB is 243 - color contains mainly: blue. Hex color #C288F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C288F3 is #3D770C. Grayscale: #A5A5A5. Windows color (decimal): -4028173 or 15960258. OLE color: 15960258.
HSL color Cylindrical-coordinate representation of color #C288F3: hue angle of 272.52º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C288F3 is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 136 | 243 | - |
| CMYK | 0.20 | 0.44 | 0 | 0.05 |
| HSL | 272.52º | 0.82% | 0.74% | - |
| HSV(B) | 272.52º | 0.44% | 0.95% | - |
| XYZ | 47.23 | 35.55 | 89.17 | - |
| YUV | 165.54 | 171.72 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 136 | 243 | 0.20 | 0.44 | 0 | 0.05 | 272.52 | 0.82 | 0.74 |
| Hex | C2 | 88 | F3 | 14 | 2C | 0 | 5 | 111 | 52 | 4A |
| Octal | 302 | 210 | 363 | 24 | 54 | 0 | 5 | 421 | 122 | 112 |
| Binary | 11000010 | 10001000 | 11110011 | 10100 | 101100 | 0 | 101 | 100010001 | 1010010 | 1001010 |
Color Harmonies of #C288F3
Complementary color
Monochromatic Colors of #C288F3
Black with #C288F3
Text Example
Text Example
White with #C288F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C288F3; }
p { color: rgb(194,136,243); }
H1.HeaderClassName
{
color: #C288F3;
}
.AnyTagClassName
{
color: #C288F3;
}
</style>
background-color css
<style>
a { background-color: #C288F3; }
a { background-color: rgb(194,136,243); }
div.DivClassName
{
background-color: #C288F3;
}
.BgClassName
{
background-color: #C288F3;
}
</style>
border-color css
<style>
span { border-color: #C288F3; }
span { border-color: rgb(194,136,243); }
td.TdClassName
{
border-color: #C288F3;
}
.TagClassName
{
border-color: #C288F3;
}
</style>