Shades of Wisteria #C188FB
Tints of Wisteria #C188FB
RGB
CMYK
RGB Variations
Color information
#C188FB (or 0xC188FB) is known color: Wisteria. HEX triplet: C1, 88 and FB. RGB value is (193,136,251). Sum of RGB (Red+Green+Blue) = 193+136+251=580 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.28% from 580); Green value is 136 (53.52% from 255 or 23.45% from 580); Blue value is 251 (98.44% from 255 or 43.28% from 580); Max value from RGB is 251 - color contains mainly: blue. Hex color #C188FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C188FB is #3E7704. Grayscale: #A5A5A5. Windows color (decimal): -4093701 or 16484545. OLE color: 16484545.
HSL color Cylindrical-coordinate representation of color #C188FB: hue angle of 269.74º 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 #C188FB is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 136 | 251 | - |
| CMYK | 0.23 | 0.46 | 0 | 0.02 |
| HSL | 269.74º | 0.93% | 0.76% | - |
| HSV(B) | 269.74º | 0.46% | 0.98% | - |
| XYZ | 48.21 | 35.91 | 95.66 | - |
| YUV | 166.15 | 175.88 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 136 | 251 | 0.23 | 0.46 | 0 | 0.02 | 269.74 | 0.93 | 0.76 |
| Hex | C1 | 88 | FB | 17 | 2E | 0 | 2 | 10E | 5D | 4C |
| Octal | 301 | 210 | 373 | 27 | 56 | 0 | 2 | 416 | 135 | 114 |
| Binary | 11000001 | 10001000 | 11111011 | 10111 | 101110 | 0 | 10 | 100001110 | 1011101 | 1001100 |
Color Harmonies of #C188FB
Complementary color
Monochromatic Colors of #C188FB
Black with #C188FB
Text Example
Text Example
White with #C188FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C188FB; }
p { color: rgb(193,136,251); }
H1.HeaderClassName
{
color: #C188FB;
}
.AnyTagClassName
{
color: #C188FB;
}
</style>
background-color css
<style>
a { background-color: #C188FB; }
a { background-color: rgb(193,136,251); }
div.DivClassName
{
background-color: #C188FB;
}
.BgClassName
{
background-color: #C188FB;
}
</style>
border-color css
<style>
span { border-color: #C188FB; }
span { border-color: rgb(193,136,251); }
td.TdClassName
{
border-color: #C188FB;
}
.TagClassName
{
border-color: #C188FB;
}
</style>