Shades of Wisteria #C194E6
Tints of Wisteria #C194E6
RGB
CMYK
RGB Variations
Color information
#C194E6 (or 0xC194E6) is known color: Wisteria. HEX triplet: C1, 94 and E6. RGB value is (193,148,230). Sum of RGB (Red+Green+Blue) = 193+148+230=571 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.80% from 571); Green value is 148 (58.20% from 255 or 25.92% from 571); Blue value is 230 (90.23% from 255 or 40.28% from 571); Max value from RGB is 230 - color contains mainly: blue. Hex color #C194E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C194E6 is #3E6B19. Grayscale: #AAAAAA. Windows color (decimal): -4090650 or 15111361. OLE color: 15111361.
HSL color Cylindrical-coordinate representation of color #C194E6: hue angle of 272.93º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C194E6 is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 193 | 148 | 230 | - |
| CMYK | 0.16 | 0.36 | 0 | 0.10 |
| HSL | 272.93º | 0.62% | 0.74% | - |
| HSV(B) | 272.93º | 0.36% | 0.9% | - |
| XYZ | 46.87 | 38.23 | 79.77 | - |
| YUV | 170.8 | 161.41 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 148 | 230 | 0.16 | 0.36 | 0 | 0.10 | 272.93 | 0.62 | 0.74 |
| Hex | C1 | 94 | E6 | 10 | 24 | 0 | A | 111 | 3E | 4A |
| Octal | 301 | 224 | 346 | 20 | 44 | 0 | 12 | 421 | 76 | 112 |
| Binary | 11000001 | 10010100 | 11100110 | 10000 | 100100 | 0 | 1010 | 100010001 | 111110 | 1001010 |
Color Harmonies of #C194E6
Complementary color
Monochromatic Colors of #C194E6
Black with #C194E6
Text Example
Text Example
White with #C194E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C194E6; }
p { color: rgb(193,148,230); }
H1.HeaderClassName
{
color: #C194E6;
}
.AnyTagClassName
{
color: #C194E6;
}
</style>
background-color css
<style>
a { background-color: #C194E6; }
a { background-color: rgb(193,148,230); }
div.DivClassName
{
background-color: #C194E6;
}
.BgClassName
{
background-color: #C194E6;
}
</style>
border-color css
<style>
span { border-color: #C194E6; }
span { border-color: rgb(193,148,230); }
td.TdClassName
{
border-color: #C194E6;
}
.TagClassName
{
border-color: #C194E6;
}
</style>