Shades of Wisteria #C2A3CF
Tints of Wisteria #C2A3CF
RGB
CMYK
RGB Variations
Color information
#C2A3CF (or 0xC2A3CF) is known color: Wisteria. HEX triplet: C2, A3 and CF. RGB value is (194,163,207). Sum of RGB (Red+Green+Blue) = 194+163+207=564 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.40% from 564); Green value is 163 (64.06% from 255 or 28.90% from 564); Blue value is 207 (81.25% from 255 or 36.70% from 564); Max value from RGB is 207 - color contains mainly: blue. Hex color #C2A3CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A3CF is #3D5C30. Grayscale: #B1B1B1. Windows color (decimal): -4021297 or 13607874. OLE color: 13607874.
HSL color Cylindrical-coordinate representation of color #C2A3CF: hue angle of 282.27º 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 #C2A3CF is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 163 | 207 | - |
| CMYK | 0.06 | 0.21 | 0 | 0.19 |
| HSL | 282.27º | 0.31% | 0.73% | - |
| HSV(B) | 282.27º | 0.21% | 0.81% | - |
| XYZ | 46.61 | 42.17 | 64.71 | - |
| YUV | 177.29 | 144.77 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 163 | 207 | 0.06 | 0.21 | 0 | 0.19 | 282.27 | 0.31 | 0.73 |
| Hex | C2 | A3 | CF | 6 | 15 | 0 | 13 | 11A | 1F | 49 |
| Octal | 302 | 243 | 317 | 6 | 25 | 0 | 23 | 432 | 37 | 111 |
| Binary | 11000010 | 10100011 | 11001111 | 110 | 10101 | 0 | 10011 | 100011010 | 11111 | 1001001 |
Color Harmonies of #C2A3CF
Complementary color
Monochromatic Colors of #C2A3CF
Black with #C2A3CF
Text Example
Text Example
White with #C2A3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A3CF; }
p { color: rgb(194,163,207); }
H1.HeaderClassName
{
color: #C2A3CF;
}
.AnyTagClassName
{
color: #C2A3CF;
}
</style>
background-color css
<style>
a { background-color: #C2A3CF; }
a { background-color: rgb(194,163,207); }
div.DivClassName
{
background-color: #C2A3CF;
}
.BgClassName
{
background-color: #C2A3CF;
}
</style>
border-color css
<style>
span { border-color: #C2A3CF; }
span { border-color: rgb(194,163,207); }
td.TdClassName
{
border-color: #C2A3CF;
}
.TagClassName
{
border-color: #C2A3CF;
}
</style>