Shades of Wisteria #C07EEA
Tints of Wisteria #C07EEA
RGB
CMYK
RGB Variations
Color information
#C07EEA (or 0xC07EEA) is known color: Wisteria. HEX triplet: C0, 7E and EA. RGB value is (192,126,234). Sum of RGB (Red+Green+Blue) = 192+126+234=552 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.78% from 552); Green value is 126 (49.61% from 255 or 22.83% from 552); Blue value is 234 (91.80% from 255 or 42.39% from 552); Max value from RGB is 234 - color contains mainly: blue. Hex color #C07EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C07EEA is #3F8115. Grayscale: #9D9D9D. Windows color (decimal): -4161814 or 15367872. OLE color: 15367872.
HSL color Cylindrical-coordinate representation of color #C07EEA: hue angle of 276.67º degrees, saturation: 0.72, 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 #C07EEA is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 126 | 234 | - |
| CMYK | 0.18 | 0.46 | 0 | 0.08 |
| HSL | 276.67º | 0.72% | 0.71% | - |
| HSV(B) | 276.67º | 0.46% | 0.92% | - |
| XYZ | 44.05 | 32.07 | 81.71 | - |
| YUV | 158.05 | 170.87 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 126 | 234 | 0.18 | 0.46 | 0 | 0.08 | 276.67 | 0.72 | 0.71 |
| Hex | C0 | 7E | EA | 12 | 2E | 0 | 8 | 115 | 48 | 47 |
| Octal | 300 | 176 | 352 | 22 | 56 | 0 | 10 | 425 | 110 | 107 |
| Binary | 11000000 | 1111110 | 11101010 | 10010 | 101110 | 0 | 1000 | 100010101 | 1001000 | 1000111 |
Color Harmonies of #C07EEA
Complementary color
Monochromatic Colors of #C07EEA
Black with #C07EEA
Text Example
Text Example
White with #C07EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07EEA; }
p { color: rgb(192,126,234); }
H1.HeaderClassName
{
color: #C07EEA;
}
.AnyTagClassName
{
color: #C07EEA;
}
</style>
background-color css
<style>
a { background-color: #C07EEA; }
a { background-color: rgb(192,126,234); }
div.DivClassName
{
background-color: #C07EEA;
}
.BgClassName
{
background-color: #C07EEA;
}
</style>
border-color css
<style>
span { border-color: #C07EEA; }
span { border-color: rgb(192,126,234); }
td.TdClassName
{
border-color: #C07EEA;
}
.TagClassName
{
border-color: #C07EEA;
}
</style>