Shades of Wisteria #C08BFA
Tints of Wisteria #C08BFA
RGB
CMYK
RGB Variations
Color information
#C08BFA (or 0xC08BFA) is known color: Wisteria. HEX triplet: C0, 8B and FA. RGB value is (192,139,250). Sum of RGB (Red+Green+Blue) = 192+139+250=581 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.05% from 581); Green value is 139 (54.69% from 255 or 23.92% from 581); Blue value is 250 (98.05% from 255 or 43.03% from 581); Max value from RGB is 250 - color contains mainly: blue. Hex color #C08BFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C08BFA is #3F7405. Grayscale: #A7A7A7. Windows color (decimal): -4158470 or 16419776. OLE color: 16419776.
HSL color Cylindrical-coordinate representation of color #C08BFA: hue angle of 268.65º degrees, saturation: 0.92, 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 #C08BFA is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 139 | 250 | - |
| CMYK | 0.23 | 0.44 | 0 | 0.02 |
| HSL | 268.65º | 0.92% | 0.76% | - |
| HSV(B) | 268.65º | 0.44% | 0.98% | - |
| XYZ | 48.23 | 36.57 | 94.96 | - |
| YUV | 167.5 | 174.56 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 139 | 250 | 0.23 | 0.44 | 0 | 0.02 | 268.65 | 0.92 | 0.76 |
| Hex | C0 | 8B | FA | 17 | 2C | 0 | 2 | 10D | 5C | 4C |
| Octal | 300 | 213 | 372 | 27 | 54 | 0 | 2 | 415 | 134 | 114 |
| Binary | 11000000 | 10001011 | 11111010 | 10111 | 101100 | 0 | 10 | 100001101 | 1011100 | 1001100 |
Color Harmonies of #C08BFA
Complementary color
Monochromatic Colors of #C08BFA
Black with #C08BFA
Text Example
Text Example
White with #C08BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08BFA; }
p { color: rgb(192,139,250); }
H1.HeaderClassName
{
color: #C08BFA;
}
.AnyTagClassName
{
color: #C08BFA;
}
</style>
background-color css
<style>
a { background-color: #C08BFA; }
a { background-color: rgb(192,139,250); }
div.DivClassName
{
background-color: #C08BFA;
}
.BgClassName
{
background-color: #C08BFA;
}
</style>
border-color css
<style>
span { border-color: #C08BFA; }
span { border-color: rgb(192,139,250); }
td.TdClassName
{
border-color: #C08BFA;
}
.TagClassName
{
border-color: #C08BFA;
}
</style>