Shades of Wisteria #C07BE9
Tints of Wisteria #C07BE9
RGB
CMYK
RGB Variations
Color information
#C07BE9 (or 0xC07BE9) is known color: Wisteria. HEX triplet: C0, 7B and E9. RGB value is (192,123,233). Sum of RGB (Red+Green+Blue) = 192+123+233=548 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.04% from 548); Green value is 123 (48.44% from 255 or 22.45% from 548); Blue value is 233 (91.41% from 255 or 42.52% from 548); Max value from RGB is 233 - color contains mainly: blue. Hex color #C07BE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C07BE9 is #3F8416. Grayscale: #9B9B9B. Windows color (decimal): -4162583 or 15301568. OLE color: 15301568.
HSL color Cylindrical-coordinate representation of color #C07BE9: hue angle of 277.64º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C07BE9 is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 123 | 233 | - |
| CMYK | 0.18 | 0.47 | 0 | 0.09 |
| HSL | 277.64º | 0.71% | 0.7% | - |
| HSV(B) | 277.64º | 0.47% | 0.91% | - |
| XYZ | 43.53 | 31.26 | 80.83 | - |
| YUV | 156.17 | 171.36 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 123 | 233 | 0.18 | 0.47 | 0 | 0.09 | 277.64 | 0.71 | 0.7 |
| Hex | C0 | 7B | E9 | 12 | 2F | 0 | 9 | 116 | 47 | 46 |
| Octal | 300 | 173 | 351 | 22 | 57 | 0 | 11 | 426 | 107 | 106 |
| Binary | 11000000 | 1111011 | 11101001 | 10010 | 101111 | 0 | 1001 | 100010110 | 1000111 | 1000110 |
Color Harmonies of #C07BE9
Complementary color
Monochromatic Colors of #C07BE9
Black with #C07BE9
Text Example
Text Example
White with #C07BE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07BE9; }
p { color: rgb(192,123,233); }
H1.HeaderClassName
{
color: #C07BE9;
}
.AnyTagClassName
{
color: #C07BE9;
}
</style>
background-color css
<style>
a { background-color: #C07BE9; }
a { background-color: rgb(192,123,233); }
div.DivClassName
{
background-color: #C07BE9;
}
.BgClassName
{
background-color: #C07BE9;
}
</style>
border-color css
<style>
span { border-color: #C07BE9; }
span { border-color: rgb(192,123,233); }
td.TdClassName
{
border-color: #C07BE9;
}
.TagClassName
{
border-color: #C07BE9;
}
</style>