Shades of Wisteria #C89BE6
Tints of Wisteria #C89BE6
RGB
CMYK
RGB Variations
Color information
#C89BE6 (or 0xC89BE6) is known color: Wisteria. HEX triplet: C8, 9B and E6. RGB value is (200,155,230). Sum of RGB (Red+Green+Blue) = 200+155+230=585 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.19% from 585); Green value is 155 (60.94% from 255 or 26.50% from 585); Blue value is 230 (90.23% from 255 or 39.32% from 585); Max value from RGB is 230 - color contains mainly: blue. Hex color #C89BE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C89BE6 is #376419. Grayscale: #B0B0B0. Windows color (decimal): -3630106 or 15113160. OLE color: 15113160.
HSL color Cylindrical-coordinate representation of color #C89BE6: hue angle of 276º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C89BE6 is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 200 | 155 | 230 | - |
| CMYK | 0.13 | 0.33 | 0 | 0.10 |
| HSL | 276º | 0.6% | 0.75% | - |
| HSV(B) | 276º | 0.33% | 0.9% | - |
| XYZ | 49.82 | 41.44 | 80.23 | - |
| YUV | 177.01 | 157.91 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 155 | 230 | 0.13 | 0.33 | 0 | 0.10 | 276 | 0.6 | 0.75 |
| Hex | C8 | 9B | E6 | D | 21 | 0 | A | 114 | 3C | 4B |
| Octal | 310 | 233 | 346 | 15 | 41 | 0 | 12 | 424 | 74 | 113 |
| Binary | 11001000 | 10011011 | 11100110 | 1101 | 100001 | 0 | 1010 | 100010100 | 111100 | 1001011 |
Color Harmonies of #C89BE6
Complementary color
Monochromatic Colors of #C89BE6
Black with #C89BE6
Text Example
Text Example
White with #C89BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89BE6; }
p { color: rgb(200,155,230); }
H1.HeaderClassName
{
color: #C89BE6;
}
.AnyTagClassName
{
color: #C89BE6;
}
</style>
background-color css
<style>
a { background-color: #C89BE6; }
a { background-color: rgb(200,155,230); }
div.DivClassName
{
background-color: #C89BE6;
}
.BgClassName
{
background-color: #C89BE6;
}
</style>
border-color css
<style>
span { border-color: #C89BE6; }
span { border-color: rgb(200,155,230); }
td.TdClassName
{
border-color: #C89BE6;
}
.TagClassName
{
border-color: #C89BE6;
}
</style>