Shades of Wisteria #C8A2DC
Tints of Wisteria #C8A2DC
RGB
CMYK
RGB Variations
Color information
#C8A2DC (or 0xC8A2DC) is known color: Wisteria. HEX triplet: C8, A2 and DC. RGB value is (200,162,220). Sum of RGB (Red+Green+Blue) = 200+162+220=582 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.36% from 582); Green value is 162 (63.67% from 255 or 27.84% from 582); Blue value is 220 (86.33% from 255 or 37.80% from 582); Max value from RGB is 220 - color contains mainly: blue. Hex color #C8A2DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A2DC is #375D23. Grayscale: #B3B3B3. Windows color (decimal): -3628324 or 14459592. OLE color: 14459592.
HSL color Cylindrical-coordinate representation of color #C8A2DC: hue angle of 279.31º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C8A2DC is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 162 | 220 | - |
| CMYK | 0.09 | 0.26 | 0 | 0.14 |
| HSL | 279.31º | 0.45% | 0.75% | - |
| HSV(B) | 279.31º | 0.26% | 0.86% | - |
| XYZ | 49.66 | 43.29 | 73.45 | - |
| YUV | 179.97 | 150.59 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 162 | 220 | 0.09 | 0.26 | 0 | 0.14 | 279.31 | 0.45 | 0.75 |
| Hex | C8 | A2 | DC | 9 | 1A | 0 | E | 117 | 2D | 4B |
| Octal | 310 | 242 | 334 | 11 | 32 | 0 | 16 | 427 | 55 | 113 |
| Binary | 11001000 | 10100010 | 11011100 | 1001 | 11010 | 0 | 1110 | 100010111 | 101101 | 1001011 |
Color Harmonies of #C8A2DC
Complementary color
Monochromatic Colors of #C8A2DC
Black with #C8A2DC
Text Example
Text Example
White with #C8A2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A2DC; }
p { color: rgb(200,162,220); }
H1.HeaderClassName
{
color: #C8A2DC;
}
.AnyTagClassName
{
color: #C8A2DC;
}
</style>
background-color css
<style>
a { background-color: #C8A2DC; }
a { background-color: rgb(200,162,220); }
div.DivClassName
{
background-color: #C8A2DC;
}
.BgClassName
{
background-color: #C8A2DC;
}
</style>
border-color css
<style>
span { border-color: #C8A2DC; }
span { border-color: rgb(200,162,220); }
td.TdClassName
{
border-color: #C8A2DC;
}
.TagClassName
{
border-color: #C8A2DC;
}
</style>