Shades of Wisteria #C08CFC
Tints of Wisteria #C08CFC
RGB
CMYK
RGB Variations
Color information
#C08CFC (or 0xC08CFC) is known color: Wisteria. HEX triplet: C0, 8C and FC. RGB value is (192,140,252). Sum of RGB (Red+Green+Blue) = 192+140+252=584 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.88% from 584); Green value is 140 (55.08% from 255 or 23.97% from 584); Blue value is 252 (98.83% from 255 or 43.15% from 584); Max value from RGB is 252 - color contains mainly: blue. Hex color #C08CFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C08CFC is #3F7303. Grayscale: #A7A7A7. Windows color (decimal): -4158212 or 16551104. OLE color: 16551104.
HSL color Cylindrical-coordinate representation of color #C08CFC: hue angle of 267.86º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C08CFC is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 140 | 252 | - |
| CMYK | 0.24 | 0.44 | 0 | 0.01 |
| HSL | 267.86º | 0.95% | 0.77% | - |
| HSV(B) | 267.86º | 0.44% | 0.99% | - |
| XYZ | 48.69 | 36.99 | 96.67 | - |
| YUV | 168.32 | 175.23 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 140 | 252 | 0.24 | 0.44 | 0 | 0.01 | 267.86 | 0.95 | 0.77 |
| Hex | C0 | 8C | FC | 18 | 2C | 0 | 1 | 10C | 5F | 4D |
| Octal | 300 | 214 | 374 | 30 | 54 | 0 | 1 | 414 | 137 | 115 |
| Binary | 11000000 | 10001100 | 11111100 | 11000 | 101100 | 0 | 1 | 100001100 | 1011111 | 1001101 |
Color Harmonies of #C08CFC
Complementary color
Monochromatic Colors of #C08CFC
Black with #C08CFC
Text Example
Text Example
White with #C08CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08CFC; }
p { color: rgb(192,140,252); }
H1.HeaderClassName
{
color: #C08CFC;
}
.AnyTagClassName
{
color: #C08CFC;
}
</style>
background-color css
<style>
a { background-color: #C08CFC; }
a { background-color: rgb(192,140,252); }
div.DivClassName
{
background-color: #C08CFC;
}
.BgClassName
{
background-color: #C08CFC;
}
</style>
border-color css
<style>
span { border-color: #C08CFC; }
span { border-color: rgb(192,140,252); }
td.TdClassName
{
border-color: #C08CFC;
}
.TagClassName
{
border-color: #C08CFC;
}
</style>