Shades of Wisteria #C2A1D2
Tints of Wisteria #C2A1D2
RGB
CMYK
RGB Variations
Color information
#C2A1D2 (or 0xC2A1D2) is known color: Wisteria. HEX triplet: C2, A1 and D2. RGB value is (194,161,210). Sum of RGB (Red+Green+Blue) = 194+161+210=565 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.34% from 565); Green value is 161 (63.28% from 255 or 28.50% from 565); Blue value is 210 (82.42% from 255 or 37.17% from 565); Max value from RGB is 210 - color contains mainly: blue. Hex color #C2A1D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A1D2 is #3D5E2D. Grayscale: #B0B0B0. Windows color (decimal): -4021806 or 13803970. OLE color: 13803970.
HSL color Cylindrical-coordinate representation of color #C2A1D2: hue angle of 280.41º degrees, saturation: 0.35, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2A1D2 is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 161 | 210 | - |
| CMYK | 0.08 | 0.23 | 0 | 0.18 |
| HSL | 280.41º | 0.35% | 0.73% | - |
| HSV(B) | 280.41º | 0.23% | 0.82% | - |
| XYZ | 46.63 | 41.61 | 66.55 | - |
| YUV | 176.45 | 146.93 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 161 | 210 | 0.08 | 0.23 | 0 | 0.18 | 280.41 | 0.35 | 0.73 |
| Hex | C2 | A1 | D2 | 8 | 17 | 0 | 12 | 118 | 23 | 49 |
| Octal | 302 | 241 | 322 | 10 | 27 | 0 | 22 | 430 | 43 | 111 |
| Binary | 11000010 | 10100001 | 11010010 | 1000 | 10111 | 0 | 10010 | 100011000 | 100011 | 1001001 |
Color Harmonies of #C2A1D2
Complementary color
Monochromatic Colors of #C2A1D2
Black with #C2A1D2
Text Example
Text Example
White with #C2A1D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A1D2; }
p { color: rgb(194,161,210); }
H1.HeaderClassName
{
color: #C2A1D2;
}
.AnyTagClassName
{
color: #C2A1D2;
}
</style>
background-color css
<style>
a { background-color: #C2A1D2; }
a { background-color: rgb(194,161,210); }
div.DivClassName
{
background-color: #C2A1D2;
}
.BgClassName
{
background-color: #C2A1D2;
}
</style>
border-color css
<style>
span { border-color: #C2A1D2; }
span { border-color: rgb(194,161,210); }
td.TdClassName
{
border-color: #C2A1D2;
}
.TagClassName
{
border-color: #C2A1D2;
}
</style>