Shades of Wisteria #C8A0DC
Tints of Wisteria #C8A0DC
RGB
CMYK
RGB Variations
Color information
#C8A0DC (or 0xC8A0DC) is known color: Wisteria. HEX triplet: C8, A0 and DC. RGB value is (200,160,220). Sum of RGB (Red+Green+Blue) = 200+160+220=580 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.48% from 580); Green value is 160 (62.89% from 255 or 27.59% from 580); Blue value is 220 (86.33% from 255 or 37.93% from 580); Max value from RGB is 220 - color contains mainly: blue. Hex color #C8A0DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A0DC is #375F23. Grayscale: #B2B2B2. Windows color (decimal): -3628836 or 14459080. OLE color: 14459080.
HSL color Cylindrical-coordinate representation of color #C8A0DC: hue angle of 280º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C8A0DC is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 160 | 220 | - |
| CMYK | 0.09 | 0.27 | 0 | 0.14 |
| HSL | 280º | 0.46% | 0.75% | - |
| HSV(B) | 280º | 0.27% | 0.86% | - |
| XYZ | 49.31 | 42.59 | 73.33 | - |
| YUV | 178.8 | 151.25 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 160 | 220 | 0.09 | 0.27 | 0 | 0.14 | 280 | 0.46 | 0.75 |
| Hex | C8 | A0 | DC | 9 | 1B | 0 | E | 118 | 2E | 4B |
| Octal | 310 | 240 | 334 | 11 | 33 | 0 | 16 | 430 | 56 | 113 |
| Binary | 11001000 | 10100000 | 11011100 | 1001 | 11011 | 0 | 1110 | 100011000 | 101110 | 1001011 |
Color Harmonies of #C8A0DC
Complementary color
Monochromatic Colors of #C8A0DC
Black with #C8A0DC
Text Example
Text Example
White with #C8A0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A0DC; }
p { color: rgb(200,160,220); }
H1.HeaderClassName
{
color: #C8A0DC;
}
.AnyTagClassName
{
color: #C8A0DC;
}
</style>
background-color css
<style>
a { background-color: #C8A0DC; }
a { background-color: rgb(200,160,220); }
div.DivClassName
{
background-color: #C8A0DC;
}
.BgClassName
{
background-color: #C8A0DC;
}
</style>
border-color css
<style>
span { border-color: #C8A0DC; }
span { border-color: rgb(200,160,220); }
td.TdClassName
{
border-color: #C8A0DC;
}
.TagClassName
{
border-color: #C8A0DC;
}
</style>