Shades of Wisteria #C6A3DD
Tints of Wisteria #C6A3DD
RGB
CMYK
RGB Variations
Color information
#C6A3DD (or 0xC6A3DD) is known color: Wisteria. HEX triplet: C6, A3 and DD. RGB value is (198,163,221). Sum of RGB (Red+Green+Blue) = 198+163+221=582 (77% of max value = 765). Red value is 198 (77.73% from 255 or 34.02% from 582); Green value is 163 (64.06% from 255 or 28.01% from 582); Blue value is 221 (86.72% from 255 or 37.97% from 582); Max value from RGB is 221 - color contains mainly: blue. Hex color #C6A3DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6A3DD is #395C22. Grayscale: #B3B3B3. Windows color (decimal): -3759139 or 14525382. OLE color: 14525382.
HSL color Cylindrical-coordinate representation of color #C6A3DD: hue angle of 276.21º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C6A3DD is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 163 | 221 | - |
| CMYK | 0.10 | 0.26 | 0 | 0.13 |
| HSL | 276.21º | 0.46% | 0.75% | - |
| HSV(B) | 276.21º | 0.26% | 0.87% | - |
| XYZ | 49.44 | 43.42 | 74.18 | - |
| YUV | 180.08 | 151.1 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 163 | 221 | 0.10 | 0.26 | 0 | 0.13 | 276.21 | 0.46 | 0.75 |
| Hex | C6 | A3 | DD | A | 1A | 0 | D | 114 | 2E | 4B |
| Octal | 306 | 243 | 335 | 12 | 32 | 0 | 15 | 424 | 56 | 113 |
| Binary | 11000110 | 10100011 | 11011101 | 1010 | 11010 | 0 | 1101 | 100010100 | 101110 | 1001011 |
Color Harmonies of #C6A3DD
Complementary color
Monochromatic Colors of #C6A3DD
Black with #C6A3DD
Text Example
Text Example
White with #C6A3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A3DD; }
p { color: rgb(198,163,221); }
H1.HeaderClassName
{
color: #C6A3DD;
}
.AnyTagClassName
{
color: #C6A3DD;
}
</style>
background-color css
<style>
a { background-color: #C6A3DD; }
a { background-color: rgb(198,163,221); }
div.DivClassName
{
background-color: #C6A3DD;
}
.BgClassName
{
background-color: #C6A3DD;
}
</style>
border-color css
<style>
span { border-color: #C6A3DD; }
span { border-color: rgb(198,163,221); }
td.TdClassName
{
border-color: #C6A3DD;
}
.TagClassName
{
border-color: #C6A3DD;
}
</style>