Shades of Wisteria #C07FE9
Tints of Wisteria #C07FE9
RGB
CMYK
RGB Variations
Color information
#C07FE9 (or 0xC07FE9) is known color: Wisteria. HEX triplet: C0, 7F and E9. RGB value is (192,127,233). Sum of RGB (Red+Green+Blue) = 192+127+233=552 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.78% from 552); Green value is 127 (50% from 255 or 23.01% from 552); Blue value is 233 (91.41% from 255 or 42.21% from 552); Max value from RGB is 233 - color contains mainly: blue. Hex color #C07FE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C07FE9 is #3F8016. Grayscale: #9E9E9E. Windows color (decimal): -4161559 or 15302592. OLE color: 15302592.
HSL color Cylindrical-coordinate representation of color #C07FE9: hue angle of 276.79º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C07FE9 is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 127 | 233 | - |
| CMYK | 0.18 | 0.45 | 0 | 0.09 |
| HSL | 276.79º | 0.71% | 0.71% | - |
| HSV(B) | 276.79º | 0.45% | 0.91% | - |
| XYZ | 44.04 | 32.27 | 81 | - |
| YUV | 158.52 | 170.03 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 127 | 233 | 0.18 | 0.45 | 0 | 0.09 | 276.79 | 0.71 | 0.71 |
| Hex | C0 | 7F | E9 | 12 | 2D | 0 | 9 | 115 | 47 | 47 |
| Octal | 300 | 177 | 351 | 22 | 55 | 0 | 11 | 425 | 107 | 107 |
| Binary | 11000000 | 1111111 | 11101001 | 10010 | 101101 | 0 | 1001 | 100010101 | 1000111 | 1000111 |
Color Harmonies of #C07FE9
Complementary color
Monochromatic Colors of #C07FE9
Black with #C07FE9
Text Example
Text Example
White with #C07FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07FE9; }
p { color: rgb(192,127,233); }
H1.HeaderClassName
{
color: #C07FE9;
}
.AnyTagClassName
{
color: #C07FE9;
}
</style>
background-color css
<style>
a { background-color: #C07FE9; }
a { background-color: rgb(192,127,233); }
div.DivClassName
{
background-color: #C07FE9;
}
.BgClassName
{
background-color: #C07FE9;
}
</style>
border-color css
<style>
span { border-color: #C07FE9; }
span { border-color: rgb(192,127,233); }
td.TdClassName
{
border-color: #C07FE9;
}
.TagClassName
{
border-color: #C07FE9;
}
</style>