Shades of Wisteria #C698D0
Tints of Wisteria #C698D0
RGB
CMYK
RGB Variations
Color information
#C698D0 (or 0xC698D0) is known color: Wisteria. HEX triplet: C6, 98 and D0. RGB value is (198,152,208). Sum of RGB (Red+Green+Blue) = 198+152+208=558 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.48% from 558); Green value is 152 (59.77% from 255 or 27.24% from 558); Blue value is 208 (81.64% from 255 or 37.28% from 558); Max value from RGB is 208 - color contains mainly: blue. Hex color #C698D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C698D0 is #39672F. Grayscale: #ABABAB. Windows color (decimal): -3761968 or 13670598. OLE color: 13670598.
HSL color Cylindrical-coordinate representation of color #C698D0: hue angle of 289.29º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C698D0 is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 152 | 208 | - |
| CMYK | 0.05 | 0.27 | 0 | 0.18 |
| HSL | 289.29º | 0.37% | 0.71% | - |
| HSV(B) | 289.29º | 0.27% | 0.82% | - |
| XYZ | 45.9 | 39.02 | 64.79 | - |
| YUV | 172.14 | 148.24 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 152 | 208 | 0.05 | 0.27 | 0 | 0.18 | 289.29 | 0.37 | 0.71 |
| Hex | C6 | 98 | D0 | 5 | 1B | 0 | 12 | 121 | 25 | 47 |
| Octal | 306 | 230 | 320 | 5 | 33 | 0 | 22 | 441 | 45 | 107 |
| Binary | 11000110 | 10011000 | 11010000 | 101 | 11011 | 0 | 10010 | 100100001 | 100101 | 1000111 |
Color Harmonies of #C698D0
Complementary color
Monochromatic Colors of #C698D0
Black with #C698D0
Text Example
Text Example
White with #C698D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C698D0; }
p { color: rgb(198,152,208); }
H1.HeaderClassName
{
color: #C698D0;
}
.AnyTagClassName
{
color: #C698D0;
}
</style>
background-color css
<style>
a { background-color: #C698D0; }
a { background-color: rgb(198,152,208); }
div.DivClassName
{
background-color: #C698D0;
}
.BgClassName
{
background-color: #C698D0;
}
</style>
border-color css
<style>
span { border-color: #C698D0; }
span { border-color: rgb(198,152,208); }
td.TdClassName
{
border-color: #C698D0;
}
.TagClassName
{
border-color: #C698D0;
}
</style>