Shades of Wisteria #C68DD6
Tints of Wisteria #C68DD6
RGB
CMYK
RGB Variations
Color information
#C68DD6 (or 0xC68DD6) is known color: Wisteria. HEX triplet: C6, 8D and D6. RGB value is (198,141,214). Sum of RGB (Red+Green+Blue) = 198+141+214=553 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.80% from 553); Green value is 141 (55.47% from 255 or 25.50% from 553); Blue value is 214 (83.98% from 255 or 38.70% from 553); Max value from RGB is 214 - color contains mainly: blue. Hex color #C68DD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68DD6 is #397229. Grayscale: #A6A6A6. Windows color (decimal): -3764778 or 14060998. OLE color: 14060998.
HSL color Cylindrical-coordinate representation of color #C68DD6: hue angle of 286.85º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C68DD6 is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 198 | 141 | 214 | - |
| CMYK | 0.07 | 0.34 | 0 | 0.16 |
| HSL | 286.85º | 0.47% | 0.7% | - |
| HSV(B) | 286.85º | 0.34% | 0.84% | - |
| XYZ | 44.95 | 35.91 | 68.18 | - |
| YUV | 166.37 | 154.88 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 141 | 214 | 0.07 | 0.34 | 0 | 0.16 | 286.85 | 0.47 | 0.7 |
| Hex | C6 | 8D | D6 | 7 | 22 | 0 | 10 | 11F | 2F | 46 |
| Octal | 306 | 215 | 326 | 7 | 42 | 0 | 20 | 437 | 57 | 106 |
| Binary | 11000110 | 10001101 | 11010110 | 111 | 100010 | 0 | 10000 | 100011111 | 101111 | 1000110 |
Color Harmonies of #C68DD6
Complementary color
Monochromatic Colors of #C68DD6
Black with #C68DD6
Text Example
Text Example
White with #C68DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68DD6; }
p { color: rgb(198,141,214); }
H1.HeaderClassName
{
color: #C68DD6;
}
.AnyTagClassName
{
color: #C68DD6;
}
</style>
background-color css
<style>
a { background-color: #C68DD6; }
a { background-color: rgb(198,141,214); }
div.DivClassName
{
background-color: #C68DD6;
}
.BgClassName
{
background-color: #C68DD6;
}
</style>
border-color css
<style>
span { border-color: #C68DD6; }
span { border-color: rgb(198,141,214); }
td.TdClassName
{
border-color: #C68DD6;
}
.TagClassName
{
border-color: #C68DD6;
}
</style>