Shades of Wisteria #C396DF
Tints of Wisteria #C396DF
RGB
CMYK
RGB Variations
Color information
#C396DF (or 0xC396DF) is known color: Wisteria. HEX triplet: C3, 96 and DF. RGB value is (195,150,223). Sum of RGB (Red+Green+Blue) = 195+150+223=568 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.33% from 568); Green value is 150 (58.98% from 255 or 26.41% from 568); Blue value is 223 (87.5% from 255 or 39.26% from 568); Max value from RGB is 223 - color contains mainly: blue. Hex color #C396DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C396DF is #3C6920. Grayscale: #ABABAB. Windows color (decimal): -3959073 or 14653123. OLE color: 14653123.
HSL color Cylindrical-coordinate representation of color #C396DF: hue angle of 276.99º degrees, saturation: 0.53, 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 #C396DF is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 150 | 223 | - |
| CMYK | 0.13 | 0.33 | 0 | 0.13 |
| HSL | 276.99º | 0.53% | 0.73% | - |
| HSV(B) | 276.99º | 0.33% | 0.87% | - |
| XYZ | 46.73 | 38.74 | 74.83 | - |
| YUV | 171.78 | 156.91 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 150 | 223 | 0.13 | 0.33 | 0 | 0.13 | 276.99 | 0.53 | 0.73 |
| Hex | C3 | 96 | DF | D | 21 | 0 | D | 115 | 35 | 49 |
| Octal | 303 | 226 | 337 | 15 | 41 | 0 | 15 | 425 | 65 | 111 |
| Binary | 11000011 | 10010110 | 11011111 | 1101 | 100001 | 0 | 1101 | 100010101 | 110101 | 1001001 |
Color Harmonies of #C396DF
Complementary color
Monochromatic Colors of #C396DF
Black with #C396DF
Text Example
Text Example
White with #C396DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C396DF; }
p { color: rgb(195,150,223); }
H1.HeaderClassName
{
color: #C396DF;
}
.AnyTagClassName
{
color: #C396DF;
}
</style>
background-color css
<style>
a { background-color: #C396DF; }
a { background-color: rgb(195,150,223); }
div.DivClassName
{
background-color: #C396DF;
}
.BgClassName
{
background-color: #C396DF;
}
</style>
border-color css
<style>
span { border-color: #C396DF; }
span { border-color: rgb(195,150,223); }
td.TdClassName
{
border-color: #C396DF;
}
.TagClassName
{
border-color: #C396DF;
}
</style>