Shades of Wisteria #C89FDF
Tints of Wisteria #C89FDF
RGB
CMYK
RGB Variations
Color information
#C89FDF (or 0xC89FDF) is known color: Wisteria. HEX triplet: C8, 9F and DF. RGB value is (200,159,223). Sum of RGB (Red+Green+Blue) = 200+159+223=582 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.36% from 582); Green value is 159 (62.5% from 255 or 27.32% from 582); Blue value is 223 (87.5% from 255 or 38.32% from 582); Max value from RGB is 223 - color contains mainly: blue. Hex color #C89FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C89FDF is #376020. Grayscale: #B2B2B2. Windows color (decimal): -3629089 or 14655432. OLE color: 14655432.
HSL color Cylindrical-coordinate representation of color #C89FDF: hue angle of 278.44º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C89FDF is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 159 | 223 | - |
| CMYK | 0.10 | 0.29 | 0 | 0.13 |
| HSL | 278.44º | 0.5% | 0.75% | - |
| HSV(B) | 278.44º | 0.29% | 0.87% | - |
| XYZ | 49.54 | 42.4 | 75.39 | - |
| YUV | 178.56 | 153.08 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 159 | 223 | 0.10 | 0.29 | 0 | 0.13 | 278.44 | 0.5 | 0.75 |
| Hex | C8 | 9F | DF | A | 1D | 0 | D | 116 | 32 | 4B |
| Octal | 310 | 237 | 337 | 12 | 35 | 0 | 15 | 426 | 62 | 113 |
| Binary | 11001000 | 10011111 | 11011111 | 1010 | 11101 | 0 | 1101 | 100010110 | 110010 | 1001011 |
Color Harmonies of #C89FDF
Complementary color
Monochromatic Colors of #C89FDF
Black with #C89FDF
Text Example
Text Example
White with #C89FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89FDF; }
p { color: rgb(200,159,223); }
H1.HeaderClassName
{
color: #C89FDF;
}
.AnyTagClassName
{
color: #C89FDF;
}
</style>
background-color css
<style>
a { background-color: #C89FDF; }
a { background-color: rgb(200,159,223); }
div.DivClassName
{
background-color: #C89FDF;
}
.BgClassName
{
background-color: #C89FDF;
}
</style>
border-color css
<style>
span { border-color: #C89FDF; }
span { border-color: rgb(200,159,223); }
td.TdClassName
{
border-color: #C89FDF;
}
.TagClassName
{
border-color: #C89FDF;
}
</style>