Shades of Wisteria #C8A2D1
Tints of Wisteria #C8A2D1
RGB
CMYK
RGB Variations
Color information
#C8A2D1 (or 0xC8A2D1) is known color: Wisteria. HEX triplet: C8, A2 and D1. RGB value is (200,162,209). Sum of RGB (Red+Green+Blue) = 200+162+209=571 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.03% from 571); Green value is 162 (63.67% from 255 or 28.37% from 571); Blue value is 209 (82.03% from 255 or 36.60% from 571); Max value from RGB is 209 - color contains mainly: blue. Hex color #C8A2D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A2D1 is #375D2E. Grayscale: #B2B2B2. Windows color (decimal): -3628335 or 13738696. OLE color: 13738696.
HSL color Cylindrical-coordinate representation of color #C8A2D1: hue angle of 288.51º degrees, saturation: 0.34, 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 #C8A2D1 is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 162 | 209 | - |
| CMYK | 0.04 | 0.22 | 0 | 0.18 |
| HSL | 288.51º | 0.34% | 0.73% | - |
| HSV(B) | 288.51º | 0.22% | 0.82% | - |
| XYZ | 48.25 | 42.72 | 66.03 | - |
| YUV | 178.72 | 145.09 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 162 | 209 | 0.04 | 0.22 | 0 | 0.18 | 288.51 | 0.34 | 0.73 |
| Hex | C8 | A2 | D1 | 4 | 16 | 0 | 12 | 121 | 22 | 49 |
| Octal | 310 | 242 | 321 | 4 | 26 | 0 | 22 | 441 | 42 | 111 |
| Binary | 11001000 | 10100010 | 11010001 | 100 | 10110 | 0 | 10010 | 100100001 | 100010 | 1001001 |
Color Harmonies of #C8A2D1
Complementary color
Monochromatic Colors of #C8A2D1
Black with #C8A2D1
Text Example
Text Example
White with #C8A2D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A2D1; }
p { color: rgb(200,162,209); }
H1.HeaderClassName
{
color: #C8A2D1;
}
.AnyTagClassName
{
color: #C8A2D1;
}
</style>
background-color css
<style>
a { background-color: #C8A2D1; }
a { background-color: rgb(200,162,209); }
div.DivClassName
{
background-color: #C8A2D1;
}
.BgClassName
{
background-color: #C8A2D1;
}
</style>
border-color css
<style>
span { border-color: #C8A2D1; }
span { border-color: rgb(200,162,209); }
td.TdClassName
{
border-color: #C8A2D1;
}
.TagClassName
{
border-color: #C8A2D1;
}
</style>