Shades of Wisteria #C6A4CF
Tints of Wisteria #C6A4CF
RGB
CMYK
RGB Variations
Color information
#C6A4CF (or 0xC6A4CF) is known color: Wisteria. HEX triplet: C6, A4 and CF. RGB value is (198,164,207). Sum of RGB (Red+Green+Blue) = 198+164+207=569 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.80% from 569); Green value is 164 (64.45% from 255 or 28.82% from 569); Blue value is 207 (81.25% from 255 or 36.38% from 569); Max value from RGB is 207 - color contains mainly: blue. Hex color #C6A4CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6A4CF is #395B30. Grayscale: #B2B2B2. Windows color (decimal): -3758897 or 13608134. OLE color: 13608134.
HSL color Cylindrical-coordinate representation of color #C6A4CF: hue angle of 287.44º 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 #C6A4CF is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 164 | 207 | - |
| CMYK | 0.04 | 0.21 | 0 | 0.19 |
| HSL | 287.44º | 0.31% | 0.73% | - |
| HSV(B) | 287.44º | 0.21% | 0.81% | - |
| XYZ | 47.83 | 43.06 | 64.82 | - |
| YUV | 179.07 | 143.76 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 164 | 207 | 0.04 | 0.21 | 0 | 0.19 | 287.44 | 0.31 | 0.73 |
| Hex | C6 | A4 | CF | 4 | 15 | 0 | 13 | 11F | 1F | 49 |
| Octal | 306 | 244 | 317 | 4 | 25 | 0 | 23 | 437 | 37 | 111 |
| Binary | 11000110 | 10100100 | 11001111 | 100 | 10101 | 0 | 10011 | 100011111 | 11111 | 1001001 |
Color Harmonies of #C6A4CF
Complementary color
Monochromatic Colors of #C6A4CF
Black with #C6A4CF
Text Example
Text Example
White with #C6A4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A4CF; }
p { color: rgb(198,164,207); }
H1.HeaderClassName
{
color: #C6A4CF;
}
.AnyTagClassName
{
color: #C6A4CF;
}
</style>
background-color css
<style>
a { background-color: #C6A4CF; }
a { background-color: rgb(198,164,207); }
div.DivClassName
{
background-color: #C6A4CF;
}
.BgClassName
{
background-color: #C6A4CF;
}
</style>
border-color css
<style>
span { border-color: #C6A4CF; }
span { border-color: rgb(198,164,207); }
td.TdClassName
{
border-color: #C6A4CF;
}
.TagClassName
{
border-color: #C6A4CF;
}
</style>