Shades of Wisteria #C08BF3
Tints of Wisteria #C08BF3
RGB
CMYK
RGB Variations
Color information
#C08BF3 (or 0xC08BF3) is known color: Wisteria. HEX triplet: C0, 8B and F3. RGB value is (192,139,243). Sum of RGB (Red+Green+Blue) = 192+139+243=574 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.45% from 574); Green value is 139 (54.69% from 255 or 24.22% from 574); Blue value is 243 (95.31% from 255 or 42.33% from 574); Max value from RGB is 243 - color contains mainly: blue. Hex color #C08BF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C08BF3 is #3F740C. Grayscale: #A6A6A6. Windows color (decimal): -4158477 or 15961024. OLE color: 15961024.
HSL color Cylindrical-coordinate representation of color #C08BF3: hue angle of 270.58º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C08BF3 is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 139 | 243 | - |
| CMYK | 0.21 | 0.43 | 0 | 0.05 |
| HSL | 270.58º | 0.81% | 0.75% | - |
| HSV(B) | 270.58º | 0.43% | 0.95% | - |
| XYZ | 47.15 | 36.14 | 89.29 | - |
| YUV | 166.7 | 171.06 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 139 | 243 | 0.21 | 0.43 | 0 | 0.05 | 270.58 | 0.81 | 0.75 |
| Hex | C0 | 8B | F3 | 15 | 2B | 0 | 5 | 10F | 51 | 4B |
| Octal | 300 | 213 | 363 | 25 | 53 | 0 | 5 | 417 | 121 | 113 |
| Binary | 11000000 | 10001011 | 11110011 | 10101 | 101011 | 0 | 101 | 100001111 | 1010001 | 1001011 |
Color Harmonies of #C08BF3
Complementary color
Monochromatic Colors of #C08BF3
Black with #C08BF3
Text Example
Text Example
White with #C08BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08BF3; }
p { color: rgb(192,139,243); }
H1.HeaderClassName
{
color: #C08BF3;
}
.AnyTagClassName
{
color: #C08BF3;
}
</style>
background-color css
<style>
a { background-color: #C08BF3; }
a { background-color: rgb(192,139,243); }
div.DivClassName
{
background-color: #C08BF3;
}
.BgClassName
{
background-color: #C08BF3;
}
</style>
border-color css
<style>
span { border-color: #C08BF3; }
span { border-color: rgb(192,139,243); }
td.TdClassName
{
border-color: #C08BF3;
}
.TagClassName
{
border-color: #C08BF3;
}
</style>