Shades of Wisteria #C4A4D2
Tints of Wisteria #C4A4D2
RGB
CMYK
RGB Variations
Color information
#C4A4D2 (or 0xC4A4D2) is known color: Wisteria. HEX triplet: C4, A4 and D2. RGB value is (196,164,210). Sum of RGB (Red+Green+Blue) = 196+164+210=570 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.39% from 570); Green value is 164 (64.45% from 255 or 28.77% from 570); Blue value is 210 (82.42% from 255 or 36.84% from 570); Max value from RGB is 210 - color contains mainly: blue. Hex color #C4A4D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4A4D2 is #3B5B2D. Grayscale: #B2B2B2. Windows color (decimal): -3889966 or 13804740. OLE color: 13804740.
HSL color Cylindrical-coordinate representation of color #C4A4D2: hue angle of 281.74º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C4A4D2 is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 164 | 210 | - |
| CMYK | 0.07 | 0.22 | 0 | 0.18 |
| HSL | 281.74º | 0.34% | 0.73% | - |
| HSV(B) | 281.74º | 0.22% | 0.82% | - |
| XYZ | 47.67 | 42.94 | 66.75 | - |
| YUV | 178.81 | 145.6 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 164 | 210 | 0.07 | 0.22 | 0 | 0.18 | 281.74 | 0.34 | 0.73 |
| Hex | C4 | A4 | D2 | 7 | 16 | 0 | 12 | 11A | 22 | 49 |
| Octal | 304 | 244 | 322 | 7 | 26 | 0 | 22 | 432 | 42 | 111 |
| Binary | 11000100 | 10100100 | 11010010 | 111 | 10110 | 0 | 10010 | 100011010 | 100010 | 1001001 |
Color Harmonies of #C4A4D2
Complementary color
Monochromatic Colors of #C4A4D2
Black with #C4A4D2
Text Example
Text Example
White with #C4A4D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A4D2; }
p { color: rgb(196,164,210); }
H1.HeaderClassName
{
color: #C4A4D2;
}
.AnyTagClassName
{
color: #C4A4D2;
}
</style>
background-color css
<style>
a { background-color: #C4A4D2; }
a { background-color: rgb(196,164,210); }
div.DivClassName
{
background-color: #C4A4D2;
}
.BgClassName
{
background-color: #C4A4D2;
}
</style>
border-color css
<style>
span { border-color: #C4A4D2; }
span { border-color: rgb(196,164,210); }
td.TdClassName
{
border-color: #C4A4D2;
}
.TagClassName
{
border-color: #C4A4D2;
}
</style>