Shades of Wisteria #C07FEB
Tints of Wisteria #C07FEB
RGB
CMYK
RGB Variations
Color information
#C07FEB (or 0xC07FEB) is known color: Wisteria. HEX triplet: C0, 7F and EB. RGB value is (192,127,235). Sum of RGB (Red+Green+Blue) = 192+127+235=554 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.66% from 554); Green value is 127 (50% from 255 or 22.92% from 554); Blue value is 235 (92.19% from 255 or 42.42% from 554); Max value from RGB is 235 - color contains mainly: blue. Hex color #C07FEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C07FEB is #3F8014. Grayscale: #9E9E9E. Windows color (decimal): -4161557 or 15433664. OLE color: 15433664.
HSL color Cylindrical-coordinate representation of color #C07FEB: hue angle of 276.11º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C07FEB is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 127 | 235 | - |
| CMYK | 0.18 | 0.46 | 0 | 0.08 |
| HSL | 276.11º | 0.73% | 0.71% | - |
| HSV(B) | 276.11º | 0.46% | 0.92% | - |
| XYZ | 44.32 | 32.38 | 82.51 | - |
| YUV | 158.75 | 171.03 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 127 | 235 | 0.18 | 0.46 | 0 | 0.08 | 276.11 | 0.73 | 0.71 |
| Hex | C0 | 7F | EB | 12 | 2E | 0 | 8 | 114 | 49 | 47 |
| Octal | 300 | 177 | 353 | 22 | 56 | 0 | 10 | 424 | 111 | 107 |
| Binary | 11000000 | 1111111 | 11101011 | 10010 | 101110 | 0 | 1000 | 100010100 | 1001001 | 1000111 |
Color Harmonies of #C07FEB
Complementary color
Monochromatic Colors of #C07FEB
Black with #C07FEB
Text Example
Text Example
White with #C07FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07FEB; }
p { color: rgb(192,127,235); }
H1.HeaderClassName
{
color: #C07FEB;
}
.AnyTagClassName
{
color: #C07FEB;
}
</style>
background-color css
<style>
a { background-color: #C07FEB; }
a { background-color: rgb(192,127,235); }
div.DivClassName
{
background-color: #C07FEB;
}
.BgClassName
{
background-color: #C07FEB;
}
</style>
border-color css
<style>
span { border-color: #C07FEB; }
span { border-color: rgb(192,127,235); }
td.TdClassName
{
border-color: #C07FEB;
}
.TagClassName
{
border-color: #C07FEB;
}
</style>