Shades of Wisteria #C698D7
Tints of Wisteria #C698D7
RGB
CMYK
RGB Variations
Color information
#C698D7 (or 0xC698D7) is known color: Wisteria. HEX triplet: C6, 98 and D7. RGB value is (198,152,215). Sum of RGB (Red+Green+Blue) = 198+152+215=565 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.04% from 565); Green value is 152 (59.77% from 255 or 26.90% from 565); Blue value is 215 (84.38% from 255 or 38.05% from 565); Max value from RGB is 215 - color contains mainly: blue. Hex color #C698D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C698D7 is #396728. Grayscale: #ACACAC. Windows color (decimal): -3761961 or 14129350. OLE color: 14129350.
HSL color Cylindrical-coordinate representation of color #C698D7: hue angle of 283.81º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C698D7 is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 198 | 152 | 215 | - |
| CMYK | 0.08 | 0.29 | 0 | 0.16 |
| HSL | 283.81º | 0.44% | 0.72% | - |
| HSV(B) | 283.81º | 0.29% | 0.84% | - |
| XYZ | 46.78 | 39.37 | 69.42 | - |
| YUV | 172.94 | 151.74 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 152 | 215 | 0.08 | 0.29 | 0 | 0.16 | 283.81 | 0.44 | 0.72 |
| Hex | C6 | 98 | D7 | 8 | 1D | 0 | 10 | 11C | 2C | 48 |
| Octal | 306 | 230 | 327 | 10 | 35 | 0 | 20 | 434 | 54 | 110 |
| Binary | 11000110 | 10011000 | 11010111 | 1000 | 11101 | 0 | 10000 | 100011100 | 101100 | 1001000 |
Color Harmonies of #C698D7
Complementary color
Monochromatic Colors of #C698D7
Black with #C698D7
Text Example
Text Example
White with #C698D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C698D7; }
p { color: rgb(198,152,215); }
H1.HeaderClassName
{
color: #C698D7;
}
.AnyTagClassName
{
color: #C698D7;
}
</style>
background-color css
<style>
a { background-color: #C698D7; }
a { background-color: rgb(198,152,215); }
div.DivClassName
{
background-color: #C698D7;
}
.BgClassName
{
background-color: #C698D7;
}
</style>
border-color css
<style>
span { border-color: #C698D7; }
span { border-color: rgb(198,152,215); }
td.TdClassName
{
border-color: #C698D7;
}
.TagClassName
{
border-color: #C698D7;
}
</style>