Shades of Wisteria #C89CD5
Tints of Wisteria #C89CD5
RGB
CMYK
RGB Variations
Color information
#C89CD5 (or 0xC89CD5) is known color: Wisteria. HEX triplet: C8, 9C and D5. RGB value is (200,156,213). Sum of RGB (Red+Green+Blue) = 200+156+213=569 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.15% from 569); Green value is 156 (61.33% from 255 or 27.42% from 569); Blue value is 213 (83.59% from 255 or 37.43% from 569); Max value from RGB is 213 - color contains mainly: blue. Hex color #C89CD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C89CD5 is #37632A. Grayscale: #AFAFAF. Windows color (decimal): -3629867 or 13999304. OLE color: 13999304.
HSL color Cylindrical-coordinate representation of color #C89CD5: hue angle of 286.32º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C89CD5 is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 156 | 213 | - |
| CMYK | 0.06 | 0.27 | 0 | 0.16 |
| HSL | 286.32º | 0.4% | 0.72% | - |
| HSV(B) | 286.32º | 0.27% | 0.84% | - |
| XYZ | 47.72 | 40.86 | 68.32 | - |
| YUV | 175.65 | 149.08 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 156 | 213 | 0.06 | 0.27 | 0 | 0.16 | 286.32 | 0.4 | 0.72 |
| Hex | C8 | 9C | D5 | 6 | 1B | 0 | 10 | 11E | 28 | 48 |
| Octal | 310 | 234 | 325 | 6 | 33 | 0 | 20 | 436 | 50 | 110 |
| Binary | 11001000 | 10011100 | 11010101 | 110 | 11011 | 0 | 10000 | 100011110 | 101000 | 1001000 |
Color Harmonies of #C89CD5
Complementary color
Monochromatic Colors of #C89CD5
Black with #C89CD5
Text Example
Text Example
White with #C89CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89CD5; }
p { color: rgb(200,156,213); }
H1.HeaderClassName
{
color: #C89CD5;
}
.AnyTagClassName
{
color: #C89CD5;
}
</style>
background-color css
<style>
a { background-color: #C89CD5; }
a { background-color: rgb(200,156,213); }
div.DivClassName
{
background-color: #C89CD5;
}
.BgClassName
{
background-color: #C89CD5;
}
</style>
border-color css
<style>
span { border-color: #C89CD5; }
span { border-color: rgb(200,156,213); }
td.TdClassName
{
border-color: #C89CD5;
}
.TagClassName
{
border-color: #C89CD5;
}
</style>