Shades of Wisteria #C088FB
Tints of Wisteria #C088FB
RGB
CMYK
RGB Variations
Color information
#C088FB (or 0xC088FB) is known color: Wisteria. HEX triplet: C0, 88 and FB. RGB value is (192,136,251). Sum of RGB (Red+Green+Blue) = 192+136+251=579 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.16% from 579); Green value is 136 (53.52% from 255 or 23.49% from 579); Blue value is 251 (98.44% from 255 or 43.35% from 579); Max value from RGB is 251 - color contains mainly: blue. Hex color #C088FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C088FB is #3F7704. Grayscale: #A5A5A5. Windows color (decimal): -4159237 or 16484544. OLE color: 16484544.
HSL color Cylindrical-coordinate representation of color #C088FB: hue angle of 269.22º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C088FB is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 136 | 251 | - |
| CMYK | 0.24 | 0.46 | 0 | 0.02 |
| HSL | 269.22º | 0.93% | 0.76% | - |
| HSV(B) | 269.22º | 0.46% | 0.98% | - |
| XYZ | 47.95 | 35.78 | 95.65 | - |
| YUV | 165.85 | 176.05 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 136 | 251 | 0.24 | 0.46 | 0 | 0.02 | 269.22 | 0.93 | 0.76 |
| Hex | C0 | 88 | FB | 18 | 2E | 0 | 2 | 10D | 5D | 4C |
| Octal | 300 | 210 | 373 | 30 | 56 | 0 | 2 | 415 | 135 | 114 |
| Binary | 11000000 | 10001000 | 11111011 | 11000 | 101110 | 0 | 10 | 100001101 | 1011101 | 1001100 |
Color Harmonies of #C088FB
Complementary color
Monochromatic Colors of #C088FB
Black with #C088FB
Text Example
Text Example
White with #C088FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C088FB; }
p { color: rgb(192,136,251); }
H1.HeaderClassName
{
color: #C088FB;
}
.AnyTagClassName
{
color: #C088FB;
}
</style>
background-color css
<style>
a { background-color: #C088FB; }
a { background-color: rgb(192,136,251); }
div.DivClassName
{
background-color: #C088FB;
}
.BgClassName
{
background-color: #C088FB;
}
</style>
border-color css
<style>
span { border-color: #C088FB; }
span { border-color: rgb(192,136,251); }
td.TdClassName
{
border-color: #C088FB;
}
.TagClassName
{
border-color: #C088FB;
}
</style>