Shades of Wisteria #C68DDB
Tints of Wisteria #C68DDB
RGB
CMYK
RGB Variations
Color information
#C68DDB (or 0xC68DDB) is known color: Wisteria. HEX triplet: C6, 8D and DB. RGB value is (198,141,219). Sum of RGB (Red+Green+Blue) = 198+141+219=558 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.48% from 558); Green value is 141 (55.47% from 255 or 25.27% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 219 - color contains mainly: blue. Hex color #C68DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68DDB is #397224. Grayscale: #A6A6A6. Windows color (decimal): -3764773 or 14388678. OLE color: 14388678.
HSL color Cylindrical-coordinate representation of color #C68DDB: hue angle of 283.85º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C68DDB is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 141 | 219 | - |
| CMYK | 0.10 | 0.36 | 0 | 0.14 |
| HSL | 283.85º | 0.52% | 0.71% | - |
| HSV(B) | 283.85º | 0.36% | 0.86% | - |
| XYZ | 45.6 | 36.17 | 71.6 | - |
| YUV | 166.94 | 157.38 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 141 | 219 | 0.10 | 0.36 | 0 | 0.14 | 283.85 | 0.52 | 0.71 |
| Hex | C6 | 8D | DB | A | 24 | 0 | E | 11C | 34 | 47 |
| Octal | 306 | 215 | 333 | 12 | 44 | 0 | 16 | 434 | 64 | 107 |
| Binary | 11000110 | 10001101 | 11011011 | 1010 | 100100 | 0 | 1110 | 100011100 | 110100 | 1000111 |
Color Harmonies of #C68DDB
Complementary color
Monochromatic Colors of #C68DDB
Black with #C68DDB
Text Example
Text Example
White with #C68DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68DDB; }
p { color: rgb(198,141,219); }
H1.HeaderClassName
{
color: #C68DDB;
}
.AnyTagClassName
{
color: #C68DDB;
}
</style>
background-color css
<style>
a { background-color: #C68DDB; }
a { background-color: rgb(198,141,219); }
div.DivClassName
{
background-color: #C68DDB;
}
.BgClassName
{
background-color: #C68DDB;
}
</style>
border-color css
<style>
span { border-color: #C68DDB; }
span { border-color: rgb(198,141,219); }
td.TdClassName
{
border-color: #C68DDB;
}
.TagClassName
{
border-color: #C68DDB;
}
</style>