Shades of Wisteria #C07BE4
Tints of Wisteria #C07BE4
RGB
CMYK
RGB Variations
Color information
#C07BE4 (or 0xC07BE4) is known color: Wisteria. HEX triplet: C0, 7B and E4. RGB value is (192,123,228). Sum of RGB (Red+Green+Blue) = 192+123+228=543 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.36% from 543); Green value is 123 (48.44% from 255 or 22.65% from 543); Blue value is 228 (89.45% from 255 or 41.99% from 543); Max value from RGB is 228 - color contains mainly: blue. Hex color #C07BE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07BE4 is #3F841B. Grayscale: #9B9B9B. Windows color (decimal): -4162588 or 14973888. OLE color: 14973888.
HSL color Cylindrical-coordinate representation of color #C07BE4: hue angle of 279.43º 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 #C07BE4 is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 123 | 228 | - |
| CMYK | 0.16 | 0.46 | 0 | 0.11 |
| HSL | 279.43º | 0.66% | 0.69% | - |
| HSV(B) | 279.43º | 0.46% | 0.89% | - |
| XYZ | 42.82 | 30.97 | 77.12 | - |
| YUV | 155.6 | 168.86 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 123 | 228 | 0.16 | 0.46 | 0 | 0.11 | 279.43 | 0.66 | 0.69 |
| Hex | C0 | 7B | E4 | 10 | 2E | 0 | B | 117 | 42 | 45 |
| Octal | 300 | 173 | 344 | 20 | 56 | 0 | 13 | 427 | 102 | 105 |
| Binary | 11000000 | 1111011 | 11100100 | 10000 | 101110 | 0 | 1011 | 100010111 | 1000010 | 1000101 |
Color Harmonies of #C07BE4
Complementary color
Monochromatic Colors of #C07BE4
Black with #C07BE4
Text Example
Text Example
White with #C07BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07BE4; }
p { color: rgb(192,123,228); }
H1.HeaderClassName
{
color: #C07BE4;
}
.AnyTagClassName
{
color: #C07BE4;
}
</style>
background-color css
<style>
a { background-color: #C07BE4; }
a { background-color: rgb(192,123,228); }
div.DivClassName
{
background-color: #C07BE4;
}
.BgClassName
{
background-color: #C07BE4;
}
</style>
border-color css
<style>
span { border-color: #C07BE4; }
span { border-color: rgb(192,123,228); }
td.TdClassName
{
border-color: #C07BE4;
}
.TagClassName
{
border-color: #C07BE4;
}
</style>