Shades of Wisteria #C397DA
Tints of Wisteria #C397DA
RGB
CMYK
RGB Variations
Color information
#C397DA (or 0xC397DA) is known color: Wisteria. HEX triplet: C3, 97 and DA. RGB value is (195,151,218). Sum of RGB (Red+Green+Blue) = 195+151+218=564 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.57% from 564); Green value is 151 (59.38% from 255 or 26.77% from 564); Blue value is 218 (85.55% from 255 or 38.65% from 564); Max value from RGB is 218 - color contains mainly: blue. Hex color #C397DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C397DA is #3C6825. Grayscale: #ABABAB. Windows color (decimal): -3958822 or 14325699. OLE color: 14325699.
HSL color Cylindrical-coordinate representation of color #C397DA: hue angle of 279.4º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C397DA is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 151 | 218 | - |
| CMYK | 0.11 | 0.31 | 0 | 0.15 |
| HSL | 279.4º | 0.48% | 0.72% | - |
| HSV(B) | 279.4º | 0.31% | 0.85% | - |
| XYZ | 46.23 | 38.8 | 71.38 | - |
| YUV | 171.79 | 154.08 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 151 | 218 | 0.11 | 0.31 | 0 | 0.15 | 279.4 | 0.48 | 0.72 |
| Hex | C3 | 97 | DA | B | 1F | 0 | F | 117 | 30 | 48 |
| Octal | 303 | 227 | 332 | 13 | 37 | 0 | 17 | 427 | 60 | 110 |
| Binary | 11000011 | 10010111 | 11011010 | 1011 | 11111 | 0 | 1111 | 100010111 | 110000 | 1001000 |
Color Harmonies of #C397DA
Complementary color
Monochromatic Colors of #C397DA
Black with #C397DA
Text Example
Text Example
White with #C397DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C397DA; }
p { color: rgb(195,151,218); }
H1.HeaderClassName
{
color: #C397DA;
}
.AnyTagClassName
{
color: #C397DA;
}
</style>
background-color css
<style>
a { background-color: #C397DA; }
a { background-color: rgb(195,151,218); }
div.DivClassName
{
background-color: #C397DA;
}
.BgClassName
{
background-color: #C397DA;
}
</style>
border-color css
<style>
span { border-color: #C397DA; }
span { border-color: rgb(195,151,218); }
td.TdClassName
{
border-color: #C397DA;
}
.TagClassName
{
border-color: #C397DA;
}
</style>