Shades of Wisteria #C6A5D6
Tints of Wisteria #C6A5D6
RGB
CMYK
RGB Variations
Color information
#C6A5D6 (or 0xC6A5D6) is known color: Wisteria. HEX triplet: C6, A5 and D6. RGB value is (198,165,214). Sum of RGB (Red+Green+Blue) = 198+165+214=577 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.32% from 577); Green value is 165 (64.84% from 255 or 28.60% from 577); Blue value is 214 (83.98% from 255 or 37.09% from 577); Max value from RGB is 214 - color contains mainly: blue. Hex color #C6A5D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6A5D6 is #395A29. Grayscale: #B4B4B4. Windows color (decimal): -3758634 or 14067142. OLE color: 14067142.
HSL color Cylindrical-coordinate representation of color #C6A5D6: hue angle of 280.41º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C6A5D6 is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 198 | 165 | 214 | - |
| CMYK | 0.07 | 0.23 | 0 | 0.16 |
| HSL | 280.41º | 0.37% | 0.74% | - |
| HSV(B) | 280.41º | 0.23% | 0.84% | - |
| XYZ | 48.88 | 43.77 | 69.49 | - |
| YUV | 180.45 | 146.93 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 165 | 214 | 0.07 | 0.23 | 0 | 0.16 | 280.41 | 0.37 | 0.74 |
| Hex | C6 | A5 | D6 | 7 | 17 | 0 | 10 | 118 | 25 | 4A |
| Octal | 306 | 245 | 326 | 7 | 27 | 0 | 20 | 430 | 45 | 112 |
| Binary | 11000110 | 10100101 | 11010110 | 111 | 10111 | 0 | 10000 | 100011000 | 100101 | 1001010 |
Color Harmonies of #C6A5D6
Complementary color
Monochromatic Colors of #C6A5D6
Black with #C6A5D6
Text Example
Text Example
White with #C6A5D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A5D6; }
p { color: rgb(198,165,214); }
H1.HeaderClassName
{
color: #C6A5D6;
}
.AnyTagClassName
{
color: #C6A5D6;
}
</style>
background-color css
<style>
a { background-color: #C6A5D6; }
a { background-color: rgb(198,165,214); }
div.DivClassName
{
background-color: #C6A5D6;
}
.BgClassName
{
background-color: #C6A5D6;
}
</style>
border-color css
<style>
span { border-color: #C6A5D6; }
span { border-color: rgb(198,165,214); }
td.TdClassName
{
border-color: #C6A5D6;
}
.TagClassName
{
border-color: #C6A5D6;
}
</style>