Shades of Wisteria #C4A4D4
Tints of Wisteria #C4A4D4
RGB
CMYK
RGB Variations
Color information
#C4A4D4 (or 0xC4A4D4) is known color: Wisteria. HEX triplet: C4, A4 and D4. RGB value is (196,164,212). Sum of RGB (Red+Green+Blue) = 196+164+212=572 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.27% from 572); Green value is 164 (64.45% from 255 or 28.67% from 572); Blue value is 212 (83.20% from 255 or 37.06% from 572); Max value from RGB is 212 - color contains mainly: blue. Hex color #C4A4D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4A4D4 is #3B5B2B. Grayscale: #B2B2B2. Windows color (decimal): -3889964 or 13935812. OLE color: 13935812.
HSL color Cylindrical-coordinate representation of color #C4A4D4: hue angle of 280º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C4A4D4 is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 196 | 164 | 212 | - |
| CMYK | 0.08 | 0.23 | 0 | 0.17 |
| HSL | 280º | 0.36% | 0.74% | - |
| HSV(B) | 280º | 0.23% | 0.83% | - |
| XYZ | 47.92 | 43.04 | 68.07 | - |
| YUV | 179.04 | 146.6 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 164 | 212 | 0.08 | 0.23 | 0 | 0.17 | 280 | 0.36 | 0.74 |
| Hex | C4 | A4 | D4 | 8 | 17 | 0 | 11 | 118 | 24 | 4A |
| Octal | 304 | 244 | 324 | 10 | 27 | 0 | 21 | 430 | 44 | 112 |
| Binary | 11000100 | 10100100 | 11010100 | 1000 | 10111 | 0 | 10001 | 100011000 | 100100 | 1001010 |
Color Harmonies of #C4A4D4
Complementary color
Monochromatic Colors of #C4A4D4
Black with #C4A4D4
Text Example
Text Example
White with #C4A4D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A4D4; }
p { color: rgb(196,164,212); }
H1.HeaderClassName
{
color: #C4A4D4;
}
.AnyTagClassName
{
color: #C4A4D4;
}
</style>
background-color css
<style>
a { background-color: #C4A4D4; }
a { background-color: rgb(196,164,212); }
div.DivClassName
{
background-color: #C4A4D4;
}
.BgClassName
{
background-color: #C4A4D4;
}
</style>
border-color css
<style>
span { border-color: #C4A4D4; }
span { border-color: rgb(196,164,212); }
td.TdClassName
{
border-color: #C4A4D4;
}
.TagClassName
{
border-color: #C4A4D4;
}
</style>