Shades of Wisteria #C89FEC
Tints of Wisteria #C89FEC
RGB
CMYK
RGB Variations
Color information
#C89FEC (or 0xC89FEC) is known color: Wisteria. HEX triplet: C8, 9F and EC. RGB value is (200,159,236). Sum of RGB (Red+Green+Blue) = 200+159+236=595 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.61% from 595); Green value is 159 (62.5% from 255 or 26.72% from 595); Blue value is 236 (92.58% from 255 or 39.66% from 595); Max value from RGB is 236 - color contains mainly: blue. Hex color #C89FEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C89FEC is #376013. Grayscale: #B3B3B3. Windows color (decimal): -3629076 or 15507400. OLE color: 15507400.
HSL color Cylindrical-coordinate representation of color #C89FEC: hue angle of 271.95º degrees, saturation: 0.67, 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 #C89FEC is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 159 | 236 | - |
| CMYK | 0.15 | 0.33 | 0 | 0.07 |
| HSL | 271.95º | 0.67% | 0.77% | - |
| HSV(B) | 271.95º | 0.33% | 0.93% | - |
| XYZ | 51.36 | 43.13 | 84.98 | - |
| YUV | 180.04 | 159.58 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 159 | 236 | 0.15 | 0.33 | 0 | 0.07 | 271.95 | 0.67 | 0.77 |
| Hex | C8 | 9F | EC | F | 21 | 0 | 7 | 110 | 43 | 4D |
| Octal | 310 | 237 | 354 | 17 | 41 | 0 | 7 | 420 | 103 | 115 |
| Binary | 11001000 | 10011111 | 11101100 | 1111 | 100001 | 0 | 111 | 100010000 | 1000011 | 1001101 |
Color Harmonies of #C89FEC
Complementary color
Monochromatic Colors of #C89FEC
Black with #C89FEC
Text Example
Text Example
White with #C89FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89FEC; }
p { color: rgb(200,159,236); }
H1.HeaderClassName
{
color: #C89FEC;
}
.AnyTagClassName
{
color: #C89FEC;
}
</style>
background-color css
<style>
a { background-color: #C89FEC; }
a { background-color: rgb(200,159,236); }
div.DivClassName
{
background-color: #C89FEC;
}
.BgClassName
{
background-color: #C89FEC;
}
</style>
border-color css
<style>
span { border-color: #C89FEC; }
span { border-color: rgb(200,159,236); }
td.TdClassName
{
border-color: #C89FEC;
}
.TagClassName
{
border-color: #C89FEC;
}
</style>