Shades of Wisteria #C2A2D6
Tints of Wisteria #C2A2D6
RGB
CMYK
RGB Variations
Color information
#C2A2D6 (or 0xC2A2D6) is known color: Wisteria. HEX triplet: C2, A2 and D6. RGB value is (194,162,214). Sum of RGB (Red+Green+Blue) = 194+162+214=570 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.04% from 570); Green value is 162 (63.67% from 255 or 28.42% from 570); Blue value is 214 (83.98% from 255 or 37.54% from 570); Max value from RGB is 214 - color contains mainly: blue. Hex color #C2A2D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A2D6 is #3D5D29. Grayscale: #B1B1B1. Windows color (decimal): -4021546 or 14066370. OLE color: 14066370.
HSL color Cylindrical-coordinate representation of color #C2A2D6: hue angle of 276.92º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2A2D6 is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 194 | 162 | 214 | - |
CMYK | 0.09 | 0.24 | 0 | 0.16 |
HSL | 276.92º | 0.39% | 0.74% | - |
HSV(B) | 276.92º | 0.24% | 0.84% | - |
XYZ | 47.31 | 42.17 | 69.26 | - |
YUV | 177.5 | 148.6 | 139.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 162 | 214 | 0.09 | 0.24 | 0 | 0.16 | 276.92 | 0.39 | 0.74 |
Hex | C2 | A2 | D6 | 9 | 18 | 0 | 10 | 115 | 27 | 4A |
Octal | 302 | 242 | 326 | 11 | 30 | 0 | 20 | 425 | 47 | 112 |
Binary | 11000010 | 10100010 | 11010110 | 1001 | 11000 | 0 | 10000 | 100010101 | 100111 | 1001010 |
Color Harmonies of #C2A2D6
Complementary color
Monochromatic Colors of #C2A2D6
Black with #C2A2D6
Text Example
Text Example
White with #C2A2D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A2D6; }
p { color: rgb(194,162,214); }
H1.HeaderClassName
{
color: #C2A2D6;
}
.AnyTagClassName
{
color: #C2A2D6;
}
</style>
background-color css
<style>
a { background-color: #C2A2D6; }
a { background-color: rgb(194,162,214); }
div.DivClassName
{
background-color: #C2A2D6;
}
.BgClassName
{
background-color: #C2A2D6;
}
</style>
border-color css
<style>
span { border-color: #C2A2D6; }
span { border-color: rgb(194,162,214); }
td.TdClassName
{
border-color: #C2A2D6;
}
.TagClassName
{
border-color: #C2A2D6;
}
</style>