Shades of Wisteria #C688DD
Tints of Wisteria #C688DD
RGB
CMYK
RGB Variations
Color information
#C688DD (or 0xC688DD) is known color: Wisteria. HEX triplet: C6, 88 and DD. RGB value is (198,136,221). Sum of RGB (Red+Green+Blue) = 198+136+221=555 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.68% from 555); Green value is 136 (53.52% from 255 or 24.50% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 221 - color contains mainly: blue. Hex color #C688DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C688DD is #397722. Grayscale: #A3A3A3. Windows color (decimal): -3766051 or 14518470. OLE color: 14518470.
HSL color Cylindrical-coordinate representation of color #C688DD: hue angle of 283.76º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C688DD is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 136 | 221 | - |
| CMYK | 0.10 | 0.38 | 0 | 0.13 |
| HSL | 283.76º | 0.56% | 0.7% | - |
| HSV(B) | 283.76º | 0.38% | 0.87% | - |
| XYZ | 45.14 | 34.83 | 72.75 | - |
| YUV | 164.23 | 160.04 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 136 | 221 | 0.10 | 0.38 | 0 | 0.13 | 283.76 | 0.56 | 0.7 |
| Hex | C6 | 88 | DD | A | 26 | 0 | D | 11C | 38 | 46 |
| Octal | 306 | 210 | 335 | 12 | 46 | 0 | 15 | 434 | 70 | 106 |
| Binary | 11000110 | 10001000 | 11011101 | 1010 | 100110 | 0 | 1101 | 100011100 | 111000 | 1000110 |
Color Harmonies of #C688DD
Complementary color
Monochromatic Colors of #C688DD
Black with #C688DD
Text Example
Text Example
White with #C688DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C688DD; }
p { color: rgb(198,136,221); }
H1.HeaderClassName
{
color: #C688DD;
}
.AnyTagClassName
{
color: #C688DD;
}
</style>
background-color css
<style>
a { background-color: #C688DD; }
a { background-color: rgb(198,136,221); }
div.DivClassName
{
background-color: #C688DD;
}
.BgClassName
{
background-color: #C688DD;
}
</style>
border-color css
<style>
span { border-color: #C688DD; }
span { border-color: rgb(198,136,221); }
td.TdClassName
{
border-color: #C688DD;
}
.TagClassName
{
border-color: #C688DD;
}
</style>