Shades of Wisteria #C89CD1
Tints of Wisteria #C89CD1
RGB
CMYK
RGB Variations
Color information
#C89CD1 (or 0xC89CD1) is known color: Wisteria. HEX triplet: C8, 9C and D1. RGB value is (200,156,209). Sum of RGB (Red+Green+Blue) = 200+156+209=565 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.40% from 565); Green value is 156 (61.33% from 255 or 27.61% from 565); Blue value is 209 (82.03% from 255 or 36.99% from 565); Max value from RGB is 209 - color contains mainly: blue. Hex color #C89CD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C89CD1 is #37632E. Grayscale: #AFAFAF. Windows color (decimal): -3629871 or 13737160. OLE color: 13737160.
HSL color Cylindrical-coordinate representation of color #C89CD1: hue angle of 289.81º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C89CD1 is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 156 | 209 | - |
| CMYK | 0.04 | 0.25 | 0 | 0.18 |
| HSL | 289.81º | 0.37% | 0.72% | - |
| HSV(B) | 289.81º | 0.25% | 0.82% | - |
| XYZ | 47.22 | 40.66 | 65.68 | - |
| YUV | 175.2 | 147.08 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 156 | 209 | 0.04 | 0.25 | 0 | 0.18 | 289.81 | 0.37 | 0.72 |
| Hex | C8 | 9C | D1 | 4 | 19 | 0 | 12 | 122 | 25 | 48 |
| Octal | 310 | 234 | 321 | 4 | 31 | 0 | 22 | 442 | 45 | 110 |
| Binary | 11001000 | 10011100 | 11010001 | 100 | 11001 | 0 | 10010 | 100100010 | 100101 | 1001000 |
Color Harmonies of #C89CD1
Complementary color
Monochromatic Colors of #C89CD1
Black with #C89CD1
Text Example
Text Example
White with #C89CD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89CD1; }
p { color: rgb(200,156,209); }
H1.HeaderClassName
{
color: #C89CD1;
}
.AnyTagClassName
{
color: #C89CD1;
}
</style>
background-color css
<style>
a { background-color: #C89CD1; }
a { background-color: rgb(200,156,209); }
div.DivClassName
{
background-color: #C89CD1;
}
.BgClassName
{
background-color: #C89CD1;
}
</style>
border-color css
<style>
span { border-color: #C89CD1; }
span { border-color: rgb(200,156,209); }
td.TdClassName
{
border-color: #C89CD1;
}
.TagClassName
{
border-color: #C89CD1;
}
</style>