Shades of Wisteria #C697D2
Tints of Wisteria #C697D2
RGB
CMYK
RGB Variations
Color information
#C697D2 (or 0xC697D2) is known color: Wisteria. HEX triplet: C6, 97 and D2. RGB value is (198,151,210). Sum of RGB (Red+Green+Blue) = 198+151+210=559 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.42% from 559); Green value is 151 (59.38% from 255 or 27.01% from 559); Blue value is 210 (82.42% from 255 or 37.57% from 559); Max value from RGB is 210 - color contains mainly: blue. Hex color #C697D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C697D2 is #39682D. Grayscale: #ABABAB. Windows color (decimal): -3762222 or 13801414. OLE color: 13801414.
HSL color Cylindrical-coordinate representation of color #C697D2: hue angle of 287.8º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C697D2 is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 151 | 210 | - |
| CMYK | 0.06 | 0.28 | 0 | 0.18 |
| HSL | 287.8º | 0.4% | 0.71% | - |
| HSV(B) | 287.8º | 0.28% | 0.82% | - |
| XYZ | 45.99 | 38.79 | 66.04 | - |
| YUV | 171.78 | 149.57 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 151 | 210 | 0.06 | 0.28 | 0 | 0.18 | 287.8 | 0.4 | 0.71 |
| Hex | C6 | 97 | D2 | 6 | 1C | 0 | 12 | 120 | 28 | 47 |
| Octal | 306 | 227 | 322 | 6 | 34 | 0 | 22 | 440 | 50 | 107 |
| Binary | 11000110 | 10010111 | 11010010 | 110 | 11100 | 0 | 10010 | 100100000 | 101000 | 1000111 |
Color Harmonies of #C697D2
Complementary color
Monochromatic Colors of #C697D2
Black with #C697D2
Text Example
Text Example
White with #C697D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C697D2; }
p { color: rgb(198,151,210); }
H1.HeaderClassName
{
color: #C697D2;
}
.AnyTagClassName
{
color: #C697D2;
}
</style>
background-color css
<style>
a { background-color: #C697D2; }
a { background-color: rgb(198,151,210); }
div.DivClassName
{
background-color: #C697D2;
}
.BgClassName
{
background-color: #C697D2;
}
</style>
border-color css
<style>
span { border-color: #C697D2; }
span { border-color: rgb(198,151,210); }
td.TdClassName
{
border-color: #C697D2;
}
.TagClassName
{
border-color: #C697D2;
}
</style>