Shades of Wisteria #C288F0
Tints of Wisteria #C288F0
RGB
CMYK
RGB Variations
Color information
#C288F0 (or 0xC288F0) is known color: Wisteria. HEX triplet: C2, 88 and F0. RGB value is (194,136,240). Sum of RGB (Red+Green+Blue) = 194+136+240=570 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.04% from 570); Green value is 136 (53.52% from 255 or 23.86% from 570); Blue value is 240 (94.14% from 255 or 42.11% from 570); Max value from RGB is 240 - color contains mainly: blue. Hex color #C288F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C288F0 is #3D770F. Grayscale: #A4A4A4. Windows color (decimal): -4028176 or 15763650. OLE color: 15763650.
HSL color Cylindrical-coordinate representation of color #C288F0: hue angle of 273.46º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C288F0 is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 136 | 240 | - |
| CMYK | 0.19 | 0.43 | 0 | 0.06 |
| HSL | 273.46º | 0.78% | 0.74% | - |
| HSV(B) | 273.46º | 0.43% | 0.94% | - |
| XYZ | 46.78 | 35.37 | 86.8 | - |
| YUV | 165.2 | 170.22 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 136 | 240 | 0.19 | 0.43 | 0 | 0.06 | 273.46 | 0.78 | 0.74 |
| Hex | C2 | 88 | F0 | 13 | 2B | 0 | 6 | 111 | 4E | 4A |
| Octal | 302 | 210 | 360 | 23 | 53 | 0 | 6 | 421 | 116 | 112 |
| Binary | 11000010 | 10001000 | 11110000 | 10011 | 101011 | 0 | 110 | 100010001 | 1001110 | 1001010 |
Color Harmonies of #C288F0
Complementary color
Monochromatic Colors of #C288F0
Black with #C288F0
Text Example
Text Example
White with #C288F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C288F0; }
p { color: rgb(194,136,240); }
H1.HeaderClassName
{
color: #C288F0;
}
.AnyTagClassName
{
color: #C288F0;
}
</style>
background-color css
<style>
a { background-color: #C288F0; }
a { background-color: rgb(194,136,240); }
div.DivClassName
{
background-color: #C288F0;
}
.BgClassName
{
background-color: #C288F0;
}
</style>
border-color css
<style>
span { border-color: #C288F0; }
span { border-color: rgb(194,136,240); }
td.TdClassName
{
border-color: #C288F0;
}
.TagClassName
{
border-color: #C288F0;
}
</style>