Shades of Wisteria #C188F6
Tints of Wisteria #C188F6
RGB
CMYK
RGB Variations
Color information
#C188F6 (or 0xC188F6) is known color: Wisteria. HEX triplet: C1, 88 and F6. RGB value is (193,136,246). Sum of RGB (Red+Green+Blue) = 193+136+246=575 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.57% from 575); Green value is 136 (53.52% from 255 or 23.65% from 575); Blue value is 246 (96.48% from 255 or 42.78% from 575); Max value from RGB is 246 - color contains mainly: blue. Hex color #C188F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C188F6 is #3E7709. Grayscale: #A5A5A5. Windows color (decimal): -4093706 or 16156865. OLE color: 16156865.
HSL color Cylindrical-coordinate representation of color #C188F6: hue angle of 271.09º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C188F6 is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 193 | 136 | 246 | - |
| CMYK | 0.22 | 0.45 | 0 | 0.04 |
| HSL | 271.09º | 0.86% | 0.75% | - |
| HSV(B) | 271.09º | 0.45% | 0.96% | - |
| XYZ | 47.43 | 35.6 | 91.56 | - |
| YUV | 165.58 | 173.38 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 136 | 246 | 0.22 | 0.45 | 0 | 0.04 | 271.09 | 0.86 | 0.75 |
| Hex | C1 | 88 | F6 | 16 | 2D | 0 | 4 | 10F | 56 | 4B |
| Octal | 301 | 210 | 366 | 26 | 55 | 0 | 4 | 417 | 126 | 113 |
| Binary | 11000001 | 10001000 | 11110110 | 10110 | 101101 | 0 | 100 | 100001111 | 1010110 | 1001011 |
Color Harmonies of #C188F6
Complementary color
Monochromatic Colors of #C188F6
Black with #C188F6
Text Example
Text Example
White with #C188F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C188F6; }
p { color: rgb(193,136,246); }
H1.HeaderClassName
{
color: #C188F6;
}
.AnyTagClassName
{
color: #C188F6;
}
</style>
background-color css
<style>
a { background-color: #C188F6; }
a { background-color: rgb(193,136,246); }
div.DivClassName
{
background-color: #C188F6;
}
.BgClassName
{
background-color: #C188F6;
}
</style>
border-color css
<style>
span { border-color: #C188F6; }
span { border-color: rgb(193,136,246); }
td.TdClassName
{
border-color: #C188F6;
}
.TagClassName
{
border-color: #C188F6;
}
</style>