Shades of Wisteria #C89CEE
Tints of Wisteria #C89CEE
RGB
CMYK
RGB Variations
Color information
#C89CEE (or 0xC89CEE) is known color: Wisteria. HEX triplet: C8, 9C and EE. RGB value is (200,156,238). Sum of RGB (Red+Green+Blue) = 200+156+238=594 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.67% from 594); Green value is 156 (61.33% from 255 or 26.26% from 594); Blue value is 238 (93.36% from 255 or 40.07% from 594); Max value from RGB is 238 - color contains mainly: blue. Hex color #C89CEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C89CEE is #376311. Grayscale: #B2B2B2. Windows color (decimal): -3629842 or 15637704. OLE color: 15637704.
HSL color Cylindrical-coordinate representation of color #C89CEE: hue angle of 272.2º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C89CEE is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 156 | 238 | - |
| CMYK | 0.16 | 0.34 | 0 | 0.07 |
| HSL | 272.2º | 0.71% | 0.77% | - |
| HSV(B) | 272.2º | 0.34% | 0.93% | - |
| XYZ | 51.14 | 42.23 | 86.34 | - |
| YUV | 178.5 | 161.58 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 156 | 238 | 0.16 | 0.34 | 0 | 0.07 | 272.2 | 0.71 | 0.77 |
| Hex | C8 | 9C | EE | 10 | 22 | 0 | 7 | 110 | 47 | 4D |
| Octal | 310 | 234 | 356 | 20 | 42 | 0 | 7 | 420 | 107 | 115 |
| Binary | 11001000 | 10011100 | 11101110 | 10000 | 100010 | 0 | 111 | 100010000 | 1000111 | 1001101 |
Color Harmonies of #C89CEE
Complementary color
Monochromatic Colors of #C89CEE
Black with #C89CEE
Text Example
Text Example
White with #C89CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89CEE; }
p { color: rgb(200,156,238); }
H1.HeaderClassName
{
color: #C89CEE;
}
.AnyTagClassName
{
color: #C89CEE;
}
</style>
background-color css
<style>
a { background-color: #C89CEE; }
a { background-color: rgb(200,156,238); }
div.DivClassName
{
background-color: #C89CEE;
}
.BgClassName
{
background-color: #C89CEE;
}
</style>
border-color css
<style>
span { border-color: #C89CEE; }
span { border-color: rgb(200,156,238); }
td.TdClassName
{
border-color: #C89CEE;
}
.TagClassName
{
border-color: #C89CEE;
}
</style>