Shades of Wisteria #C0A2CD
Tints of Wisteria #C0A2CD
RGB
CMYK
RGB Variations
Color information
#C0A2CD (or 0xC0A2CD) is known color: Wisteria. HEX triplet: C0, A2 and CD. RGB value is (192,162,205). Sum of RGB (Red+Green+Blue) = 192+162+205=559 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.35% from 559); Green value is 162 (63.67% from 255 or 28.98% from 559); Blue value is 205 (80.47% from 255 or 36.67% from 559); Max value from RGB is 205 - color contains mainly: blue. Hex color #C0A2CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A2CD is #3F5D32. Grayscale: #AFAFAF. Windows color (decimal): -4152627 or 13476544. OLE color: 13476544.
HSL color Cylindrical-coordinate representation of color #C0A2CD: hue angle of 281.86º 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 #C0A2CD is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 192 | 162 | 205 | - |
CMYK | 0.06 | 0.21 | 0 | 0.20 |
HSL | 281.86º | 0.3% | 0.72% | - |
HSV(B) | 281.86º | 0.21% | 0.8% | - |
XYZ | 45.68 | 41.45 | 63.35 | - |
YUV | 175.87 | 144.44 | 139.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 162 | 205 | 0.06 | 0.21 | 0 | 0.20 | 281.86 | 0.3 | 0.72 |
Hex | C0 | A2 | CD | 6 | 15 | 0 | 14 | 11A | 1E | 48 |
Octal | 300 | 242 | 315 | 6 | 25 | 0 | 24 | 432 | 36 | 110 |
Binary | 11000000 | 10100010 | 11001101 | 110 | 10101 | 0 | 10100 | 100011010 | 11110 | 1001000 |
Color Harmonies of #C0A2CD
Complementary color
Monochromatic Colors of #C0A2CD
Black with #C0A2CD
Text Example
Text Example
White with #C0A2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A2CD; }
p { color: rgb(192,162,205); }
H1.HeaderClassName
{
color: #C0A2CD;
}
.AnyTagClassName
{
color: #C0A2CD;
}
</style>
background-color css
<style>
a { background-color: #C0A2CD; }
a { background-color: rgb(192,162,205); }
div.DivClassName
{
background-color: #C0A2CD;
}
.BgClassName
{
background-color: #C0A2CD;
}
</style>
border-color css
<style>
span { border-color: #C0A2CD; }
span { border-color: rgb(192,162,205); }
td.TdClassName
{
border-color: #C0A2CD;
}
.TagClassName
{
border-color: #C0A2CD;
}
</style>