Shades of Wisteria #C89CDE
Tints of Wisteria #C89CDE
RGB
CMYK
RGB Variations
Color information
#C89CDE (or 0xC89CDE) is known color: Wisteria. HEX triplet: C8, 9C and DE. RGB value is (200,156,222). Sum of RGB (Red+Green+Blue) = 200+156+222=578 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.60% from 578); Green value is 156 (61.33% from 255 or 26.99% from 578); Blue value is 222 (87.11% from 255 or 38.41% from 578); Max value from RGB is 222 - color contains mainly: blue. Hex color #C89CDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C89CDE is #376321. Grayscale: #B0B0B0. Windows color (decimal): -3629858 or 14589128. OLE color: 14589128.
HSL color Cylindrical-coordinate representation of color #C89CDE: hue angle of 280º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C89CDE is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 156 | 222 | - |
| CMYK | 0.10 | 0.30 | 0 | 0.13 |
| HSL | 280º | 0.5% | 0.74% | - |
| HSV(B) | 280º | 0.3% | 0.87% | - |
| XYZ | 48.89 | 41.33 | 74.51 | - |
| YUV | 176.68 | 153.58 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 156 | 222 | 0.10 | 0.30 | 0 | 0.13 | 280 | 0.5 | 0.74 |
| Hex | C8 | 9C | DE | A | 1E | 0 | D | 118 | 32 | 4A |
| Octal | 310 | 234 | 336 | 12 | 36 | 0 | 15 | 430 | 62 | 112 |
| Binary | 11001000 | 10011100 | 11011110 | 1010 | 11110 | 0 | 1101 | 100011000 | 110010 | 1001010 |
Color Harmonies of #C89CDE
Complementary color
Monochromatic Colors of #C89CDE
Black with #C89CDE
Text Example
Text Example
White with #C89CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89CDE; }
p { color: rgb(200,156,222); }
H1.HeaderClassName
{
color: #C89CDE;
}
.AnyTagClassName
{
color: #C89CDE;
}
</style>
background-color css
<style>
a { background-color: #C89CDE; }
a { background-color: rgb(200,156,222); }
div.DivClassName
{
background-color: #C89CDE;
}
.BgClassName
{
background-color: #C89CDE;
}
</style>
border-color css
<style>
span { border-color: #C89CDE; }
span { border-color: rgb(200,156,222); }
td.TdClassName
{
border-color: #C89CDE;
}
.TagClassName
{
border-color: #C89CDE;
}
</style>