Shades of Wisteria #C195DF
Tints of Wisteria #C195DF
RGB
CMYK
RGB Variations
Color information
#C195DF (or 0xC195DF) is known color: Wisteria. HEX triplet: C1, 95 and DF. RGB value is (193,149,223). Sum of RGB (Red+Green+Blue) = 193+149+223=565 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.16% from 565); Green value is 149 (58.59% from 255 or 26.37% from 565); Blue value is 223 (87.5% from 255 or 39.47% from 565); Max value from RGB is 223 - color contains mainly: blue. Hex color #C195DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C195DF is #3E6A20. Grayscale: #AAAAAA. Windows color (decimal): -4090401 or 14652865. OLE color: 14652865.
HSL color Cylindrical-coordinate representation of color #C195DF: hue angle of 275.68º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C195DF is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 149 | 223 | - |
| CMYK | 0.13 | 0.33 | 0 | 0.13 |
| HSL | 275.68º | 0.54% | 0.73% | - |
| HSV(B) | 275.68º | 0.33% | 0.87% | - |
| XYZ | 46.06 | 38.16 | 74.75 | - |
| YUV | 170.59 | 157.58 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 149 | 223 | 0.13 | 0.33 | 0 | 0.13 | 275.68 | 0.54 | 0.73 |
| Hex | C1 | 95 | DF | D | 21 | 0 | D | 114 | 36 | 49 |
| Octal | 301 | 225 | 337 | 15 | 41 | 0 | 15 | 424 | 66 | 111 |
| Binary | 11000001 | 10010101 | 11011111 | 1101 | 100001 | 0 | 1101 | 100010100 | 110110 | 1001001 |
Color Harmonies of #C195DF
Complementary color
Monochromatic Colors of #C195DF
Black with #C195DF
Text Example
Text Example
White with #C195DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C195DF; }
p { color: rgb(193,149,223); }
H1.HeaderClassName
{
color: #C195DF;
}
.AnyTagClassName
{
color: #C195DF;
}
</style>
background-color css
<style>
a { background-color: #C195DF; }
a { background-color: rgb(193,149,223); }
div.DivClassName
{
background-color: #C195DF;
}
.BgClassName
{
background-color: #C195DF;
}
</style>
border-color css
<style>
span { border-color: #C195DF; }
span { border-color: rgb(193,149,223); }
td.TdClassName
{
border-color: #C195DF;
}
.TagClassName
{
border-color: #C195DF;
}
</style>