Shades of Wisteria #C89FD8
Tints of Wisteria #C89FD8
RGB
CMYK
RGB Variations
Color information
#C89FD8 (or 0xC89FD8) is known color: Wisteria. HEX triplet: C8, 9F and D8. RGB value is (200,159,216). Sum of RGB (Red+Green+Blue) = 200+159+216=575 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.78% from 575); Green value is 159 (62.5% from 255 or 27.65% from 575); Blue value is 216 (84.77% from 255 or 37.57% from 575); Max value from RGB is 216 - color contains mainly: blue. Hex color #C89FD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C89FD8 is #376027. Grayscale: #B1B1B1. Windows color (decimal): -3629096 or 14196680. OLE color: 14196680.
HSL color Cylindrical-coordinate representation of color #C89FD8: hue angle of 283.16º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C89FD8 is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 200 | 159 | 216 | - |
CMYK | 0.07 | 0.26 | 0 | 0.15 |
HSL | 283.16º | 0.42% | 0.74% | - |
HSV(B) | 283.16º | 0.26% | 0.85% | - |
XYZ | 48.61 | 42.03 | 70.52 | - |
YUV | 177.76 | 149.58 | 143.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 159 | 216 | 0.07 | 0.26 | 0 | 0.15 | 283.16 | 0.42 | 0.74 |
Hex | C8 | 9F | D8 | 7 | 1A | 0 | F | 11B | 2A | 4A |
Octal | 310 | 237 | 330 | 7 | 32 | 0 | 17 | 433 | 52 | 112 |
Binary | 11001000 | 10011111 | 11011000 | 111 | 11010 | 0 | 1111 | 100011011 | 101010 | 1001010 |
Color Harmonies of #C89FD8
Complementary color
Monochromatic Colors of #C89FD8
Black with #C89FD8
Text Example
Text Example
White with #C89FD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89FD8; }
p { color: rgb(200,159,216); }
H1.HeaderClassName
{
color: #C89FD8;
}
.AnyTagClassName
{
color: #C89FD8;
}
</style>
background-color css
<style>
a { background-color: #C89FD8; }
a { background-color: rgb(200,159,216); }
div.DivClassName
{
background-color: #C89FD8;
}
.BgClassName
{
background-color: #C89FD8;
}
</style>
border-color css
<style>
span { border-color: #C89FD8; }
span { border-color: rgb(200,159,216); }
td.TdClassName
{
border-color: #C89FD8;
}
.TagClassName
{
border-color: #C89FD8;
}
</style>