Shades of Wisteria #C2A2CD
Tints of Wisteria #C2A2CD
RGB
CMYK
RGB Variations
Color information
#C2A2CD (or 0xC2A2CD) is known color: Wisteria. HEX triplet: C2, A2 and CD. RGB value is (194,162,205). Sum of RGB (Red+Green+Blue) = 194+162+205=561 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.58% from 561); Green value is 162 (63.67% from 255 or 28.88% from 561); Blue value is 205 (80.47% from 255 or 36.54% from 561); Max value from RGB is 205 - color contains mainly: blue. Hex color #C2A2CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A2CD is #3D5D32. Grayscale: #B0B0B0. Windows color (decimal): -4021555 or 13476546. OLE color: 13476546.
HSL color Cylindrical-coordinate representation of color #C2A2CD: hue angle of 284.65º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C2A2CD is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 194 | 162 | 205 | - |
CMYK | 0.05 | 0.21 | 0 | 0.20 |
HSL | 284.65º | 0.3% | 0.72% | - |
HSV(B) | 284.65º | 0.21% | 0.8% | - |
XYZ | 46.19 | 41.72 | 63.38 | - |
YUV | 176.47 | 144.1 | 140.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 162 | 205 | 0.05 | 0.21 | 0 | 0.20 | 284.65 | 0.3 | 0.72 |
Hex | C2 | A2 | CD | 5 | 15 | 0 | 14 | 11D | 1E | 48 |
Octal | 302 | 242 | 315 | 5 | 25 | 0 | 24 | 435 | 36 | 110 |
Binary | 11000010 | 10100010 | 11001101 | 101 | 10101 | 0 | 10100 | 100011101 | 11110 | 1001000 |
Color Harmonies of #C2A2CD
Complementary color
Monochromatic Colors of #C2A2CD
Black with #C2A2CD
Text Example
Text Example
White with #C2A2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A2CD; }
p { color: rgb(194,162,205); }
H1.HeaderClassName
{
color: #C2A2CD;
}
.AnyTagClassName
{
color: #C2A2CD;
}
</style>
background-color css
<style>
a { background-color: #C2A2CD; }
a { background-color: rgb(194,162,205); }
div.DivClassName
{
background-color: #C2A2CD;
}
.BgClassName
{
background-color: #C2A2CD;
}
</style>
border-color css
<style>
span { border-color: #C2A2CD; }
span { border-color: rgb(194,162,205); }
td.TdClassName
{
border-color: #C2A2CD;
}
.TagClassName
{
border-color: #C2A2CD;
}
</style>