Shades of Wisteria #C689DC
Tints of Wisteria #C689DC
RGB
CMYK
RGB Variations
Color information
#C689DC (or 0xC689DC) is known color: Wisteria. HEX triplet: C6, 89 and DC. RGB value is (198,137,220). Sum of RGB (Red+Green+Blue) = 198+137+220=555 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.68% from 555); Green value is 137 (53.91% from 255 or 24.68% from 555); Blue value is 220 (86.33% from 255 or 39.64% from 555); Max value from RGB is 220 - color contains mainly: blue. Hex color #C689DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C689DC is #397623. Grayscale: #A4A4A4. Windows color (decimal): -3765796 or 14453190. OLE color: 14453190.
HSL color Cylindrical-coordinate representation of color #C689DC: hue angle of 284.1º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C689DC is Cyan = 0.1, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 137 | 220 | - |
| CMYK | 0.1 | 0.38 | 0 | 0.14 |
| HSL | 284.1º | 0.54% | 0.7% | - |
| HSV(B) | 284.1º | 0.38% | 0.86% | - |
| XYZ | 45.15 | 35.06 | 72.1 | - |
| YUV | 164.7 | 159.21 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 137 | 220 | 0.1 | 0.38 | 0 | 0.14 | 284.1 | 0.54 | 0.7 |
| Hex | C6 | 89 | DC | A | 26 | 0 | E | 11C | 36 | 46 |
| Octal | 306 | 211 | 334 | 12 | 46 | 0 | 16 | 434 | 66 | 106 |
| Binary | 11000110 | 10001001 | 11011100 | 1010 | 100110 | 0 | 1110 | 100011100 | 110110 | 1000110 |
Color Harmonies of #C689DC
Complementary color
Monochromatic Colors of #C689DC
Black with #C689DC
Text Example
Text Example
White with #C689DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C689DC; }
p { color: rgb(198,137,220); }
H1.HeaderClassName
{
color: #C689DC;
}
.AnyTagClassName
{
color: #C689DC;
}
</style>
background-color css
<style>
a { background-color: #C689DC; }
a { background-color: rgb(198,137,220); }
div.DivClassName
{
background-color: #C689DC;
}
.BgClassName
{
background-color: #C689DC;
}
</style>
border-color css
<style>
span { border-color: #C689DC; }
span { border-color: rgb(198,137,220); }
td.TdClassName
{
border-color: #C689DC;
}
.TagClassName
{
border-color: #C689DC;
}
</style>