Shades of Wisteria #C08CFA
Tints of Wisteria #C08CFA
RGB
CMYK
RGB Variations
Color information
#C08CFA (or 0xC08CFA) is known color: Wisteria. HEX triplet: C0, 8C and FA. RGB value is (192,140,250). Sum of RGB (Red+Green+Blue) = 192+140+250=582 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.99% from 582); Green value is 140 (55.08% from 255 or 24.05% from 582); Blue value is 250 (98.05% from 255 or 42.96% from 582); Max value from RGB is 250 - color contains mainly: blue. Hex color #C08CFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C08CFA is #3F7305. Grayscale: #A7A7A7. Windows color (decimal): -4158214 or 16420032. OLE color: 16420032.
HSL color Cylindrical-coordinate representation of color #C08CFA: hue angle of 268.36º 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 #C08CFA is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 140 | 250 | - |
| CMYK | 0.23 | 0.44 | 0 | 0.02 |
| HSL | 268.36º | 0.92% | 0.76% | - |
| HSV(B) | 268.36º | 0.44% | 0.98% | - |
| XYZ | 48.37 | 36.86 | 95.01 | - |
| YUV | 168.09 | 174.23 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 140 | 250 | 0.23 | 0.44 | 0 | 0.02 | 268.36 | 0.92 | 0.76 |
| Hex | C0 | 8C | FA | 17 | 2C | 0 | 2 | 10C | 5C | 4C |
| Octal | 300 | 214 | 372 | 27 | 54 | 0 | 2 | 414 | 134 | 114 |
| Binary | 11000000 | 10001100 | 11111010 | 10111 | 101100 | 0 | 10 | 100001100 | 1011100 | 1001100 |
Color Harmonies of #C08CFA
Complementary color
Monochromatic Colors of #C08CFA
Black with #C08CFA
Text Example
Text Example
White with #C08CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08CFA; }
p { color: rgb(192,140,250); }
H1.HeaderClassName
{
color: #C08CFA;
}
.AnyTagClassName
{
color: #C08CFA;
}
</style>
background-color css
<style>
a { background-color: #C08CFA; }
a { background-color: rgb(192,140,250); }
div.DivClassName
{
background-color: #C08CFA;
}
.BgClassName
{
background-color: #C08CFA;
}
</style>
border-color css
<style>
span { border-color: #C08CFA; }
span { border-color: rgb(192,140,250); }
td.TdClassName
{
border-color: #C08CFA;
}
.TagClassName
{
border-color: #C08CFA;
}
</style>