Shades of Wisteria #C19FCC
Tints of Wisteria #C19FCC
RGB
CMYK
RGB Variations
Color information
#C19FCC (or 0xC19FCC) is known color: Wisteria. HEX triplet: C1, 9F and CC. RGB value is (193,159,204). Sum of RGB (Red+Green+Blue) = 193+159+204=556 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.71% from 556); Green value is 159 (62.5% from 255 or 28.60% from 556); Blue value is 204 (80.08% from 255 or 36.69% from 556); Max value from RGB is 204 - color contains mainly: blue. Hex color #C19FCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19FCC is #3E6033. Grayscale: #AEAEAE. Windows color (decimal): -4087860 or 13410241. OLE color: 13410241.
HSL color Cylindrical-coordinate representation of color #C19FCC: hue angle of 285.33º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C19FCC is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 193 | 159 | 204 | - |
| CMYK | 0.05 | 0.22 | 0 | 0.2 |
| HSL | 285.33º | 0.31% | 0.71% | - |
| HSV(B) | 285.33º | 0.22% | 0.8% | - |
| XYZ | 45.29 | 40.49 | 62.56 | - |
| YUV | 174.3 | 144.76 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 159 | 204 | 0.05 | 0.22 | 0 | 0.2 | 285.33 | 0.31 | 0.71 |
| Hex | C1 | 9F | CC | 5 | 16 | 0 | 14 | 11D | 1F | 47 |
| Octal | 301 | 237 | 314 | 5 | 26 | 0 | 24 | 435 | 37 | 107 |
| Binary | 11000001 | 10011111 | 11001100 | 101 | 10110 | 0 | 10100 | 100011101 | 11111 | 1000111 |
Color Harmonies of #C19FCC
Complementary color
Monochromatic Colors of #C19FCC
Black with #C19FCC
Text Example
Text Example
White with #C19FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19FCC; }
p { color: rgb(193,159,204); }
H1.HeaderClassName
{
color: #C19FCC;
}
.AnyTagClassName
{
color: #C19FCC;
}
</style>
background-color css
<style>
a { background-color: #C19FCC; }
a { background-color: rgb(193,159,204); }
div.DivClassName
{
background-color: #C19FCC;
}
.BgClassName
{
background-color: #C19FCC;
}
</style>
border-color css
<style>
span { border-color: #C19FCC; }
span { border-color: rgb(193,159,204); }
td.TdClassName
{
border-color: #C19FCC;
}
.TagClassName
{
border-color: #C19FCC;
}
</style>