Shades of Wisteria #C89BDC
Tints of Wisteria #C89BDC
RGB
CMYK
RGB Variations
Color information
#C89BDC (or 0xC89BDC) is known color: Wisteria. HEX triplet: C8, 9B and DC. RGB value is (200,155,220). Sum of RGB (Red+Green+Blue) = 200+155+220=575 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.78% from 575); Green value is 155 (60.94% from 255 or 26.96% from 575); Blue value is 220 (86.33% from 255 or 38.26% from 575); Max value from RGB is 220 - color contains mainly: blue. Hex color #C89BDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C89BDC is #376423. Grayscale: #AFAFAF. Windows color (decimal): -3630116 or 14457800. OLE color: 14457800.
HSL color Cylindrical-coordinate representation of color #C89BDC: hue angle of 281.54º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C89BDC is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 155 | 220 | - |
| CMYK | 0.09 | 0.30 | 0 | 0.14 |
| HSL | 281.54º | 0.48% | 0.74% | - |
| HSV(B) | 281.54º | 0.3% | 0.86% | - |
| XYZ | 48.46 | 40.89 | 73.05 | - |
| YUV | 175.87 | 152.91 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 155 | 220 | 0.09 | 0.30 | 0 | 0.14 | 281.54 | 0.48 | 0.74 |
| Hex | C8 | 9B | DC | 9 | 1E | 0 | E | 11A | 30 | 4A |
| Octal | 310 | 233 | 334 | 11 | 36 | 0 | 16 | 432 | 60 | 112 |
| Binary | 11001000 | 10011011 | 11011100 | 1001 | 11110 | 0 | 1110 | 100011010 | 110000 | 1001010 |
Color Harmonies of #C89BDC
Complementary color
Monochromatic Colors of #C89BDC
Black with #C89BDC
Text Example
Text Example
White with #C89BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89BDC; }
p { color: rgb(200,155,220); }
H1.HeaderClassName
{
color: #C89BDC;
}
.AnyTagClassName
{
color: #C89BDC;
}
</style>
background-color css
<style>
a { background-color: #C89BDC; }
a { background-color: rgb(200,155,220); }
div.DivClassName
{
background-color: #C89BDC;
}
.BgClassName
{
background-color: #C89BDC;
}
</style>
border-color css
<style>
span { border-color: #C89BDC; }
span { border-color: rgb(200,155,220); }
td.TdClassName
{
border-color: #C89BDC;
}
.TagClassName
{
border-color: #C89BDC;
}
</style>