Shades of Wisteria #C08CFF
Tints of Wisteria #C08CFF
RGB
CMYK
RGB Variations
Color information
#C08CFF (or 0xC08CFF) is known color: Wisteria. HEX triplet: C0, 8C and FF. RGB value is (192,140,255). Sum of RGB (Red+Green+Blue) = 192+140+255=587 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.71% from 587); Green value is 140 (55.08% from 255 or 23.85% from 587); Blue value is 255 (100% from 255 or 43.44% from 587); Max value from RGB is 255 - color contains mainly: blue. Hex color #C08CFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C08CFF is #3F7300. Grayscale: #A8A8A8. Windows color (decimal): -4158209 or 16747712. OLE color: 16747712.
HSL color Cylindrical-coordinate representation of color #C08CFF: hue angle of 267.13º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C08CFF is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 140 | 255 | - |
| CMYK | 0.25 | 0.45 | 0 | 0 |
| HSL | 267.13º | 1% | 0.77% | - |
| HSV(B) | 267.13º | 0.45% | 1% | - |
| XYZ | 49.17 | 37.18 | 99.19 | - |
| YUV | 168.66 | 176.73 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 140 | 255 | 0.25 | 0.45 | 0 | 0 | 267.13 | 1 | 0.77 |
| Hex | C0 | 8C | FF | 19 | 2D | 0 | 0 | 10B | 64 | 4D |
| Octal | 300 | 214 | 377 | 31 | 55 | 0 | 0 | 413 | 144 | 115 |
| Binary | 11000000 | 10001100 | 11111111 | 11001 | 101101 | 0 | 0 | 100001011 | 1100100 | 1001101 |
Color Harmonies of #C08CFF
Complementary color
Monochromatic Colors of #C08CFF
Black with #C08CFF
Text Example
Text Example
White with #C08CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08CFF; }
p { color: rgb(192,140,255); }
H1.HeaderClassName
{
color: #C08CFF;
}
.AnyTagClassName
{
color: #C08CFF;
}
</style>
background-color css
<style>
a { background-color: #C08CFF; }
a { background-color: rgb(192,140,255); }
div.DivClassName
{
background-color: #C08CFF;
}
.BgClassName
{
background-color: #C08CFF;
}
</style>
border-color css
<style>
span { border-color: #C08CFF; }
span { border-color: rgb(192,140,255); }
td.TdClassName
{
border-color: #C08CFF;
}
.TagClassName
{
border-color: #C08CFF;
}
</style>