Shades of Wisteria #C2A2D0
Tints of Wisteria #C2A2D0
RGB
CMYK
RGB Variations
Color information
#C2A2D0 (or 0xC2A2D0) is known color: Wisteria. HEX triplet: C2, A2 and D0. RGB value is (194,162,208). Sum of RGB (Red+Green+Blue) = 194+162+208=564 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.40% from 564); Green value is 162 (63.67% from 255 or 28.72% from 564); Blue value is 208 (81.64% from 255 or 36.88% from 564); Max value from RGB is 208 - color contains mainly: blue. Hex color #C2A2D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A2D0 is #3D5D2F. Grayscale: #B0B0B0. Windows color (decimal): -4021552 or 13673154. OLE color: 13673154.
HSL color Cylindrical-coordinate representation of color #C2A2D0: hue angle of 281.74º degrees, saturation: 0.33, 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 #C2A2D0 is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 162 | 208 | - |
| CMYK | 0.07 | 0.22 | 0 | 0.18 |
| HSL | 281.74º | 0.33% | 0.73% | - |
| HSV(B) | 281.74º | 0.22% | 0.82% | - |
| XYZ | 46.55 | 41.86 | 65.3 | - |
| YUV | 176.81 | 145.6 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 162 | 208 | 0.07 | 0.22 | 0 | 0.18 | 281.74 | 0.33 | 0.73 |
| Hex | C2 | A2 | D0 | 7 | 16 | 0 | 12 | 11A | 21 | 49 |
| Octal | 302 | 242 | 320 | 7 | 26 | 0 | 22 | 432 | 41 | 111 |
| Binary | 11000010 | 10100010 | 11010000 | 111 | 10110 | 0 | 10010 | 100011010 | 100001 | 1001001 |
Color Harmonies of #C2A2D0
Complementary color
Monochromatic Colors of #C2A2D0
Black with #C2A2D0
Text Example
Text Example
White with #C2A2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A2D0; }
p { color: rgb(194,162,208); }
H1.HeaderClassName
{
color: #C2A2D0;
}
.AnyTagClassName
{
color: #C2A2D0;
}
</style>
background-color css
<style>
a { background-color: #C2A2D0; }
a { background-color: rgb(194,162,208); }
div.DivClassName
{
background-color: #C2A2D0;
}
.BgClassName
{
background-color: #C2A2D0;
}
</style>
border-color css
<style>
span { border-color: #C2A2D0; }
span { border-color: rgb(194,162,208); }
td.TdClassName
{
border-color: #C2A2D0;
}
.TagClassName
{
border-color: #C2A2D0;
}
</style>