Shades of Wisteria #C088F2
Tints of Wisteria #C088F2
RGB
CMYK
RGB Variations
Color information
#C088F2 (or 0xC088F2) is known color: Wisteria. HEX triplet: C0, 88 and F2. RGB value is (192,136,242). Sum of RGB (Red+Green+Blue) = 192+136+242=570 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.68% from 570); Green value is 136 (53.52% from 255 or 23.86% from 570); Blue value is 242 (94.92% from 255 or 42.46% from 570); Max value from RGB is 242 - color contains mainly: blue. Hex color #C088F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C088F2 is #3F770D. Grayscale: #A4A4A4. Windows color (decimal): -4159246 or 15894720. OLE color: 15894720.
HSL color Cylindrical-coordinate representation of color #C088F2: hue angle of 271.7º degrees, saturation: 0.8, 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 #C088F2 is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 136 | 242 | - |
| CMYK | 0.21 | 0.44 | 0 | 0.05 |
| HSL | 271.7º | 0.8% | 0.74% | - |
| HSV(B) | 271.7º | 0.44% | 0.95% | - |
| XYZ | 46.57 | 35.23 | 88.35 | - |
| YUV | 164.83 | 171.55 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 136 | 242 | 0.21 | 0.44 | 0 | 0.05 | 271.7 | 0.8 | 0.74 |
| Hex | C0 | 88 | F2 | 15 | 2C | 0 | 5 | 110 | 50 | 4A |
| Octal | 300 | 210 | 362 | 25 | 54 | 0 | 5 | 420 | 120 | 112 |
| Binary | 11000000 | 10001000 | 11110010 | 10101 | 101100 | 0 | 101 | 100010000 | 1010000 | 1001010 |
Color Harmonies of #C088F2
Complementary color
Monochromatic Colors of #C088F2
Black with #C088F2
Text Example
Text Example
White with #C088F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C088F2; }
p { color: rgb(192,136,242); }
H1.HeaderClassName
{
color: #C088F2;
}
.AnyTagClassName
{
color: #C088F2;
}
</style>
background-color css
<style>
a { background-color: #C088F2; }
a { background-color: rgb(192,136,242); }
div.DivClassName
{
background-color: #C088F2;
}
.BgClassName
{
background-color: #C088F2;
}
</style>
border-color css
<style>
span { border-color: #C088F2; }
span { border-color: rgb(192,136,242); }
td.TdClassName
{
border-color: #C088F2;
}
.TagClassName
{
border-color: #C088F2;
}
</style>