Shades of Wisteria #C394D9
Tints of Wisteria #C394D9
RGB
CMYK
RGB Variations
Color information
#C394D9 (or 0xC394D9) is known color: Wisteria. HEX triplet: C3, 94 and D9. RGB value is (195,148,217). Sum of RGB (Red+Green+Blue) = 195+148+217=560 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.82% from 560); Green value is 148 (58.20% from 255 or 26.43% from 560); Blue value is 217 (85.16% from 255 or 38.75% from 560); Max value from RGB is 217 - color contains mainly: blue. Hex color #C394D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C394D9 is #3C6B26. Grayscale: #A9A9A9. Windows color (decimal): -3959591 or 14259395. OLE color: 14259395.
HSL color Cylindrical-coordinate representation of color #C394D9: hue angle of 280.87º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C394D9 is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 148 | 217 | - |
| CMYK | 0.10 | 0.32 | 0 | 0.15 |
| HSL | 280.87º | 0.48% | 0.72% | - |
| HSV(B) | 280.87º | 0.32% | 0.85% | - |
| XYZ | 45.62 | 37.79 | 70.54 | - |
| YUV | 169.92 | 154.57 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 148 | 217 | 0.10 | 0.32 | 0 | 0.15 | 280.87 | 0.48 | 0.72 |
| Hex | C3 | 94 | D9 | A | 20 | 0 | F | 119 | 30 | 48 |
| Octal | 303 | 224 | 331 | 12 | 40 | 0 | 17 | 431 | 60 | 110 |
| Binary | 11000011 | 10010100 | 11011001 | 1010 | 100000 | 0 | 1111 | 100011001 | 110000 | 1001000 |
Color Harmonies of #C394D9
Complementary color
Monochromatic Colors of #C394D9
Black with #C394D9
Text Example
Text Example
White with #C394D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C394D9; }
p { color: rgb(195,148,217); }
H1.HeaderClassName
{
color: #C394D9;
}
.AnyTagClassName
{
color: #C394D9;
}
</style>
background-color css
<style>
a { background-color: #C394D9; }
a { background-color: rgb(195,148,217); }
div.DivClassName
{
background-color: #C394D9;
}
.BgClassName
{
background-color: #C394D9;
}
</style>
border-color css
<style>
span { border-color: #C394D9; }
span { border-color: rgb(195,148,217); }
td.TdClassName
{
border-color: #C394D9;
}
.TagClassName
{
border-color: #C394D9;
}
</style>