Shades of Wisteria #C07CE4
Tints of Wisteria #C07CE4
RGB
CMYK
RGB Variations
Color information
#C07CE4 (or 0xC07CE4) is known color: Wisteria. HEX triplet: C0, 7C and E4. RGB value is (192,124,228). Sum of RGB (Red+Green+Blue) = 192+124+228=544 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.29% from 544); Green value is 124 (48.83% from 255 or 22.79% from 544); Blue value is 228 (89.45% from 255 or 41.91% from 544); Max value from RGB is 228 - color contains mainly: blue. Hex color #C07CE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07CE4 is #3F831B. Grayscale: #9B9B9B. Windows color (decimal): -4162332 or 14974144. OLE color: 14974144.
HSL color Cylindrical-coordinate representation of color #C07CE4: hue angle of 279.23º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C07CE4 is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 124 | 228 | - |
| CMYK | 0.16 | 0.46 | 0 | 0.11 |
| HSL | 279.23º | 0.66% | 0.69% | - |
| HSV(B) | 279.23º | 0.46% | 0.89% | - |
| XYZ | 42.95 | 31.22 | 77.16 | - |
| YUV | 156.19 | 168.53 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 124 | 228 | 0.16 | 0.46 | 0 | 0.11 | 279.23 | 0.66 | 0.69 |
| Hex | C0 | 7C | E4 | 10 | 2E | 0 | B | 117 | 42 | 45 |
| Octal | 300 | 174 | 344 | 20 | 56 | 0 | 13 | 427 | 102 | 105 |
| Binary | 11000000 | 1111100 | 11100100 | 10000 | 101110 | 0 | 1011 | 100010111 | 1000010 | 1000101 |
Color Harmonies of #C07CE4
Complementary color
Monochromatic Colors of #C07CE4
Black with #C07CE4
Text Example
Text Example
White with #C07CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07CE4; }
p { color: rgb(192,124,228); }
H1.HeaderClassName
{
color: #C07CE4;
}
.AnyTagClassName
{
color: #C07CE4;
}
</style>
background-color css
<style>
a { background-color: #C07CE4; }
a { background-color: rgb(192,124,228); }
div.DivClassName
{
background-color: #C07CE4;
}
.BgClassName
{
background-color: #C07CE4;
}
</style>
border-color css
<style>
span { border-color: #C07CE4; }
span { border-color: rgb(192,124,228); }
td.TdClassName
{
border-color: #C07CE4;
}
.TagClassName
{
border-color: #C07CE4;
}
</style>