Shades of Wisteria #C08CFE
Tints of Wisteria #C08CFE
RGB
CMYK
RGB Variations
Color information
#C08CFE (or 0xC08CFE) is known color: Wisteria. HEX triplet: C0, 8C and FE. RGB value is (192,140,254). Sum of RGB (Red+Green+Blue) = 192+140+254=586 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.76% from 586); Green value is 140 (55.08% from 255 or 23.89% from 586); Blue value is 254 (99.61% from 255 or 43.34% from 586); Max value from RGB is 254 - color contains mainly: blue. Hex color #C08CFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C08CFE is #3F7301. Grayscale: #A8A8A8. Windows color (decimal): -4158210 or 16682176. OLE color: 16682176.
HSL color Cylindrical-coordinate representation of color #C08CFE: hue angle of 267.37º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C08CFE is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 140 | 254 | - |
| CMYK | 0.24 | 0.45 | 0 | 0.00 |
| HSL | 267.37º | 0.98% | 0.77% | - |
| HSV(B) | 267.37º | 0.45% | 1% | - |
| XYZ | 49.01 | 37.12 | 98.35 | - |
| YUV | 168.54 | 176.23 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 140 | 254 | 0.24 | 0.45 | 0 | 0.00 | 267.37 | 0.98 | 0.77 |
| Hex | C0 | 8C | FE | 18 | 2D | 0 | 0 | 10B | 62 | 4D |
| Octal | 300 | 214 | 376 | 30 | 55 | 0 | 0 | 413 | 142 | 115 |
| Binary | 11000000 | 10001100 | 11111110 | 11000 | 101101 | 0 | 0 | 100001011 | 1100010 | 1001101 |
Color Harmonies of #C08CFE
Complementary color
Monochromatic Colors of #C08CFE
Black with #C08CFE
Text Example
Text Example
White with #C08CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08CFE; }
p { color: rgb(192,140,254); }
H1.HeaderClassName
{
color: #C08CFE;
}
.AnyTagClassName
{
color: #C08CFE;
}
</style>
background-color css
<style>
a { background-color: #C08CFE; }
a { background-color: rgb(192,140,254); }
div.DivClassName
{
background-color: #C08CFE;
}
.BgClassName
{
background-color: #C08CFE;
}
</style>
border-color css
<style>
span { border-color: #C08CFE; }
span { border-color: rgb(192,140,254); }
td.TdClassName
{
border-color: #C08CFE;
}
.TagClassName
{
border-color: #C08CFE;
}
</style>