Shades of Wisteria #C68DDD
Tints of Wisteria #C68DDD
RGB
CMYK
RGB Variations
Color information
#C68DDD (or 0xC68DDD) is known color: Wisteria. HEX triplet: C6, 8D and DD. RGB value is (198,141,221). Sum of RGB (Red+Green+Blue) = 198+141+221=560 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.36% from 560); Green value is 141 (55.47% from 255 or 25.18% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 221 - color contains mainly: blue. Hex color #C68DDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68DDD is #397222. Grayscale: #A6A6A6. Windows color (decimal): -3764771 or 14519750. OLE color: 14519750.
HSL color Cylindrical-coordinate representation of color #C68DDD: hue angle of 282.75º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C68DDD is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 141 | 221 | - |
| CMYK | 0.10 | 0.36 | 0 | 0.13 |
| HSL | 282.75º | 0.54% | 0.71% | - |
| HSV(B) | 282.75º | 0.36% | 0.87% | - |
| XYZ | 45.86 | 36.28 | 72.99 | - |
| YUV | 167.16 | 158.38 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 141 | 221 | 0.10 | 0.36 | 0 | 0.13 | 282.75 | 0.54 | 0.71 |
| Hex | C6 | 8D | DD | A | 24 | 0 | D | 11B | 36 | 47 |
| Octal | 306 | 215 | 335 | 12 | 44 | 0 | 15 | 433 | 66 | 107 |
| Binary | 11000110 | 10001101 | 11011101 | 1010 | 100100 | 0 | 1101 | 100011011 | 110110 | 1000111 |
Color Harmonies of #C68DDD
Complementary color
Monochromatic Colors of #C68DDD
Black with #C68DDD
Text Example
Text Example
White with #C68DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68DDD; }
p { color: rgb(198,141,221); }
H1.HeaderClassName
{
color: #C68DDD;
}
.AnyTagClassName
{
color: #C68DDD;
}
</style>
background-color css
<style>
a { background-color: #C68DDD; }
a { background-color: rgb(198,141,221); }
div.DivClassName
{
background-color: #C68DDD;
}
.BgClassName
{
background-color: #C68DDD;
}
</style>
border-color css
<style>
span { border-color: #C68DDD; }
span { border-color: rgb(198,141,221); }
td.TdClassName
{
border-color: #C68DDD;
}
.TagClassName
{
border-color: #C68DDD;
}
</style>