Shades of Wisteria #C2A4CF
Tints of Wisteria #C2A4CF
RGB
CMYK
RGB Variations
Color information
#C2A4CF (or 0xC2A4CF) is known color: Wisteria. HEX triplet: C2, A4 and CF. RGB value is (194,164,207). Sum of RGB (Red+Green+Blue) = 194+164+207=565 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.34% from 565); Green value is 164 (64.45% from 255 or 29.03% from 565); Blue value is 207 (81.25% from 255 or 36.64% from 565); Max value from RGB is 207 - color contains mainly: blue. Hex color #C2A4CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A4CF is #3D5B30. Grayscale: #B1B1B1. Windows color (decimal): -4021041 or 13608130. OLE color: 13608130.
HSL color Cylindrical-coordinate representation of color #C2A4CF: hue angle of 281.86º 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 #C2A4CF is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 164 | 207 | - |
| CMYK | 0.06 | 0.21 | 0 | 0.19 |
| HSL | 281.86º | 0.31% | 0.73% | - |
| HSV(B) | 281.86º | 0.21% | 0.81% | - |
| XYZ | 46.79 | 42.53 | 64.77 | - |
| YUV | 177.87 | 144.44 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 164 | 207 | 0.06 | 0.21 | 0 | 0.19 | 281.86 | 0.31 | 0.73 |
| Hex | C2 | A4 | CF | 6 | 15 | 0 | 13 | 11A | 1F | 49 |
| Octal | 302 | 244 | 317 | 6 | 25 | 0 | 23 | 432 | 37 | 111 |
| Binary | 11000010 | 10100100 | 11001111 | 110 | 10101 | 0 | 10011 | 100011010 | 11111 | 1001001 |
Color Harmonies of #C2A4CF
Complementary color
Monochromatic Colors of #C2A4CF
Black with #C2A4CF
Text Example
Text Example
White with #C2A4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A4CF; }
p { color: rgb(194,164,207); }
H1.HeaderClassName
{
color: #C2A4CF;
}
.AnyTagClassName
{
color: #C2A4CF;
}
</style>
background-color css
<style>
a { background-color: #C2A4CF; }
a { background-color: rgb(194,164,207); }
div.DivClassName
{
background-color: #C2A4CF;
}
.BgClassName
{
background-color: #C2A4CF;
}
</style>
border-color css
<style>
span { border-color: #C2A4CF; }
span { border-color: rgb(194,164,207); }
td.TdClassName
{
border-color: #C2A4CF;
}
.TagClassName
{
border-color: #C2A4CF;
}
</style>