Shades of Wisteria #C89AF7
Tints of Wisteria #C89AF7
RGB
CMYK
RGB Variations
Color information
#C89AF7 (or 0xC89AF7) is known color: Wisteria. HEX triplet: C8, 9A and F7. RGB value is (200,154,247). Sum of RGB (Red+Green+Blue) = 200+154+247=601 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.28% from 601); Green value is 154 (60.55% from 255 or 25.62% from 601); Blue value is 247 (96.88% from 255 or 41.10% from 601); Max value from RGB is 247 - color contains mainly: blue. Hex color #C89AF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C89AF7 is #376508. Grayscale: #B2B2B2. Windows color (decimal): -3630345 or 16227016. OLE color: 16227016.
HSL color Cylindrical-coordinate representation of color #C89AF7: hue angle of 269.68º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C89AF7 is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 200 | 154 | 247 | - |
| CMYK | 0.19 | 0.38 | 0 | 0.03 |
| HSL | 269.68º | 0.85% | 0.79% | - |
| HSV(B) | 269.68º | 0.38% | 0.97% | - |
| XYZ | 52.16 | 42.11 | 93.37 | - |
| YUV | 178.36 | 166.74 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 154 | 247 | 0.19 | 0.38 | 0 | 0.03 | 269.68 | 0.85 | 0.79 |
| Hex | C8 | 9A | F7 | 13 | 26 | 0 | 3 | 10E | 55 | 4F |
| Octal | 310 | 232 | 367 | 23 | 46 | 0 | 3 | 416 | 125 | 117 |
| Binary | 11001000 | 10011010 | 11110111 | 10011 | 100110 | 0 | 11 | 100001110 | 1010101 | 1001111 |
Color Harmonies of #C89AF7
Complementary color
Monochromatic Colors of #C89AF7
Black with #C89AF7
Text Example
Text Example
White with #C89AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89AF7; }
p { color: rgb(200,154,247); }
H1.HeaderClassName
{
color: #C89AF7;
}
.AnyTagClassName
{
color: #C89AF7;
}
</style>
background-color css
<style>
a { background-color: #C89AF7; }
a { background-color: rgb(200,154,247); }
div.DivClassName
{
background-color: #C89AF7;
}
.BgClassName
{
background-color: #C89AF7;
}
</style>
border-color css
<style>
span { border-color: #C89AF7; }
span { border-color: rgb(200,154,247); }
td.TdClassName
{
border-color: #C89AF7;
}
.TagClassName
{
border-color: #C89AF7;
}
</style>