Shades of Wisteria #C195EC
Tints of Wisteria #C195EC
RGB
CMYK
RGB Variations
Color information
#C195EC (or 0xC195EC) is known color: Wisteria. HEX triplet: C1, 95 and EC. RGB value is (193,149,236). Sum of RGB (Red+Green+Blue) = 193+149+236=578 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.39% from 578); Green value is 149 (58.59% from 255 or 25.78% from 578); Blue value is 236 (92.58% from 255 or 40.83% from 578); Max value from RGB is 236 - color contains mainly: blue. Hex color #C195EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C195EC is #3E6A13. Grayscale: #ABABAB. Windows color (decimal): -4090388 or 15504833. OLE color: 15504833.
HSL color Cylindrical-coordinate representation of color #C195EC: hue angle of 270.34º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C195EC is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 149 | 236 | - |
| CMYK | 0.18 | 0.37 | 0 | 0.07 |
| HSL | 270.34º | 0.7% | 0.75% | - |
| HSV(B) | 270.34º | 0.37% | 0.93% | - |
| XYZ | 47.88 | 38.89 | 84.34 | - |
| YUV | 172.07 | 164.08 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 149 | 236 | 0.18 | 0.37 | 0 | 0.07 | 270.34 | 0.7 | 0.75 |
| Hex | C1 | 95 | EC | 12 | 25 | 0 | 7 | 10E | 46 | 4B |
| Octal | 301 | 225 | 354 | 22 | 45 | 0 | 7 | 416 | 106 | 113 |
| Binary | 11000001 | 10010101 | 11101100 | 10010 | 100101 | 0 | 111 | 100001110 | 1000110 | 1001011 |
Color Harmonies of #C195EC
Complementary color
Monochromatic Colors of #C195EC
Black with #C195EC
Text Example
Text Example
White with #C195EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C195EC; }
p { color: rgb(193,149,236); }
H1.HeaderClassName
{
color: #C195EC;
}
.AnyTagClassName
{
color: #C195EC;
}
</style>
background-color css
<style>
a { background-color: #C195EC; }
a { background-color: rgb(193,149,236); }
div.DivClassName
{
background-color: #C195EC;
}
.BgClassName
{
background-color: #C195EC;
}
</style>
border-color css
<style>
span { border-color: #C195EC; }
span { border-color: rgb(193,149,236); }
td.TdClassName
{
border-color: #C195EC;
}
.TagClassName
{
border-color: #C195EC;
}
</style>