Shades of Wisteria #C188CF
Tints of Wisteria #C188CF
RGB
CMYK
RGB Variations
Color information
#C188CF (or 0xC188CF) is known color: Wisteria. HEX triplet: C1, 88 and CF. RGB value is (193,136,207). Sum of RGB (Red+Green+Blue) = 193+136+207=536 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.01% from 536); Green value is 136 (53.52% from 255 or 25.37% from 536); Blue value is 207 (81.25% from 255 or 38.62% from 536); Max value from RGB is 207 - color contains mainly: blue. Hex color #C188CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C188CF is #3E7730. Grayscale: #A0A0A0. Windows color (decimal): -4093745 or 13600961. OLE color: 13600961.
HSL color Cylindrical-coordinate representation of color #C188CF: hue angle of 288.17º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C188CF is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 136 | 207 | - |
| CMYK | 0.07 | 0.34 | 0 | 0.19 |
| HSL | 288.17º | 0.43% | 0.67% | - |
| HSV(B) | 288.17º | 0.34% | 0.81% | - |
| XYZ | 42.06 | 33.45 | 63.27 | - |
| YUV | 161.14 | 153.88 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 136 | 207 | 0.07 | 0.34 | 0 | 0.19 | 288.17 | 0.43 | 0.67 |
| Hex | C1 | 88 | CF | 7 | 22 | 0 | 13 | 120 | 2B | 43 |
| Octal | 301 | 210 | 317 | 7 | 42 | 0 | 23 | 440 | 53 | 103 |
| Binary | 11000001 | 10001000 | 11001111 | 111 | 100010 | 0 | 10011 | 100100000 | 101011 | 1000011 |
Color Harmonies of #C188CF
Complementary color
Monochromatic Colors of #C188CF
Black with #C188CF
Text Example
Text Example
White with #C188CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C188CF; }
p { color: rgb(193,136,207); }
H1.HeaderClassName
{
color: #C188CF;
}
.AnyTagClassName
{
color: #C188CF;
}
</style>
background-color css
<style>
a { background-color: #C188CF; }
a { background-color: rgb(193,136,207); }
div.DivClassName
{
background-color: #C188CF;
}
.BgClassName
{
background-color: #C188CF;
}
</style>
border-color css
<style>
span { border-color: #C188CF; }
span { border-color: rgb(193,136,207); }
td.TdClassName
{
border-color: #C188CF;
}
.TagClassName
{
border-color: #C188CF;
}
</style>