Shades of Wisteria #C89CE5
Tints of Wisteria #C89CE5
RGB
CMYK
RGB Variations
Color information
#C89CE5 (or 0xC89CE5) is known color: Wisteria. HEX triplet: C8, 9C and E5. RGB value is (200,156,229). Sum of RGB (Red+Green+Blue) = 200+156+229=585 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.19% from 585); Green value is 156 (61.33% from 255 or 26.67% from 585); Blue value is 229 (89.84% from 255 or 39.15% from 585); Max value from RGB is 229 - color contains mainly: blue. Hex color #C89CE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C89CE5 is #37631A. Grayscale: #B1B1B1. Windows color (decimal): -3629851 or 15047880. OLE color: 15047880.
HSL color Cylindrical-coordinate representation of color #C89CE5: hue angle of 276.16º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C89CE5 is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 200 | 156 | 229 | - |
| CMYK | 0.13 | 0.32 | 0 | 0.10 |
| HSL | 276.16º | 0.58% | 0.75% | - |
| HSV(B) | 276.16º | 0.32% | 0.9% | - |
| XYZ | 49.85 | 41.71 | 79.55 | - |
| YUV | 177.48 | 157.08 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 156 | 229 | 0.13 | 0.32 | 0 | 0.10 | 276.16 | 0.58 | 0.75 |
| Hex | C8 | 9C | E5 | D | 20 | 0 | A | 114 | 3A | 4B |
| Octal | 310 | 234 | 345 | 15 | 40 | 0 | 12 | 424 | 72 | 113 |
| Binary | 11001000 | 10011100 | 11100101 | 1101 | 100000 | 0 | 1010 | 100010100 | 111010 | 1001011 |
Color Harmonies of #C89CE5
Complementary color
Monochromatic Colors of #C89CE5
Black with #C89CE5
Text Example
Text Example
White with #C89CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89CE5; }
p { color: rgb(200,156,229); }
H1.HeaderClassName
{
color: #C89CE5;
}
.AnyTagClassName
{
color: #C89CE5;
}
</style>
background-color css
<style>
a { background-color: #C89CE5; }
a { background-color: rgb(200,156,229); }
div.DivClassName
{
background-color: #C89CE5;
}
.BgClassName
{
background-color: #C89CE5;
}
</style>
border-color css
<style>
span { border-color: #C89CE5; }
span { border-color: rgb(200,156,229); }
td.TdClassName
{
border-color: #C89CE5;
}
.TagClassName
{
border-color: #C89CE5;
}
</style>