Shades of Wisteria #C288F7
Tints of Wisteria #C288F7
RGB
CMYK
RGB Variations
Color information
#C288F7 (or 0xC288F7) is known color: Wisteria. HEX triplet: C2, 88 and F7. RGB value is (194,136,247). Sum of RGB (Red+Green+Blue) = 194+136+247=577 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.62% from 577); Green value is 136 (53.52% from 255 or 23.57% from 577); Blue value is 247 (96.88% from 255 or 42.81% from 577); Max value from RGB is 247 - color contains mainly: blue. Hex color #C288F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C288F7 is #3D7708. Grayscale: #A5A5A5. Windows color (decimal): -4028169 or 16222402. OLE color: 16222402.
HSL color Cylindrical-coordinate representation of color #C288F7: hue angle of 271.35º degrees, saturation: 0.87, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C288F7 is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 194 | 136 | 247 | - |
| CMYK | 0.21 | 0.45 | 0 | 0.03 |
| HSL | 271.35º | 0.87% | 0.75% | - |
| HSV(B) | 271.35º | 0.45% | 0.97% | - |
| XYZ | 47.84 | 35.79 | 92.38 | - |
| YUV | 166 | 173.72 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 136 | 247 | 0.21 | 0.45 | 0 | 0.03 | 271.35 | 0.87 | 0.75 |
| Hex | C2 | 88 | F7 | 15 | 2D | 0 | 3 | 10F | 57 | 4B |
| Octal | 302 | 210 | 367 | 25 | 55 | 0 | 3 | 417 | 127 | 113 |
| Binary | 11000010 | 10001000 | 11110111 | 10101 | 101101 | 0 | 11 | 100001111 | 1010111 | 1001011 |
Color Harmonies of #C288F7
Complementary color
Monochromatic Colors of #C288F7
Black with #C288F7
Text Example
Text Example
White with #C288F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C288F7; }
p { color: rgb(194,136,247); }
H1.HeaderClassName
{
color: #C288F7;
}
.AnyTagClassName
{
color: #C288F7;
}
</style>
background-color css
<style>
a { background-color: #C288F7; }
a { background-color: rgb(194,136,247); }
div.DivClassName
{
background-color: #C288F7;
}
.BgClassName
{
background-color: #C288F7;
}
</style>
border-color css
<style>
span { border-color: #C288F7; }
span { border-color: rgb(194,136,247); }
td.TdClassName
{
border-color: #C288F7;
}
.TagClassName
{
border-color: #C288F7;
}
</style>