Shades of Wisteria #C89DEC
Tints of Wisteria #C89DEC
RGB
CMYK
RGB Variations
Color information
#C89DEC (or 0xC89DEC) is known color: Wisteria. HEX triplet: C8, 9D and EC. RGB value is (200,157,236). Sum of RGB (Red+Green+Blue) = 200+157+236=593 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.73% from 593); Green value is 157 (61.72% from 255 or 26.48% from 593); Blue value is 236 (92.58% from 255 or 39.80% from 593); Max value from RGB is 236 - color contains mainly: blue. Hex color #C89DEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C89DEC is #376213. Grayscale: #B2B2B2. Windows color (decimal): -3629588 or 15506888. OLE color: 15506888.
HSL color Cylindrical-coordinate representation of color #C89DEC: hue angle of 272.66º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C89DEC is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 157 | 236 | - |
| CMYK | 0.15 | 0.33 | 0 | 0.07 |
| HSL | 272.66º | 0.68% | 0.77% | - |
| HSV(B) | 272.66º | 0.33% | 0.93% | - |
| XYZ | 51.02 | 42.45 | 84.86 | - |
| YUV | 178.86 | 160.25 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 157 | 236 | 0.15 | 0.33 | 0 | 0.07 | 272.66 | 0.68 | 0.77 |
| Hex | C8 | 9D | EC | F | 21 | 0 | 7 | 111 | 44 | 4D |
| Octal | 310 | 235 | 354 | 17 | 41 | 0 | 7 | 421 | 104 | 115 |
| Binary | 11001000 | 10011101 | 11101100 | 1111 | 100001 | 0 | 111 | 100010001 | 1000100 | 1001101 |
Color Harmonies of #C89DEC
Complementary color
Monochromatic Colors of #C89DEC
Black with #C89DEC
Text Example
Text Example
White with #C89DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89DEC; }
p { color: rgb(200,157,236); }
H1.HeaderClassName
{
color: #C89DEC;
}
.AnyTagClassName
{
color: #C89DEC;
}
</style>
background-color css
<style>
a { background-color: #C89DEC; }
a { background-color: rgb(200,157,236); }
div.DivClassName
{
background-color: #C89DEC;
}
.BgClassName
{
background-color: #C89DEC;
}
</style>
border-color css
<style>
span { border-color: #C89DEC; }
span { border-color: rgb(200,157,236); }
td.TdClassName
{
border-color: #C89DEC;
}
.TagClassName
{
border-color: #C89DEC;
}
</style>