Shades of Wisteria #C397DB
Tints of Wisteria #C397DB
RGB
CMYK
RGB Variations
Color information
#C397DB (or 0xC397DB) is known color: Wisteria. HEX triplet: C3, 97 and DB. RGB value is (195,151,219). Sum of RGB (Red+Green+Blue) = 195+151+219=565 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.51% from 565); Green value is 151 (59.38% from 255 or 26.73% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 219 - color contains mainly: blue. Hex color #C397DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C397DB is #3C6824. Grayscale: #ABABAB. Windows color (decimal): -3958821 or 14391235. OLE color: 14391235.
HSL color Cylindrical-coordinate representation of color #C397DB: hue angle of 278.82º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C397DB is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 151 | 219 | - |
| CMYK | 0.11 | 0.31 | 0 | 0.14 |
| HSL | 278.82º | 0.49% | 0.73% | - |
| HSV(B) | 278.82º | 0.31% | 0.86% | - |
| XYZ | 46.36 | 38.85 | 72.07 | - |
| YUV | 171.91 | 154.58 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 151 | 219 | 0.11 | 0.31 | 0 | 0.14 | 278.82 | 0.49 | 0.73 |
| Hex | C3 | 97 | DB | B | 1F | 0 | E | 117 | 31 | 49 |
| Octal | 303 | 227 | 333 | 13 | 37 | 0 | 16 | 427 | 61 | 111 |
| Binary | 11000011 | 10010111 | 11011011 | 1011 | 11111 | 0 | 1110 | 100010111 | 110001 | 1001001 |
Color Harmonies of #C397DB
Complementary color
Monochromatic Colors of #C397DB
Black with #C397DB
Text Example
Text Example
White with #C397DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C397DB; }
p { color: rgb(195,151,219); }
H1.HeaderClassName
{
color: #C397DB;
}
.AnyTagClassName
{
color: #C397DB;
}
</style>
background-color css
<style>
a { background-color: #C397DB; }
a { background-color: rgb(195,151,219); }
div.DivClassName
{
background-color: #C397DB;
}
.BgClassName
{
background-color: #C397DB;
}
</style>
border-color css
<style>
span { border-color: #C397DB; }
span { border-color: rgb(195,151,219); }
td.TdClassName
{
border-color: #C397DB;
}
.TagClassName
{
border-color: #C397DB;
}
</style>