Shades of Wisteria #C08BF9
Tints of Wisteria #C08BF9
RGB
CMYK
RGB Variations
Color information
#C08BF9 (or 0xC08BF9) is known color: Wisteria. HEX triplet: C0, 8B and F9. RGB value is (192,139,249). Sum of RGB (Red+Green+Blue) = 192+139+249=580 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.10% from 580); Green value is 139 (54.69% from 255 or 23.97% from 580); Blue value is 249 (97.66% from 255 or 42.93% from 580); Max value from RGB is 249 - color contains mainly: blue. Hex color #C08BF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C08BF9 is #3F7406. Grayscale: #A7A7A7. Windows color (decimal): -4158471 or 16354240. OLE color: 16354240.
HSL color Cylindrical-coordinate representation of color #C08BF9: hue angle of 268.91º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C08BF9 is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 139 | 249 | - |
| CMYK | 0.23 | 0.44 | 0 | 0.02 |
| HSL | 268.91º | 0.9% | 0.76% | - |
| HSV(B) | 268.91º | 0.44% | 0.98% | - |
| XYZ | 48.07 | 36.51 | 94.14 | - |
| YUV | 167.39 | 174.06 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 139 | 249 | 0.23 | 0.44 | 0 | 0.02 | 268.91 | 0.9 | 0.76 |
| Hex | C0 | 8B | F9 | 17 | 2C | 0 | 2 | 10D | 5A | 4C |
| Octal | 300 | 213 | 371 | 27 | 54 | 0 | 2 | 415 | 132 | 114 |
| Binary | 11000000 | 10001011 | 11111001 | 10111 | 101100 | 0 | 10 | 100001101 | 1011010 | 1001100 |
Color Harmonies of #C08BF9
Complementary color
Monochromatic Colors of #C08BF9
Black with #C08BF9
Text Example
Text Example
White with #C08BF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08BF9; }
p { color: rgb(192,139,249); }
H1.HeaderClassName
{
color: #C08BF9;
}
.AnyTagClassName
{
color: #C08BF9;
}
</style>
background-color css
<style>
a { background-color: #C08BF9; }
a { background-color: rgb(192,139,249); }
div.DivClassName
{
background-color: #C08BF9;
}
.BgClassName
{
background-color: #C08BF9;
}
</style>
border-color css
<style>
span { border-color: #C08BF9; }
span { border-color: rgb(192,139,249); }
td.TdClassName
{
border-color: #C08BF9;
}
.TagClassName
{
border-color: #C08BF9;
}
</style>