Shades of Wisteria #C89FE6
Tints of Wisteria #C89FE6
RGB
CMYK
RGB Variations
Color information
#C89FE6 (or 0xC89FE6) is known color: Wisteria. HEX triplet: C8, 9F and E6. RGB value is (200,159,230). Sum of RGB (Red+Green+Blue) = 200+159+230=589 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.96% from 589); Green value is 159 (62.5% from 255 or 26.99% from 589); Blue value is 230 (90.23% from 255 or 39.05% from 589); Max value from RGB is 230 - color contains mainly: blue. Hex color #C89FE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C89FE6 is #376019. Grayscale: #B3B3B3. Windows color (decimal): -3629082 or 15114184. OLE color: 15114184.
HSL color Cylindrical-coordinate representation of color #C89FE6: hue angle of 274.65º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C89FE6 is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 200 | 159 | 230 | - |
| CMYK | 0.13 | 0.31 | 0 | 0.10 |
| HSL | 274.65º | 0.59% | 0.76% | - |
| HSV(B) | 274.65º | 0.31% | 0.9% | - |
| XYZ | 50.5 | 42.79 | 80.46 | - |
| YUV | 179.35 | 156.58 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 159 | 230 | 0.13 | 0.31 | 0 | 0.10 | 274.65 | 0.59 | 0.76 |
| Hex | C8 | 9F | E6 | D | 1F | 0 | A | 113 | 3B | 4C |
| Octal | 310 | 237 | 346 | 15 | 37 | 0 | 12 | 423 | 73 | 114 |
| Binary | 11001000 | 10011111 | 11100110 | 1101 | 11111 | 0 | 1010 | 100010011 | 111011 | 1001100 |
Color Harmonies of #C89FE6
Complementary color
Monochromatic Colors of #C89FE6
Black with #C89FE6
Text Example
Text Example
White with #C89FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89FE6; }
p { color: rgb(200,159,230); }
H1.HeaderClassName
{
color: #C89FE6;
}
.AnyTagClassName
{
color: #C89FE6;
}
</style>
background-color css
<style>
a { background-color: #C89FE6; }
a { background-color: rgb(200,159,230); }
div.DivClassName
{
background-color: #C89FE6;
}
.BgClassName
{
background-color: #C89FE6;
}
</style>
border-color css
<style>
span { border-color: #C89FE6; }
span { border-color: rgb(200,159,230); }
td.TdClassName
{
border-color: #C89FE6;
}
.TagClassName
{
border-color: #C89FE6;
}
</style>