Shades of Wisteria #C698DC
Tints of Wisteria #C698DC
RGB
CMYK
RGB Variations
Color information
#C698DC (or 0xC698DC) is known color: Wisteria. HEX triplet: C6, 98 and DC. RGB value is (198,152,220). Sum of RGB (Red+Green+Blue) = 198+152+220=570 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.74% from 570); Green value is 152 (59.77% from 255 or 26.67% from 570); Blue value is 220 (86.33% from 255 or 38.60% from 570); Max value from RGB is 220 - color contains mainly: blue. Hex color #C698DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C698DC is #396723. Grayscale: #ADADAD. Windows color (decimal): -3761956 or 14457030. OLE color: 14457030.
HSL color Cylindrical-coordinate representation of color #C698DC: hue angle of 280.59º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C698DC is Cyan = 0.1, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 152 | 220 | - |
| CMYK | 0.1 | 0.31 | 0 | 0.14 |
| HSL | 280.59º | 0.49% | 0.73% | - |
| HSV(B) | 280.59º | 0.31% | 0.86% | - |
| XYZ | 47.44 | 39.63 | 72.86 | - |
| YUV | 173.51 | 154.24 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 152 | 220 | 0.1 | 0.31 | 0 | 0.14 | 280.59 | 0.49 | 0.73 |
| Hex | C6 | 98 | DC | A | 1F | 0 | E | 119 | 31 | 49 |
| Octal | 306 | 230 | 334 | 12 | 37 | 0 | 16 | 431 | 61 | 111 |
| Binary | 11000110 | 10011000 | 11011100 | 1010 | 11111 | 0 | 1110 | 100011001 | 110001 | 1001001 |
Color Harmonies of #C698DC
Complementary color
Monochromatic Colors of #C698DC
Black with #C698DC
Text Example
Text Example
White with #C698DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C698DC; }
p { color: rgb(198,152,220); }
H1.HeaderClassName
{
color: #C698DC;
}
.AnyTagClassName
{
color: #C698DC;
}
</style>
background-color css
<style>
a { background-color: #C698DC; }
a { background-color: rgb(198,152,220); }
div.DivClassName
{
background-color: #C698DC;
}
.BgClassName
{
background-color: #C698DC;
}
</style>
border-color css
<style>
span { border-color: #C698DC; }
span { border-color: rgb(198,152,220); }
td.TdClassName
{
border-color: #C698DC;
}
.TagClassName
{
border-color: #C698DC;
}
</style>