Shades of Wisteria #C194ED
Tints of Wisteria #C194ED
RGB
CMYK
RGB Variations
Color information
#C194ED (or 0xC194ED) is known color: Wisteria. HEX triplet: C1, 94 and ED. RGB value is (193,148,237). Sum of RGB (Red+Green+Blue) = 193+148+237=578 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.39% from 578); Green value is 148 (58.20% from 255 or 25.61% from 578); Blue value is 237 (92.97% from 255 or 41.00% from 578); Max value from RGB is 237 - color contains mainly: blue. Hex color #C194ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C194ED is #3E6B12. Grayscale: #ABABAB. Windows color (decimal): -4090643 or 15570113. OLE color: 15570113.
HSL color Cylindrical-coordinate representation of color #C194ED: hue angle of 270.34º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C194ED is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 148 | 237 | - |
| CMYK | 0.19 | 0.38 | 0 | 0.07 |
| HSL | 270.34º | 0.71% | 0.75% | - |
| HSV(B) | 270.34º | 0.38% | 0.93% | - |
| XYZ | 47.87 | 38.63 | 85.05 | - |
| YUV | 171.6 | 164.91 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 148 | 237 | 0.19 | 0.38 | 0 | 0.07 | 270.34 | 0.71 | 0.75 |
| Hex | C1 | 94 | ED | 13 | 26 | 0 | 7 | 10E | 47 | 4B |
| Octal | 301 | 224 | 355 | 23 | 46 | 0 | 7 | 416 | 107 | 113 |
| Binary | 11000001 | 10010100 | 11101101 | 10011 | 100110 | 0 | 111 | 100001110 | 1000111 | 1001011 |
Color Harmonies of #C194ED
Complementary color
Monochromatic Colors of #C194ED
Black with #C194ED
Text Example
Text Example
White with #C194ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C194ED; }
p { color: rgb(193,148,237); }
H1.HeaderClassName
{
color: #C194ED;
}
.AnyTagClassName
{
color: #C194ED;
}
</style>
background-color css
<style>
a { background-color: #C194ED; }
a { background-color: rgb(193,148,237); }
div.DivClassName
{
background-color: #C194ED;
}
.BgClassName
{
background-color: #C194ED;
}
</style>
border-color css
<style>
span { border-color: #C194ED; }
span { border-color: rgb(193,148,237); }
td.TdClassName
{
border-color: #C194ED;
}
.TagClassName
{
border-color: #C194ED;
}
</style>