Shades of Wisteria #C384DA
Tints of Wisteria #C384DA
RGB
CMYK
RGB Variations
Color information
#C384DA (or 0xC384DA) is known color: Wisteria. HEX triplet: C3, 84 and DA. RGB value is (195,132,218). Sum of RGB (Red+Green+Blue) = 195+132+218=545 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.78% from 545); Green value is 132 (51.95% from 255 or 24.22% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 218 - color contains mainly: blue. Hex color #C384DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C384DA is #3C7B25. Grayscale: #A0A0A0. Windows color (decimal): -3963686 or 14320835. OLE color: 14320835.
HSL color Cylindrical-coordinate representation of color #C384DA: hue angle of 283.95º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C384DA is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 132 | 218 | - |
| CMYK | 0.11 | 0.39 | 0 | 0.15 |
| HSL | 283.95º | 0.54% | 0.69% | - |
| HSV(B) | 283.95º | 0.39% | 0.85% | - |
| XYZ | 43.41 | 33.17 | 70.44 | - |
| YUV | 160.64 | 160.37 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 132 | 218 | 0.11 | 0.39 | 0 | 0.15 | 283.95 | 0.54 | 0.69 |
| Hex | C3 | 84 | DA | B | 27 | 0 | F | 11C | 36 | 45 |
| Octal | 303 | 204 | 332 | 13 | 47 | 0 | 17 | 434 | 66 | 105 |
| Binary | 11000011 | 10000100 | 11011010 | 1011 | 100111 | 0 | 1111 | 100011100 | 110110 | 1000101 |
Color Harmonies of #C384DA
Complementary color
Monochromatic Colors of #C384DA
Black with #C384DA
Text Example
Text Example
White with #C384DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C384DA; }
p { color: rgb(195,132,218); }
H1.HeaderClassName
{
color: #C384DA;
}
.AnyTagClassName
{
color: #C384DA;
}
</style>
background-color css
<style>
a { background-color: #C384DA; }
a { background-color: rgb(195,132,218); }
div.DivClassName
{
background-color: #C384DA;
}
.BgClassName
{
background-color: #C384DA;
}
</style>
border-color css
<style>
span { border-color: #C384DA; }
span { border-color: rgb(195,132,218); }
td.TdClassName
{
border-color: #C384DA;
}
.TagClassName
{
border-color: #C384DA;
}
</style>