Shades of Wisteria #C697D0
Tints of Wisteria #C697D0
RGB
CMYK
RGB Variations
Color information
#C697D0 (or 0xC697D0) is known color: Wisteria. HEX triplet: C6, 97 and D0. RGB value is (198,151,208). Sum of RGB (Red+Green+Blue) = 198+151+208=557 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.55% from 557); Green value is 151 (59.38% from 255 or 27.11% from 557); Blue value is 208 (81.64% from 255 or 37.34% from 557); Max value from RGB is 208 - color contains mainly: blue. Hex color #C697D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C697D0 is #39682F. Grayscale: #ABABAB. Windows color (decimal): -3762224 or 13670342. OLE color: 13670342.
HSL color Cylindrical-coordinate representation of color #C697D0: hue angle of 289.47º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C697D0 is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 198 | 151 | 208 | - |
CMYK | 0.05 | 0.27 | 0 | 0.18 |
HSL | 289.47º | 0.38% | 0.7% | - |
HSV(B) | 289.47º | 0.27% | 0.82% | - |
XYZ | 45.74 | 38.69 | 64.73 | - |
YUV | 171.55 | 148.57 | 146.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 151 | 208 | 0.05 | 0.27 | 0 | 0.18 | 289.47 | 0.38 | 0.7 |
Hex | C6 | 97 | D0 | 5 | 1B | 0 | 12 | 121 | 26 | 46 |
Octal | 306 | 227 | 320 | 5 | 33 | 0 | 22 | 441 | 46 | 106 |
Binary | 11000110 | 10010111 | 11010000 | 101 | 11011 | 0 | 10010 | 100100001 | 100110 | 1000110 |
Color Harmonies of #C697D0
Complementary color
Monochromatic Colors of #C697D0
Black with #C697D0
Text Example
Text Example
White with #C697D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C697D0; }
p { color: rgb(198,151,208); }
H1.HeaderClassName
{
color: #C697D0;
}
.AnyTagClassName
{
color: #C697D0;
}
</style>
background-color css
<style>
a { background-color: #C697D0; }
a { background-color: rgb(198,151,208); }
div.DivClassName
{
background-color: #C697D0;
}
.BgClassName
{
background-color: #C697D0;
}
</style>
border-color css
<style>
span { border-color: #C697D0; }
span { border-color: rgb(198,151,208); }
td.TdClassName
{
border-color: #C697D0;
}
.TagClassName
{
border-color: #C697D0;
}
</style>