Shades of Wisteria #C89CDA
Tints of Wisteria #C89CDA
RGB
CMYK
RGB Variations
Color information
#C89CDA (or 0xC89CDA) is known color: Wisteria. HEX triplet: C8, 9C and DA. RGB value is (200,156,218). Sum of RGB (Red+Green+Blue) = 200+156+218=574 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.84% from 574); Green value is 156 (61.33% from 255 or 27.18% from 574); Blue value is 218 (85.55% from 255 or 37.98% from 574); Max value from RGB is 218 - color contains mainly: blue. Hex color #C89CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C89CDA is #376325. Grayscale: #B0B0B0. Windows color (decimal): -3629862 or 14326984. OLE color: 14326984.
HSL color Cylindrical-coordinate representation of color #C89CDA: hue angle of 282.58º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C89CDA is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 156 | 218 | - |
| CMYK | 0.08 | 0.28 | 0 | 0.15 |
| HSL | 282.58º | 0.46% | 0.73% | - |
| HSV(B) | 282.58º | 0.28% | 0.85% | - |
| XYZ | 48.36 | 41.12 | 71.72 | - |
| YUV | 176.22 | 151.58 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 156 | 218 | 0.08 | 0.28 | 0 | 0.15 | 282.58 | 0.46 | 0.73 |
| Hex | C8 | 9C | DA | 8 | 1C | 0 | F | 11B | 2E | 49 |
| Octal | 310 | 234 | 332 | 10 | 34 | 0 | 17 | 433 | 56 | 111 |
| Binary | 11001000 | 10011100 | 11011010 | 1000 | 11100 | 0 | 1111 | 100011011 | 101110 | 1001001 |
Color Harmonies of #C89CDA
Complementary color
Monochromatic Colors of #C89CDA
Black with #C89CDA
Text Example
Text Example
White with #C89CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89CDA; }
p { color: rgb(200,156,218); }
H1.HeaderClassName
{
color: #C89CDA;
}
.AnyTagClassName
{
color: #C89CDA;
}
</style>
background-color css
<style>
a { background-color: #C89CDA; }
a { background-color: rgb(200,156,218); }
div.DivClassName
{
background-color: #C89CDA;
}
.BgClassName
{
background-color: #C89CDA;
}
</style>
border-color css
<style>
span { border-color: #C89CDA; }
span { border-color: rgb(200,156,218); }
td.TdClassName
{
border-color: #C89CDA;
}
.TagClassName
{
border-color: #C89CDA;
}
</style>