Shades of Wisteria #C697E6
Tints of Wisteria #C697E6
RGB
CMYK
RGB Variations
Color information
#C697E6 (or 0xC697E6) is known color: Wisteria. HEX triplet: C6, 97 and E6. RGB value is (198,151,230). Sum of RGB (Red+Green+Blue) = 198+151+230=579 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.20% from 579); Green value is 151 (59.38% from 255 or 26.08% from 579); Blue value is 230 (90.23% from 255 or 39.72% from 579); Max value from RGB is 230 - color contains mainly: blue. Hex color #C697E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C697E6 is #396819. Grayscale: #ADADAD. Windows color (decimal): -3762202 or 15112134. OLE color: 15112134.
HSL color Cylindrical-coordinate representation of color #C697E6: hue angle of 275.7º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C697E6 is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 198 | 151 | 230 | - |
| CMYK | 0.14 | 0.34 | 0 | 0.10 |
| HSL | 275.7º | 0.61% | 0.75% | - |
| HSV(B) | 275.7º | 0.34% | 0.9% | - |
| XYZ | 48.64 | 39.85 | 79.99 | - |
| YUV | 174.06 | 159.57 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 151 | 230 | 0.14 | 0.34 | 0 | 0.10 | 275.7 | 0.61 | 0.75 |
| Hex | C6 | 97 | E6 | E | 22 | 0 | A | 114 | 3D | 4B |
| Octal | 306 | 227 | 346 | 16 | 42 | 0 | 12 | 424 | 75 | 113 |
| Binary | 11000110 | 10010111 | 11100110 | 1110 | 100010 | 0 | 1010 | 100010100 | 111101 | 1001011 |
Color Harmonies of #C697E6
Complementary color
Monochromatic Colors of #C697E6
Black with #C697E6
Text Example
Text Example
White with #C697E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C697E6; }
p { color: rgb(198,151,230); }
H1.HeaderClassName
{
color: #C697E6;
}
.AnyTagClassName
{
color: #C697E6;
}
</style>
background-color css
<style>
a { background-color: #C697E6; }
a { background-color: rgb(198,151,230); }
div.DivClassName
{
background-color: #C697E6;
}
.BgClassName
{
background-color: #C697E6;
}
</style>
border-color css
<style>
span { border-color: #C697E6; }
span { border-color: rgb(198,151,230); }
td.TdClassName
{
border-color: #C697E6;
}
.TagClassName
{
border-color: #C697E6;
}
</style>