Shades of Wisteria #C8A0D1
Tints of Wisteria #C8A0D1
RGB
CMYK
RGB Variations
Color information
#C8A0D1 (or 0xC8A0D1) is known color: Wisteria. HEX triplet: C8, A0 and D1. RGB value is (200,160,209). Sum of RGB (Red+Green+Blue) = 200+160+209=569 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.15% from 569); Green value is 160 (62.89% from 255 or 28.12% from 569); Blue value is 209 (82.03% from 255 or 36.73% from 569); Max value from RGB is 209 - color contains mainly: blue. Hex color #C8A0D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A0D1 is #375F2E. Grayscale: #B1B1B1. Windows color (decimal): -3628847 or 13738184. OLE color: 13738184.
HSL color Cylindrical-coordinate representation of color #C8A0D1: hue angle of 288.98º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C8A0D1 is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 160 | 209 | - |
| CMYK | 0.04 | 0.23 | 0 | 0.18 |
| HSL | 288.98º | 0.35% | 0.72% | - |
| HSV(B) | 288.98º | 0.23% | 0.82% | - |
| XYZ | 47.9 | 42.02 | 65.91 | - |
| YUV | 177.55 | 145.75 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 160 | 209 | 0.04 | 0.23 | 0 | 0.18 | 288.98 | 0.35 | 0.72 |
| Hex | C8 | A0 | D1 | 4 | 17 | 0 | 12 | 121 | 23 | 48 |
| Octal | 310 | 240 | 321 | 4 | 27 | 0 | 22 | 441 | 43 | 110 |
| Binary | 11001000 | 10100000 | 11010001 | 100 | 10111 | 0 | 10010 | 100100001 | 100011 | 1001000 |
Color Harmonies of #C8A0D1
Complementary color
Monochromatic Colors of #C8A0D1
Black with #C8A0D1
Text Example
Text Example
White with #C8A0D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A0D1; }
p { color: rgb(200,160,209); }
H1.HeaderClassName
{
color: #C8A0D1;
}
.AnyTagClassName
{
color: #C8A0D1;
}
</style>
background-color css
<style>
a { background-color: #C8A0D1; }
a { background-color: rgb(200,160,209); }
div.DivClassName
{
background-color: #C8A0D1;
}
.BgClassName
{
background-color: #C8A0D1;
}
</style>
border-color css
<style>
span { border-color: #C8A0D1; }
span { border-color: rgb(200,160,209); }
td.TdClassName
{
border-color: #C8A0D1;
}
.TagClassName
{
border-color: #C8A0D1;
}
</style>