Shades of Wisteria #C89CE0
Tints of Wisteria #C89CE0
RGB
CMYK
RGB Variations
Color information
#C89CE0 (or 0xC89CE0) is known color: Wisteria. HEX triplet: C8, 9C and E0. RGB value is (200,156,224). Sum of RGB (Red+Green+Blue) = 200+156+224=580 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.48% from 580); Green value is 156 (61.33% from 255 or 26.90% from 580); Blue value is 224 (87.89% from 255 or 38.62% from 580); Max value from RGB is 224 - color contains mainly: blue. Hex color #C89CE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C89CE0 is #37631F. Grayscale: #B0B0B0. Windows color (decimal): -3629856 or 14720200. OLE color: 14720200.
HSL color Cylindrical-coordinate representation of color #C89CE0: hue angle of 278.82º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C89CE0 is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 200 | 156 | 224 | - |
| CMYK | 0.11 | 0.30 | 0 | 0.12 |
| HSL | 278.82º | 0.52% | 0.75% | - |
| HSV(B) | 278.82º | 0.3% | 0.88% | - |
| XYZ | 49.16 | 41.44 | 75.93 | - |
| YUV | 176.91 | 154.58 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 156 | 224 | 0.11 | 0.30 | 0 | 0.12 | 278.82 | 0.52 | 0.75 |
| Hex | C8 | 9C | E0 | B | 1E | 0 | C | 117 | 34 | 4B |
| Octal | 310 | 234 | 340 | 13 | 36 | 0 | 14 | 427 | 64 | 113 |
| Binary | 11001000 | 10011100 | 11100000 | 1011 | 11110 | 0 | 1100 | 100010111 | 110100 | 1001011 |
Color Harmonies of #C89CE0
Complementary color
Monochromatic Colors of #C89CE0
Black with #C89CE0
Text Example
Text Example
White with #C89CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89CE0; }
p { color: rgb(200,156,224); }
H1.HeaderClassName
{
color: #C89CE0;
}
.AnyTagClassName
{
color: #C89CE0;
}
</style>
background-color css
<style>
a { background-color: #C89CE0; }
a { background-color: rgb(200,156,224); }
div.DivClassName
{
background-color: #C89CE0;
}
.BgClassName
{
background-color: #C89CE0;
}
</style>
border-color css
<style>
span { border-color: #C89CE0; }
span { border-color: rgb(200,156,224); }
td.TdClassName
{
border-color: #C89CE0;
}
.TagClassName
{
border-color: #C89CE0;
}
</style>