Shades of Wisteria #C697DC
Tints of Wisteria #C697DC
RGB
CMYK
RGB Variations
Color information
#C697DC (or 0xC697DC) is known color: Wisteria. HEX triplet: C6, 97 and DC. RGB value is (198,151,220). Sum of RGB (Red+Green+Blue) = 198+151+220=569 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.80% from 569); Green value is 151 (59.38% from 255 or 26.54% from 569); Blue value is 220 (86.33% from 255 or 38.66% from 569); Max value from RGB is 220 - color contains mainly: blue. Hex color #C697DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C697DC is #396823. Grayscale: #ACACAC. Windows color (decimal): -3762212 or 14456774. OLE color: 14456774.
HSL color Cylindrical-coordinate representation of color #C697DC: hue angle of 280.87º degrees, saturation: 0.5, 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 #C697DC is Cyan = 0.1, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 151 | 220 | - |
| CMYK | 0.1 | 0.31 | 0 | 0.14 |
| HSL | 280.87º | 0.5% | 0.73% | - |
| HSV(B) | 280.87º | 0.31% | 0.86% | - |
| XYZ | 47.27 | 39.31 | 72.81 | - |
| YUV | 172.92 | 154.57 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 151 | 220 | 0.1 | 0.31 | 0 | 0.14 | 280.87 | 0.5 | 0.73 |
| Hex | C6 | 97 | DC | A | 1F | 0 | E | 119 | 32 | 49 |
| Octal | 306 | 227 | 334 | 12 | 37 | 0 | 16 | 431 | 62 | 111 |
| Binary | 11000110 | 10010111 | 11011100 | 1010 | 11111 | 0 | 1110 | 100011001 | 110010 | 1001001 |
Color Harmonies of #C697DC
Complementary color
Monochromatic Colors of #C697DC
Black with #C697DC
Text Example
Text Example
White with #C697DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C697DC; }
p { color: rgb(198,151,220); }
H1.HeaderClassName
{
color: #C697DC;
}
.AnyTagClassName
{
color: #C697DC;
}
</style>
background-color css
<style>
a { background-color: #C697DC; }
a { background-color: rgb(198,151,220); }
div.DivClassName
{
background-color: #C697DC;
}
.BgClassName
{
background-color: #C697DC;
}
</style>
border-color css
<style>
span { border-color: #C697DC; }
span { border-color: rgb(198,151,220); }
td.TdClassName
{
border-color: #C697DC;
}
.TagClassName
{
border-color: #C697DC;
}
</style>