Shades of Wisteria #C6A4D7
Tints of Wisteria #C6A4D7
RGB
CMYK
RGB Variations
Color information
#C6A4D7 (or 0xC6A4D7) is known color: Wisteria. HEX triplet: C6, A4 and D7. RGB value is (198,164,215). Sum of RGB (Red+Green+Blue) = 198+164+215=577 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.32% from 577); Green value is 164 (64.45% from 255 or 28.42% from 577); Blue value is 215 (84.38% from 255 or 37.26% from 577); Max value from RGB is 215 - color contains mainly: blue. Hex color #C6A4D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6A4D7 is #395B28. Grayscale: #B3B3B3. Windows color (decimal): -3758889 or 14132422. OLE color: 14132422.
HSL color Cylindrical-coordinate representation of color #C6A4D7: hue angle of 280º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C6A4D7 is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 198 | 164 | 215 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.16 |
| HSL | 280º | 0.39% | 0.74% | - |
| HSV(B) | 280º | 0.24% | 0.84% | - |
| XYZ | 48.83 | 43.46 | 70.11 | - |
| YUV | 179.98 | 147.76 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 164 | 215 | 0.08 | 0.24 | 0 | 0.16 | 280 | 0.39 | 0.74 |
| Hex | C6 | A4 | D7 | 8 | 18 | 0 | 10 | 118 | 27 | 4A |
| Octal | 306 | 244 | 327 | 10 | 30 | 0 | 20 | 430 | 47 | 112 |
| Binary | 11000110 | 10100100 | 11010111 | 1000 | 11000 | 0 | 10000 | 100011000 | 100111 | 1001010 |
Color Harmonies of #C6A4D7
Complementary color
Monochromatic Colors of #C6A4D7
Black with #C6A4D7
Text Example
Text Example
White with #C6A4D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A4D7; }
p { color: rgb(198,164,215); }
H1.HeaderClassName
{
color: #C6A4D7;
}
.AnyTagClassName
{
color: #C6A4D7;
}
</style>
background-color css
<style>
a { background-color: #C6A4D7; }
a { background-color: rgb(198,164,215); }
div.DivClassName
{
background-color: #C6A4D7;
}
.BgClassName
{
background-color: #C6A4D7;
}
</style>
border-color css
<style>
span { border-color: #C6A4D7; }
span { border-color: rgb(198,164,215); }
td.TdClassName
{
border-color: #C6A4D7;
}
.TagClassName
{
border-color: #C6A4D7;
}
</style>