Shades of Wisteria #C68EDB
Tints of Wisteria #C68EDB
RGB
CMYK
RGB Variations
Color information
#C68EDB (or 0xC68EDB) is known color: Wisteria. HEX triplet: C6, 8E and DB. RGB value is (198,142,219). Sum of RGB (Red+Green+Blue) = 198+142+219=559 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.42% from 559); Green value is 142 (55.86% from 255 or 25.40% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 219 - color contains mainly: blue. Hex color #C68EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68EDB is #397124. Grayscale: #A7A7A7. Windows color (decimal): -3764517 or 14388934. OLE color: 14388934.
HSL color Cylindrical-coordinate representation of color #C68EDB: hue angle of 283.64º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C68EDB is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 142 | 219 | - |
| CMYK | 0.10 | 0.35 | 0 | 0.14 |
| HSL | 283.64º | 0.52% | 0.71% | - |
| HSV(B) | 283.64º | 0.35% | 0.86% | - |
| XYZ | 45.75 | 36.47 | 71.65 | - |
| YUV | 167.52 | 157.05 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 142 | 219 | 0.10 | 0.35 | 0 | 0.14 | 283.64 | 0.52 | 0.71 |
| Hex | C6 | 8E | DB | A | 23 | 0 | E | 11C | 34 | 47 |
| Octal | 306 | 216 | 333 | 12 | 43 | 0 | 16 | 434 | 64 | 107 |
| Binary | 11000110 | 10001110 | 11011011 | 1010 | 100011 | 0 | 1110 | 100011100 | 110100 | 1000111 |
Color Harmonies of #C68EDB
Complementary color
Monochromatic Colors of #C68EDB
Black with #C68EDB
Text Example
Text Example
White with #C68EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68EDB; }
p { color: rgb(198,142,219); }
H1.HeaderClassName
{
color: #C68EDB;
}
.AnyTagClassName
{
color: #C68EDB;
}
</style>
background-color css
<style>
a { background-color: #C68EDB; }
a { background-color: rgb(198,142,219); }
div.DivClassName
{
background-color: #C68EDB;
}
.BgClassName
{
background-color: #C68EDB;
}
</style>
border-color css
<style>
span { border-color: #C68EDB; }
span { border-color: rgb(198,142,219); }
td.TdClassName
{
border-color: #C68EDB;
}
.TagClassName
{
border-color: #C68EDB;
}
</style>