Shades of Wisteria #C89CDD
Tints of Wisteria #C89CDD
RGB
CMYK
RGB Variations
Color information
#C89CDD (or 0xC89CDD) is known color: Wisteria. HEX triplet: C8, 9C and DD. RGB value is (200,156,221). Sum of RGB (Red+Green+Blue) = 200+156+221=577 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.66% from 577); Green value is 156 (61.33% from 255 or 27.04% from 577); Blue value is 221 (86.72% from 255 or 38.30% from 577); Max value from RGB is 221 - color contains mainly: blue. Hex color #C89CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C89CDD is #376322. Grayscale: #B0B0B0. Windows color (decimal): -3629859 or 14523592. OLE color: 14523592.
HSL color Cylindrical-coordinate representation of color #C89CDD: hue angle of 280.62º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C89CDD is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 156 | 221 | - |
| CMYK | 0.10 | 0.29 | 0 | 0.13 |
| HSL | 280.62º | 0.49% | 0.74% | - |
| HSV(B) | 280.62º | 0.29% | 0.87% | - |
| XYZ | 48.76 | 41.28 | 73.8 | - |
| YUV | 176.57 | 153.08 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 156 | 221 | 0.10 | 0.29 | 0 | 0.13 | 280.62 | 0.49 | 0.74 |
| Hex | C8 | 9C | DD | A | 1D | 0 | D | 119 | 31 | 4A |
| Octal | 310 | 234 | 335 | 12 | 35 | 0 | 15 | 431 | 61 | 112 |
| Binary | 11001000 | 10011100 | 11011101 | 1010 | 11101 | 0 | 1101 | 100011001 | 110001 | 1001010 |
Color Harmonies of #C89CDD
Complementary color
Monochromatic Colors of #C89CDD
Black with #C89CDD
Text Example
Text Example
White with #C89CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89CDD; }
p { color: rgb(200,156,221); }
H1.HeaderClassName
{
color: #C89CDD;
}
.AnyTagClassName
{
color: #C89CDD;
}
</style>
background-color css
<style>
a { background-color: #C89CDD; }
a { background-color: rgb(200,156,221); }
div.DivClassName
{
background-color: #C89CDD;
}
.BgClassName
{
background-color: #C89CDD;
}
</style>
border-color css
<style>
span { border-color: #C89CDD; }
span { border-color: rgb(200,156,221); }
td.TdClassName
{
border-color: #C89CDD;
}
.TagClassName
{
border-color: #C89CDD;
}
</style>