Shades of Wisteria #C6A3CF
Tints of Wisteria #C6A3CF
RGB
CMYK
RGB Variations
Color information
#C6A3CF (or 0xC6A3CF) is known color: Wisteria. HEX triplet: C6, A3 and CF. RGB value is (198,163,207). Sum of RGB (Red+Green+Blue) = 198+163+207=568 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.86% from 568); Green value is 163 (64.06% from 255 or 28.70% from 568); Blue value is 207 (81.25% from 255 or 36.44% from 568); Max value from RGB is 207 - color contains mainly: blue. Hex color #C6A3CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6A3CF is #395C30. Grayscale: #B2B2B2. Windows color (decimal): -3759153 or 13607878. OLE color: 13607878.
HSL color Cylindrical-coordinate representation of color #C6A3CF: hue angle of 287.73º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C6A3CF is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 163 | 207 | - |
| CMYK | 0.04 | 0.21 | 0 | 0.19 |
| HSL | 287.73º | 0.31% | 0.73% | - |
| HSV(B) | 287.73º | 0.21% | 0.81% | - |
| XYZ | 47.65 | 42.71 | 64.76 | - |
| YUV | 178.48 | 144.1 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 163 | 207 | 0.04 | 0.21 | 0 | 0.19 | 287.73 | 0.31 | 0.73 |
| Hex | C6 | A3 | CF | 4 | 15 | 0 | 13 | 120 | 1F | 49 |
| Octal | 306 | 243 | 317 | 4 | 25 | 0 | 23 | 440 | 37 | 111 |
| Binary | 11000110 | 10100011 | 11001111 | 100 | 10101 | 0 | 10011 | 100100000 | 11111 | 1001001 |
Color Harmonies of #C6A3CF
Complementary color
Monochromatic Colors of #C6A3CF
Black with #C6A3CF
Text Example
Text Example
White with #C6A3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A3CF; }
p { color: rgb(198,163,207); }
H1.HeaderClassName
{
color: #C6A3CF;
}
.AnyTagClassName
{
color: #C6A3CF;
}
</style>
background-color css
<style>
a { background-color: #C6A3CF; }
a { background-color: rgb(198,163,207); }
div.DivClassName
{
background-color: #C6A3CF;
}
.BgClassName
{
background-color: #C6A3CF;
}
</style>
border-color css
<style>
span { border-color: #C6A3CF; }
span { border-color: rgb(198,163,207); }
td.TdClassName
{
border-color: #C6A3CF;
}
.TagClassName
{
border-color: #C6A3CF;
}
</style>