Shades of Wisteria #C194DC
Tints of Wisteria #C194DC
RGB
CMYK
RGB Variations
Color information
#C194DC (or 0xC194DC) is known color: Wisteria. HEX triplet: C1, 94 and DC. RGB value is (193,148,220). Sum of RGB (Red+Green+Blue) = 193+148+220=561 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.40% from 561); Green value is 148 (58.20% from 255 or 26.38% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 220 - color contains mainly: blue. Hex color #C194DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C194DC is #3E6B23. Grayscale: #A9A9A9. Windows color (decimal): -4090660 or 14456001. OLE color: 14456001.
HSL color Cylindrical-coordinate representation of color #C194DC: hue angle of 277.5º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C194DC is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 148 | 220 | - |
| CMYK | 0.12 | 0.33 | 0 | 0.14 |
| HSL | 277.5º | 0.51% | 0.72% | - |
| HSV(B) | 277.5º | 0.33% | 0.86% | - |
| XYZ | 45.5 | 37.68 | 72.59 | - |
| YUV | 169.66 | 156.41 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 148 | 220 | 0.12 | 0.33 | 0 | 0.14 | 277.5 | 0.51 | 0.72 |
| Hex | C1 | 94 | DC | C | 21 | 0 | E | 116 | 33 | 48 |
| Octal | 301 | 224 | 334 | 14 | 41 | 0 | 16 | 426 | 63 | 110 |
| Binary | 11000001 | 10010100 | 11011100 | 1100 | 100001 | 0 | 1110 | 100010110 | 110011 | 1001000 |
Color Harmonies of #C194DC
Complementary color
Monochromatic Colors of #C194DC
Black with #C194DC
Text Example
Text Example
White with #C194DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C194DC; }
p { color: rgb(193,148,220); }
H1.HeaderClassName
{
color: #C194DC;
}
.AnyTagClassName
{
color: #C194DC;
}
</style>
background-color css
<style>
a { background-color: #C194DC; }
a { background-color: rgb(193,148,220); }
div.DivClassName
{
background-color: #C194DC;
}
.BgClassName
{
background-color: #C194DC;
}
</style>
border-color css
<style>
span { border-color: #C194DC; }
span { border-color: rgb(193,148,220); }
td.TdClassName
{
border-color: #C194DC;
}
.TagClassName
{
border-color: #C194DC;
}
</style>