Shades of Wisteria #C088FA
Tints of Wisteria #C088FA
RGB
CMYK
RGB Variations
Color information
#C088FA (or 0xC088FA) is known color: Wisteria. HEX triplet: C0, 88 and FA. RGB value is (192,136,250). Sum of RGB (Red+Green+Blue) = 192+136+250=578 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.22% from 578); Green value is 136 (53.52% from 255 or 23.53% from 578); Blue value is 250 (98.05% from 255 or 43.25% from 578); Max value from RGB is 250 - color contains mainly: blue. Hex color #C088FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C088FA is #3F7705. Grayscale: #A5A5A5. Windows color (decimal): -4159238 or 16419008. OLE color: 16419008.
HSL color Cylindrical-coordinate representation of color #C088FA: hue angle of 269.47º degrees, saturation: 0.92, 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 #C088FA is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 136 | 250 | - |
| CMYK | 0.23 | 0.46 | 0 | 0.02 |
| HSL | 269.47º | 0.92% | 0.76% | - |
| HSV(B) | 269.47º | 0.46% | 0.98% | - |
| XYZ | 47.8 | 35.72 | 94.82 | - |
| YUV | 165.74 | 175.55 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 136 | 250 | 0.23 | 0.46 | 0 | 0.02 | 269.47 | 0.92 | 0.76 |
| Hex | C0 | 88 | FA | 17 | 2E | 0 | 2 | 10D | 5C | 4C |
| Octal | 300 | 210 | 372 | 27 | 56 | 0 | 2 | 415 | 134 | 114 |
| Binary | 11000000 | 10001000 | 11111010 | 10111 | 101110 | 0 | 10 | 100001101 | 1011100 | 1001100 |
Color Harmonies of #C088FA
Complementary color
Monochromatic Colors of #C088FA
Black with #C088FA
Text Example
Text Example
White with #C088FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C088FA; }
p { color: rgb(192,136,250); }
H1.HeaderClassName
{
color: #C088FA;
}
.AnyTagClassName
{
color: #C088FA;
}
</style>
background-color css
<style>
a { background-color: #C088FA; }
a { background-color: rgb(192,136,250); }
div.DivClassName
{
background-color: #C088FA;
}
.BgClassName
{
background-color: #C088FA;
}
</style>
border-color css
<style>
span { border-color: #C088FA; }
span { border-color: rgb(192,136,250); }
td.TdClassName
{
border-color: #C088FA;
}
.TagClassName
{
border-color: #C088FA;
}
</style>