Shades of Wisteria #C08FFA
Tints of Wisteria #C08FFA
RGB
CMYK
RGB Variations
Color information
#C08FFA (or 0xC08FFA) is known color: Wisteria. HEX triplet: C0, 8F and FA. RGB value is (192,143,250). Sum of RGB (Red+Green+Blue) = 192+143+250=585 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.82% from 585); Green value is 143 (56.25% from 255 or 24.44% from 585); Blue value is 250 (98.05% from 255 or 42.74% from 585); Max value from RGB is 250 - color contains mainly: blue. Hex color #C08FFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C08FFA is #3F7005. Grayscale: #A9A9A9. Windows color (decimal): -4157446 or 16420800. OLE color: 16420800.
HSL color Cylindrical-coordinate representation of color #C08FFA: hue angle of 267.48º degrees, saturation: 0.91, 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 #C08FFA is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 143 | 250 | - |
| CMYK | 0.23 | 0.43 | 0 | 0.02 |
| HSL | 267.48º | 0.91% | 0.77% | - |
| HSV(B) | 267.48º | 0.43% | 0.98% | - |
| XYZ | 48.82 | 37.75 | 95.16 | - |
| YUV | 169.85 | 173.23 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 143 | 250 | 0.23 | 0.43 | 0 | 0.02 | 267.48 | 0.91 | 0.77 |
| Hex | C0 | 8F | FA | 17 | 2B | 0 | 2 | 10B | 5B | 4D |
| Octal | 300 | 217 | 372 | 27 | 53 | 0 | 2 | 413 | 133 | 115 |
| Binary | 11000000 | 10001111 | 11111010 | 10111 | 101011 | 0 | 10 | 100001011 | 1011011 | 1001101 |
Color Harmonies of #C08FFA
Complementary color
Monochromatic Colors of #C08FFA
Black with #C08FFA
Text Example
Text Example
White with #C08FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08FFA; }
p { color: rgb(192,143,250); }
H1.HeaderClassName
{
color: #C08FFA;
}
.AnyTagClassName
{
color: #C08FFA;
}
</style>
background-color css
<style>
a { background-color: #C08FFA; }
a { background-color: rgb(192,143,250); }
div.DivClassName
{
background-color: #C08FFA;
}
.BgClassName
{
background-color: #C08FFA;
}
</style>
border-color css
<style>
span { border-color: #C08FFA; }
span { border-color: rgb(192,143,250); }
td.TdClassName
{
border-color: #C08FFA;
}
.TagClassName
{
border-color: #C08FFA;
}
</style>