Shades of Wisteria #C8A0DA
Tints of Wisteria #C8A0DA
RGB
CMYK
RGB Variations
Color information
#C8A0DA (or 0xC8A0DA) is known color: Wisteria. HEX triplet: C8, A0 and DA. RGB value is (200,160,218). Sum of RGB (Red+Green+Blue) = 200+160+218=578 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.60% from 578); Green value is 160 (62.89% from 255 or 27.68% from 578); Blue value is 218 (85.55% from 255 or 37.72% from 578); Max value from RGB is 218 - color contains mainly: blue. Hex color #C8A0DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A0DA is #375F25. Grayscale: #B2B2B2. Windows color (decimal): -3628838 or 14328008. OLE color: 14328008.
HSL color Cylindrical-coordinate representation of color #C8A0DA: hue angle of 281.38º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C8A0DA is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 160 | 218 | - |
| CMYK | 0.08 | 0.27 | 0 | 0.15 |
| HSL | 281.38º | 0.44% | 0.74% | - |
| HSV(B) | 281.38º | 0.27% | 0.85% | - |
| XYZ | 49.05 | 42.48 | 71.94 | - |
| YUV | 178.57 | 150.25 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 160 | 218 | 0.08 | 0.27 | 0 | 0.15 | 281.38 | 0.44 | 0.74 |
| Hex | C8 | A0 | DA | 8 | 1B | 0 | F | 119 | 2C | 4A |
| Octal | 310 | 240 | 332 | 10 | 33 | 0 | 17 | 431 | 54 | 112 |
| Binary | 11001000 | 10100000 | 11011010 | 1000 | 11011 | 0 | 1111 | 100011001 | 101100 | 1001010 |
Color Harmonies of #C8A0DA
Complementary color
Monochromatic Colors of #C8A0DA
Black with #C8A0DA
Text Example
Text Example
White with #C8A0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A0DA; }
p { color: rgb(200,160,218); }
H1.HeaderClassName
{
color: #C8A0DA;
}
.AnyTagClassName
{
color: #C8A0DA;
}
</style>
background-color css
<style>
a { background-color: #C8A0DA; }
a { background-color: rgb(200,160,218); }
div.DivClassName
{
background-color: #C8A0DA;
}
.BgClassName
{
background-color: #C8A0DA;
}
</style>
border-color css
<style>
span { border-color: #C8A0DA; }
span { border-color: rgb(200,160,218); }
td.TdClassName
{
border-color: #C8A0DA;
}
.TagClassName
{
border-color: #C8A0DA;
}
</style>