Shades of Wisteria #C89BF6
Tints of Wisteria #C89BF6
RGB
CMYK
RGB Variations
Color information
#C89BF6 (or 0xC89BF6) is known color: Wisteria. HEX triplet: C8, 9B and F6. RGB value is (200,155,246). Sum of RGB (Red+Green+Blue) = 200+155+246=601 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.28% from 601); Green value is 155 (60.94% from 255 or 25.79% from 601); Blue value is 246 (96.48% from 255 or 40.93% from 601); Max value from RGB is 246 - color contains mainly: blue. Hex color #C89BF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C89BF6 is #376409. Grayscale: #B2B2B2. Windows color (decimal): -3630090 or 16161736. OLE color: 16161736.
HSL color Cylindrical-coordinate representation of color #C89BF6: hue angle of 269.67º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C89BF6 is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 200 | 155 | 246 | - |
| CMYK | 0.19 | 0.37 | 0 | 0.04 |
| HSL | 269.67º | 0.83% | 0.79% | - |
| HSV(B) | 269.67º | 0.37% | 0.96% | - |
| XYZ | 52.18 | 42.38 | 92.62 | - |
| YUV | 178.83 | 165.91 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 155 | 246 | 0.19 | 0.37 | 0 | 0.04 | 269.67 | 0.83 | 0.79 |
| Hex | C8 | 9B | F6 | 13 | 25 | 0 | 4 | 10E | 53 | 4F |
| Octal | 310 | 233 | 366 | 23 | 45 | 0 | 4 | 416 | 123 | 117 |
| Binary | 11001000 | 10011011 | 11110110 | 10011 | 100101 | 0 | 100 | 100001110 | 1010011 | 1001111 |
Color Harmonies of #C89BF6
Complementary color
Monochromatic Colors of #C89BF6
Black with #C89BF6
Text Example
Text Example
White with #C89BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89BF6; }
p { color: rgb(200,155,246); }
H1.HeaderClassName
{
color: #C89BF6;
}
.AnyTagClassName
{
color: #C89BF6;
}
</style>
background-color css
<style>
a { background-color: #C89BF6; }
a { background-color: rgb(200,155,246); }
div.DivClassName
{
background-color: #C89BF6;
}
.BgClassName
{
background-color: #C89BF6;
}
</style>
border-color css
<style>
span { border-color: #C89BF6; }
span { border-color: rgb(200,155,246); }
td.TdClassName
{
border-color: #C89BF6;
}
.TagClassName
{
border-color: #C89BF6;
}
</style>