Shades of Wisteria #C07BE6
Tints of Wisteria #C07BE6
RGB
CMYK
RGB Variations
Color information
#C07BE6 (or 0xC07BE6) is known color: Wisteria. HEX triplet: C0, 7B and E6. RGB value is (192,123,230). Sum of RGB (Red+Green+Blue) = 192+123+230=545 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.23% from 545); Green value is 123 (48.44% from 255 or 22.57% from 545); Blue value is 230 (90.23% from 255 or 42.20% from 545); Max value from RGB is 230 - color contains mainly: blue. Hex color #C07BE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C07BE6 is #3F8419. Grayscale: #9B9B9B. Windows color (decimal): -4162586 or 15104960. OLE color: 15104960.
HSL color Cylindrical-coordinate representation of color #C07BE6: hue angle of 278.69º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C07BE6 is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 192 | 123 | 230 | - |
| CMYK | 0.17 | 0.47 | 0 | 0.10 |
| HSL | 278.69º | 0.68% | 0.69% | - |
| HSV(B) | 278.69º | 0.47% | 0.9% | - |
| XYZ | 43.1 | 31.09 | 78.59 | - |
| YUV | 155.83 | 169.86 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 123 | 230 | 0.17 | 0.47 | 0 | 0.10 | 278.69 | 0.68 | 0.69 |
| Hex | C0 | 7B | E6 | 11 | 2F | 0 | A | 117 | 44 | 45 |
| Octal | 300 | 173 | 346 | 21 | 57 | 0 | 12 | 427 | 104 | 105 |
| Binary | 11000000 | 1111011 | 11100110 | 10001 | 101111 | 0 | 1010 | 100010111 | 1000100 | 1000101 |
Color Harmonies of #C07BE6
Complementary color
Monochromatic Colors of #C07BE6
Black with #C07BE6
Text Example
Text Example
White with #C07BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07BE6; }
p { color: rgb(192,123,230); }
H1.HeaderClassName
{
color: #C07BE6;
}
.AnyTagClassName
{
color: #C07BE6;
}
</style>
background-color css
<style>
a { background-color: #C07BE6; }
a { background-color: rgb(192,123,230); }
div.DivClassName
{
background-color: #C07BE6;
}
.BgClassName
{
background-color: #C07BE6;
}
</style>
border-color css
<style>
span { border-color: #C07BE6; }
span { border-color: rgb(192,123,230); }
td.TdClassName
{
border-color: #C07BE6;
}
.TagClassName
{
border-color: #C07BE6;
}
</style>