Shades of Wisteria #C3A2CF
Tints of Wisteria #C3A2CF
RGB
CMYK
RGB Variations
Color information
#C3A2CF (or 0xC3A2CF) is known color: Wisteria. HEX triplet: C3, A2 and CF. RGB value is (195,162,207). Sum of RGB (Red+Green+Blue) = 195+162+207=564 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.57% from 564); Green value is 162 (63.67% from 255 or 28.72% 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 #C3A2CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3A2CF is #3C5D30. Grayscale: #B0B0B0. Windows color (decimal): -3956017 or 13607619. OLE color: 13607619.
HSL color Cylindrical-coordinate representation of color #C3A2CF: hue angle of 284º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C3A2CF is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 162 | 207 | - |
| CMYK | 0.06 | 0.22 | 0 | 0.19 |
| HSL | 284º | 0.32% | 0.72% | - |
| HSV(B) | 284º | 0.22% | 0.81% | - |
| XYZ | 46.69 | 41.95 | 64.67 | - |
| YUV | 177 | 144.93 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 162 | 207 | 0.06 | 0.22 | 0 | 0.19 | 284 | 0.32 | 0.72 |
| Hex | C3 | A2 | CF | 6 | 16 | 0 | 13 | 11C | 20 | 48 |
| Octal | 303 | 242 | 317 | 6 | 26 | 0 | 23 | 434 | 40 | 110 |
| Binary | 11000011 | 10100010 | 11001111 | 110 | 10110 | 0 | 10011 | 100011100 | 100000 | 1001000 |
Color Harmonies of #C3A2CF
Complementary color
Monochromatic Colors of #C3A2CF
Black with #C3A2CF
Text Example
Text Example
White with #C3A2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A2CF; }
p { color: rgb(195,162,207); }
H1.HeaderClassName
{
color: #C3A2CF;
}
.AnyTagClassName
{
color: #C3A2CF;
}
</style>
background-color css
<style>
a { background-color: #C3A2CF; }
a { background-color: rgb(195,162,207); }
div.DivClassName
{
background-color: #C3A2CF;
}
.BgClassName
{
background-color: #C3A2CF;
}
</style>
border-color css
<style>
span { border-color: #C3A2CF; }
span { border-color: rgb(195,162,207); }
td.TdClassName
{
border-color: #C3A2CF;
}
.TagClassName
{
border-color: #C3A2CF;
}
</style>