Shades of Wisteria #C2A4D0
Tints of Wisteria #C2A4D0
RGB
CMYK
RGB Variations
Color information
#C2A4D0 (or 0xC2A4D0) is known color: Wisteria. HEX triplet: C2, A4 and D0. RGB value is (194,164,208). Sum of RGB (Red+Green+Blue) = 194+164+208=566 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.28% from 566); Green value is 164 (64.45% from 255 or 28.98% from 566); Blue value is 208 (81.64% from 255 or 36.75% from 566); Max value from RGB is 208 - color contains mainly: blue. Hex color #C2A4D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A4D0 is #3D5B2F. Grayscale: #B1B1B1. Windows color (decimal): -4021040 or 13673666. OLE color: 13673666.
HSL color Cylindrical-coordinate representation of color #C2A4D0: hue angle of 280.91º degrees, saturation: 0.32, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C2A4D0 is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 164 | 208 | - |
| CMYK | 0.07 | 0.21 | 0 | 0.18 |
| HSL | 280.91º | 0.32% | 0.73% | - |
| HSV(B) | 280.91º | 0.21% | 0.82% | - |
| XYZ | 46.91 | 42.57 | 65.42 | - |
| YUV | 177.99 | 144.94 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 164 | 208 | 0.07 | 0.21 | 0 | 0.18 | 280.91 | 0.32 | 0.73 |
| Hex | C2 | A4 | D0 | 7 | 15 | 0 | 12 | 119 | 20 | 49 |
| Octal | 302 | 244 | 320 | 7 | 25 | 0 | 22 | 431 | 40 | 111 |
| Binary | 11000010 | 10100100 | 11010000 | 111 | 10101 | 0 | 10010 | 100011001 | 100000 | 1001001 |
Color Harmonies of #C2A4D0
Complementary color
Monochromatic Colors of #C2A4D0
Black with #C2A4D0
Text Example
Text Example
White with #C2A4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A4D0; }
p { color: rgb(194,164,208); }
H1.HeaderClassName
{
color: #C2A4D0;
}
.AnyTagClassName
{
color: #C2A4D0;
}
</style>
background-color css
<style>
a { background-color: #C2A4D0; }
a { background-color: rgb(194,164,208); }
div.DivClassName
{
background-color: #C2A4D0;
}
.BgClassName
{
background-color: #C2A4D0;
}
</style>
border-color css
<style>
span { border-color: #C2A4D0; }
span { border-color: rgb(194,164,208); }
td.TdClassName
{
border-color: #C2A4D0;
}
.TagClassName
{
border-color: #C2A4D0;
}
</style>