Shades of Wisteria #C384D9
Tints of Wisteria #C384D9
RGB
CMYK
RGB Variations
Color information
#C384D9 (or 0xC384D9) is known color: Wisteria. HEX triplet: C3, 84 and D9. RGB value is (195,132,217). Sum of RGB (Red+Green+Blue) = 195+132+217=544 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.85% from 544); Green value is 132 (51.95% from 255 or 24.26% from 544); Blue value is 217 (85.16% from 255 or 39.89% from 544); Max value from RGB is 217 - color contains mainly: blue. Hex color #C384D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C384D9 is #3C7B26. Grayscale: #A0A0A0. Windows color (decimal): -3963687 or 14255299. OLE color: 14255299.
HSL color Cylindrical-coordinate representation of color #C384D9: hue angle of 284.47º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C384D9 is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 132 | 217 | - |
| CMYK | 0.10 | 0.39 | 0 | 0.15 |
| HSL | 284.47º | 0.53% | 0.68% | - |
| HSV(B) | 284.47º | 0.39% | 0.85% | - |
| XYZ | 43.28 | 33.11 | 69.76 | - |
| YUV | 160.53 | 159.87 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 132 | 217 | 0.10 | 0.39 | 0 | 0.15 | 284.47 | 0.53 | 0.68 |
| Hex | C3 | 84 | D9 | A | 27 | 0 | F | 11C | 35 | 44 |
| Octal | 303 | 204 | 331 | 12 | 47 | 0 | 17 | 434 | 65 | 104 |
| Binary | 11000011 | 10000100 | 11011001 | 1010 | 100111 | 0 | 1111 | 100011100 | 110101 | 1000100 |
Color Harmonies of #C384D9
Complementary color
Monochromatic Colors of #C384D9
Black with #C384D9
Text Example
Text Example
White with #C384D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C384D9; }
p { color: rgb(195,132,217); }
H1.HeaderClassName
{
color: #C384D9;
}
.AnyTagClassName
{
color: #C384D9;
}
</style>
background-color css
<style>
a { background-color: #C384D9; }
a { background-color: rgb(195,132,217); }
div.DivClassName
{
background-color: #C384D9;
}
.BgClassName
{
background-color: #C384D9;
}
</style>
border-color css
<style>
span { border-color: #C384D9; }
span { border-color: rgb(195,132,217); }
td.TdClassName
{
border-color: #C384D9;
}
.TagClassName
{
border-color: #C384D9;
}
</style>