Shades of Wisteria #C08EF9
Tints of Wisteria #C08EF9
RGB
CMYK
RGB Variations
Color information
#C08EF9 (or 0xC08EF9) is known color: Wisteria. HEX triplet: C0, 8E and F9. RGB value is (192,142,249). Sum of RGB (Red+Green+Blue) = 192+142+249=583 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.93% from 583); Green value is 142 (55.86% from 255 or 24.36% from 583); Blue value is 249 (97.66% from 255 or 42.71% from 583); Max value from RGB is 249 - color contains mainly: blue. Hex color #C08EF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C08EF9 is #3F7106. Grayscale: #A8A8A8. Windows color (decimal): -4157703 or 16355008. OLE color: 16355008.
HSL color Cylindrical-coordinate representation of color #C08EF9: hue angle of 268.04º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C08EF9 is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 142 | 249 | - |
| CMYK | 0.23 | 0.43 | 0 | 0.02 |
| HSL | 268.04º | 0.9% | 0.77% | - |
| HSV(B) | 268.04º | 0.43% | 0.98% | - |
| XYZ | 48.51 | 37.39 | 94.28 | - |
| YUV | 169.15 | 173.07 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 142 | 249 | 0.23 | 0.43 | 0 | 0.02 | 268.04 | 0.9 | 0.77 |
| Hex | C0 | 8E | F9 | 17 | 2B | 0 | 2 | 10C | 5A | 4D |
| Octal | 300 | 216 | 371 | 27 | 53 | 0 | 2 | 414 | 132 | 115 |
| Binary | 11000000 | 10001110 | 11111001 | 10111 | 101011 | 0 | 10 | 100001100 | 1011010 | 1001101 |
Color Harmonies of #C08EF9
Complementary color
Monochromatic Colors of #C08EF9
Black with #C08EF9
Text Example
Text Example
White with #C08EF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08EF9; }
p { color: rgb(192,142,249); }
H1.HeaderClassName
{
color: #C08EF9;
}
.AnyTagClassName
{
color: #C08EF9;
}
</style>
background-color css
<style>
a { background-color: #C08EF9; }
a { background-color: rgb(192,142,249); }
div.DivClassName
{
background-color: #C08EF9;
}
.BgClassName
{
background-color: #C08EF9;
}
</style>
border-color css
<style>
span { border-color: #C08EF9; }
span { border-color: rgb(192,142,249); }
td.TdClassName
{
border-color: #C08EF9;
}
.TagClassName
{
border-color: #C08EF9;
}
</style>