Shades of Wisteria #C89BD1
Tints of Wisteria #C89BD1
RGB
CMYK
RGB Variations
Color information
#C89BD1 (or 0xC89BD1) is known color: Wisteria. HEX triplet: C8, 9B and D1. RGB value is (200,155,209). Sum of RGB (Red+Green+Blue) = 200+155+209=564 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.46% from 564); Green value is 155 (60.94% from 255 or 27.48% from 564); Blue value is 209 (82.03% from 255 or 37.06% from 564); Max value from RGB is 209 - color contains mainly: blue. Hex color #C89BD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C89BD1 is #37642E. Grayscale: #AEAEAE. Windows color (decimal): -3630127 or 13736904. OLE color: 13736904.
HSL color Cylindrical-coordinate representation of color #C89BD1: hue angle of 290º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C89BD1 is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 155 | 209 | - |
| CMYK | 0.04 | 0.26 | 0 | 0.18 |
| HSL | 290º | 0.37% | 0.71% | - |
| HSV(B) | 290º | 0.26% | 0.82% | - |
| XYZ | 47.05 | 40.33 | 65.63 | - |
| YUV | 174.61 | 147.41 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 155 | 209 | 0.04 | 0.26 | 0 | 0.18 | 290 | 0.37 | 0.71 |
| Hex | C8 | 9B | D1 | 4 | 1A | 0 | 12 | 122 | 25 | 47 |
| Octal | 310 | 233 | 321 | 4 | 32 | 0 | 22 | 442 | 45 | 107 |
| Binary | 11001000 | 10011011 | 11010001 | 100 | 11010 | 0 | 10010 | 100100010 | 100101 | 1000111 |
Color Harmonies of #C89BD1
Complementary color
Monochromatic Colors of #C89BD1
Black with #C89BD1
Text Example
Text Example
White with #C89BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89BD1; }
p { color: rgb(200,155,209); }
H1.HeaderClassName
{
color: #C89BD1;
}
.AnyTagClassName
{
color: #C89BD1;
}
</style>
background-color css
<style>
a { background-color: #C89BD1; }
a { background-color: rgb(200,155,209); }
div.DivClassName
{
background-color: #C89BD1;
}
.BgClassName
{
background-color: #C89BD1;
}
</style>
border-color css
<style>
span { border-color: #C89BD1; }
span { border-color: rgb(200,155,209); }
td.TdClassName
{
border-color: #C89BD1;
}
.TagClassName
{
border-color: #C89BD1;
}
</style>