Shades of Wisteria #C088F5
Tints of Wisteria #C088F5
RGB
CMYK
RGB Variations
Color information
#C088F5 (or 0xC088F5) is known color: Wisteria. HEX triplet: C0, 88 and F5. RGB value is (192,136,245). Sum of RGB (Red+Green+Blue) = 192+136+245=573 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.51% from 573); Green value is 136 (53.52% from 255 or 23.73% from 573); Blue value is 245 (96.09% from 255 or 42.76% from 573); Max value from RGB is 245 - color contains mainly: blue. Hex color #C088F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C088F5 is #3F770A. Grayscale: #A4A4A4. Windows color (decimal): -4159243 or 16091328. OLE color: 16091328.
HSL color Cylindrical-coordinate representation of color #C088F5: hue angle of 270.83º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C088F5 is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 136 | 245 | - |
| CMYK | 0.22 | 0.44 | 0 | 0.04 |
| HSL | 270.83º | 0.84% | 0.75% | - |
| HSV(B) | 270.83º | 0.44% | 0.96% | - |
| XYZ | 47.02 | 35.41 | 90.74 | - |
| YUV | 165.17 | 173.05 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 136 | 245 | 0.22 | 0.44 | 0 | 0.04 | 270.83 | 0.84 | 0.75 |
| Hex | C0 | 88 | F5 | 16 | 2C | 0 | 4 | 10F | 54 | 4B |
| Octal | 300 | 210 | 365 | 26 | 54 | 0 | 4 | 417 | 124 | 113 |
| Binary | 11000000 | 10001000 | 11110101 | 10110 | 101100 | 0 | 100 | 100001111 | 1010100 | 1001011 |
Color Harmonies of #C088F5
Complementary color
Monochromatic Colors of #C088F5
Black with #C088F5
Text Example
Text Example
White with #C088F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C088F5; }
p { color: rgb(192,136,245); }
H1.HeaderClassName
{
color: #C088F5;
}
.AnyTagClassName
{
color: #C088F5;
}
</style>
background-color css
<style>
a { background-color: #C088F5; }
a { background-color: rgb(192,136,245); }
div.DivClassName
{
background-color: #C088F5;
}
.BgClassName
{
background-color: #C088F5;
}
</style>
border-color css
<style>
span { border-color: #C088F5; }
span { border-color: rgb(192,136,245); }
td.TdClassName
{
border-color: #C088F5;
}
.TagClassName
{
border-color: #C088F5;
}
</style>