Shades of Wisteria #C6A6CF
Tints of Wisteria #C6A6CF
RGB
CMYK
RGB Variations
Color information
#C6A6CF (or 0xC6A6CF) is known color: Wisteria. HEX triplet: C6, A6 and CF. RGB value is (198,166,207). Sum of RGB (Red+Green+Blue) = 198+166+207=571 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.68% from 571); Green value is 166 (65.23% from 255 or 29.07% from 571); Blue value is 207 (81.25% from 255 or 36.25% from 571); Max value from RGB is 207 - color contains mainly: blue. Hex color #C6A6CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6A6CF is #395930. Grayscale: #B4B4B4. Windows color (decimal): -3758385 or 13608646. OLE color: 13608646.
HSL color Cylindrical-coordinate representation of color #C6A6CF: hue angle of 286.83º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C6A6CF is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 166 | 207 | - |
| CMYK | 0.04 | 0.20 | 0 | 0.19 |
| HSL | 286.83º | 0.3% | 0.73% | - |
| HSV(B) | 286.83º | 0.2% | 0.81% | - |
| XYZ | 48.19 | 43.78 | 64.94 | - |
| YUV | 180.24 | 143.1 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 166 | 207 | 0.04 | 0.20 | 0 | 0.19 | 286.83 | 0.3 | 0.73 |
| Hex | C6 | A6 | CF | 4 | 14 | 0 | 13 | 11F | 1E | 49 |
| Octal | 306 | 246 | 317 | 4 | 24 | 0 | 23 | 437 | 36 | 111 |
| Binary | 11000110 | 10100110 | 11001111 | 100 | 10100 | 0 | 10011 | 100011111 | 11110 | 1001001 |
Color Harmonies of #C6A6CF
Complementary color
Monochromatic Colors of #C6A6CF
Black with #C6A6CF
Text Example
Text Example
White with #C6A6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A6CF; }
p { color: rgb(198,166,207); }
H1.HeaderClassName
{
color: #C6A6CF;
}
.AnyTagClassName
{
color: #C6A6CF;
}
</style>
background-color css
<style>
a { background-color: #C6A6CF; }
a { background-color: rgb(198,166,207); }
div.DivClassName
{
background-color: #C6A6CF;
}
.BgClassName
{
background-color: #C6A6CF;
}
</style>
border-color css
<style>
span { border-color: #C6A6CF; }
span { border-color: rgb(198,166,207); }
td.TdClassName
{
border-color: #C6A6CF;
}
.TagClassName
{
border-color: #C6A6CF;
}
</style>