Shades of Wisteria #C089F8
Tints of Wisteria #C089F8
RGB
CMYK
RGB Variations
Color information
#C089F8 (or 0xC089F8) is known color: Wisteria. HEX triplet: C0, 89 and F8. RGB value is (192,137,248). Sum of RGB (Red+Green+Blue) = 192+137+248=577 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.28% from 577); Green value is 137 (53.91% from 255 or 23.74% from 577); Blue value is 248 (97.27% from 255 or 42.98% from 577); Max value from RGB is 248 - color contains mainly: blue. Hex color #C089F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C089F8 is #3F7607. Grayscale: #A5A5A5. Windows color (decimal): -4158984 or 16288192. OLE color: 16288192.
HSL color Cylindrical-coordinate representation of color #C089F8: hue angle of 269.73º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C089F8 is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 137 | 248 | - |
| CMYK | 0.23 | 0.45 | 0 | 0.03 |
| HSL | 269.73º | 0.89% | 0.75% | - |
| HSV(B) | 269.73º | 0.45% | 0.97% | - |
| XYZ | 47.63 | 35.88 | 93.22 | - |
| YUV | 166.1 | 174.22 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 137 | 248 | 0.23 | 0.45 | 0 | 0.03 | 269.73 | 0.89 | 0.75 |
| Hex | C0 | 89 | F8 | 17 | 2D | 0 | 3 | 10E | 59 | 4B |
| Octal | 300 | 211 | 370 | 27 | 55 | 0 | 3 | 416 | 131 | 113 |
| Binary | 11000000 | 10001001 | 11111000 | 10111 | 101101 | 0 | 11 | 100001110 | 1011001 | 1001011 |
Color Harmonies of #C089F8
Complementary color
Monochromatic Colors of #C089F8
Black with #C089F8
Text Example
Text Example
White with #C089F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C089F8; }
p { color: rgb(192,137,248); }
H1.HeaderClassName
{
color: #C089F8;
}
.AnyTagClassName
{
color: #C089F8;
}
</style>
background-color css
<style>
a { background-color: #C089F8; }
a { background-color: rgb(192,137,248); }
div.DivClassName
{
background-color: #C089F8;
}
.BgClassName
{
background-color: #C089F8;
}
</style>
border-color css
<style>
span { border-color: #C089F8; }
span { border-color: rgb(192,137,248); }
td.TdClassName
{
border-color: #C089F8;
}
.TagClassName
{
border-color: #C089F8;
}
</style>