Shades of Wisteria #C697DB
Tints of Wisteria #C697DB
RGB
CMYK
RGB Variations
Color information
#C697DB (or 0xC697DB) is known color: Wisteria. HEX triplet: C6, 97 and DB. RGB value is (198,151,219). Sum of RGB (Red+Green+Blue) = 198+151+219=568 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.86% from 568); Green value is 151 (59.38% from 255 or 26.58% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 219 - color contains mainly: blue. Hex color #C697DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C697DB is #396824. Grayscale: #ACACAC. Windows color (decimal): -3762213 or 14391238. OLE color: 14391238.
HSL color Cylindrical-coordinate representation of color #C697DB: hue angle of 281.47º 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 #C697DB is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 151 | 219 | - |
| CMYK | 0.10 | 0.31 | 0 | 0.14 |
| HSL | 281.47º | 0.49% | 0.73% | - |
| HSV(B) | 281.47º | 0.31% | 0.86% | - |
| XYZ | 47.14 | 39.25 | 72.11 | - |
| YUV | 172.81 | 154.07 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 151 | 219 | 0.10 | 0.31 | 0 | 0.14 | 281.47 | 0.49 | 0.73 |
| Hex | C6 | 97 | DB | A | 1F | 0 | E | 119 | 31 | 49 |
| Octal | 306 | 227 | 333 | 12 | 37 | 0 | 16 | 431 | 61 | 111 |
| Binary | 11000110 | 10010111 | 11011011 | 1010 | 11111 | 0 | 1110 | 100011001 | 110001 | 1001001 |
Color Harmonies of #C697DB
Complementary color
Monochromatic Colors of #C697DB
Black with #C697DB
Text Example
Text Example
White with #C697DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C697DB; }
p { color: rgb(198,151,219); }
H1.HeaderClassName
{
color: #C697DB;
}
.AnyTagClassName
{
color: #C697DB;
}
</style>
background-color css
<style>
a { background-color: #C697DB; }
a { background-color: rgb(198,151,219); }
div.DivClassName
{
background-color: #C697DB;
}
.BgClassName
{
background-color: #C697DB;
}
</style>
border-color css
<style>
span { border-color: #C697DB; }
span { border-color: rgb(198,151,219); }
td.TdClassName
{
border-color: #C697DB;
}
.TagClassName
{
border-color: #C697DB;
}
</style>