Shades of Wisteria #C088FC
Tints of Wisteria #C088FC
RGB
CMYK
RGB Variations
Color information
#C088FC (or 0xC088FC) is known color: Wisteria. HEX triplet: C0, 88 and FC. RGB value is (192,136,252). Sum of RGB (Red+Green+Blue) = 192+136+252=580 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.10% from 580); Green value is 136 (53.52% from 255 or 23.45% from 580); Blue value is 252 (98.83% from 255 or 43.45% from 580); Max value from RGB is 252 - color contains mainly: blue. Hex color #C088FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C088FC is #3F7703. Grayscale: #A5A5A5. Windows color (decimal): -4159236 or 16550080. OLE color: 16550080.
HSL color Cylindrical-coordinate representation of color #C088FC: hue angle of 268.97º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C088FC is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 136 | 252 | - |
| CMYK | 0.24 | 0.46 | 0 | 0.01 |
| HSL | 268.97º | 0.95% | 0.76% | - |
| HSV(B) | 268.97º | 0.46% | 0.99% | - |
| XYZ | 48.11 | 35.84 | 96.48 | - |
| YUV | 165.97 | 176.55 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 136 | 252 | 0.24 | 0.46 | 0 | 0.01 | 268.97 | 0.95 | 0.76 |
| Hex | C0 | 88 | FC | 18 | 2E | 0 | 1 | 10D | 5F | 4C |
| Octal | 300 | 210 | 374 | 30 | 56 | 0 | 1 | 415 | 137 | 114 |
| Binary | 11000000 | 10001000 | 11111100 | 11000 | 101110 | 0 | 1 | 100001101 | 1011111 | 1001100 |
Color Harmonies of #C088FC
Complementary color
Monochromatic Colors of #C088FC
Black with #C088FC
Text Example
Text Example
White with #C088FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C088FC; }
p { color: rgb(192,136,252); }
H1.HeaderClassName
{
color: #C088FC;
}
.AnyTagClassName
{
color: #C088FC;
}
</style>
background-color css
<style>
a { background-color: #C088FC; }
a { background-color: rgb(192,136,252); }
div.DivClassName
{
background-color: #C088FC;
}
.BgClassName
{
background-color: #C088FC;
}
</style>
border-color css
<style>
span { border-color: #C088FC; }
span { border-color: rgb(192,136,252); }
td.TdClassName
{
border-color: #C088FC;
}
.TagClassName
{
border-color: #C088FC;
}
</style>