Shades of Wisteria #C394DF
Tints of Wisteria #C394DF
RGB
CMYK
RGB Variations
Color information
#C394DF (or 0xC394DF) is known color: Wisteria. HEX triplet: C3, 94 and DF. RGB value is (195,148,223). Sum of RGB (Red+Green+Blue) = 195+148+223=566 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.45% from 566); Green value is 148 (58.20% from 255 or 26.15% from 566); Blue value is 223 (87.5% from 255 or 39.40% from 566); Max value from RGB is 223 - color contains mainly: blue. Hex color #C394DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C394DF is #3C6B20. Grayscale: #AAAAAA. Windows color (decimal): -3959585 or 14652611. OLE color: 14652611.
HSL color Cylindrical-coordinate representation of color #C394DF: hue angle of 277.6º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C394DF is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 148 | 223 | - |
| CMYK | 0.13 | 0.34 | 0 | 0.13 |
| HSL | 277.6º | 0.54% | 0.73% | - |
| HSV(B) | 277.6º | 0.34% | 0.87% | - |
| XYZ | 46.41 | 38.11 | 74.72 | - |
| YUV | 170.6 | 157.57 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 148 | 223 | 0.13 | 0.34 | 0 | 0.13 | 277.6 | 0.54 | 0.73 |
| Hex | C3 | 94 | DF | D | 22 | 0 | D | 116 | 36 | 49 |
| Octal | 303 | 224 | 337 | 15 | 42 | 0 | 15 | 426 | 66 | 111 |
| Binary | 11000011 | 10010100 | 11011111 | 1101 | 100010 | 0 | 1101 | 100010110 | 110110 | 1001001 |
Color Harmonies of #C394DF
Complementary color
Monochromatic Colors of #C394DF
Black with #C394DF
Text Example
Text Example
White with #C394DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C394DF; }
p { color: rgb(195,148,223); }
H1.HeaderClassName
{
color: #C394DF;
}
.AnyTagClassName
{
color: #C394DF;
}
</style>
background-color css
<style>
a { background-color: #C394DF; }
a { background-color: rgb(195,148,223); }
div.DivClassName
{
background-color: #C394DF;
}
.BgClassName
{
background-color: #C394DF;
}
</style>
border-color css
<style>
span { border-color: #C394DF; }
span { border-color: rgb(195,148,223); }
td.TdClassName
{
border-color: #C394DF;
}
.TagClassName
{
border-color: #C394DF;
}
</style>