Shades of Wisteria #C07BE1
Tints of Wisteria #C07BE1
RGB
CMYK
RGB Variations
Color information
#C07BE1 (or 0xC07BE1) is known color: Wisteria. HEX triplet: C0, 7B and E1. RGB value is (192,123,225). Sum of RGB (Red+Green+Blue) = 192+123+225=540 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.56% from 540); Green value is 123 (48.44% from 255 or 22.78% from 540); Blue value is 225 (88.28% from 255 or 41.67% from 540); Max value from RGB is 225 - color contains mainly: blue. Hex color #C07BE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07BE1 is #3F841E. Grayscale: #9A9A9A. Windows color (decimal): -4162591 or 14777280. OLE color: 14777280.
HSL color Cylindrical-coordinate representation of color #C07BE1: hue angle of 280.59º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C07BE1 is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 123 | 225 | - |
| CMYK | 0.15 | 0.45 | 0 | 0.12 |
| HSL | 280.59º | 0.63% | 0.68% | - |
| HSV(B) | 280.59º | 0.45% | 0.88% | - |
| XYZ | 42.41 | 30.81 | 74.95 | - |
| YUV | 155.26 | 167.36 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 123 | 225 | 0.15 | 0.45 | 0 | 0.12 | 280.59 | 0.63 | 0.68 |
| Hex | C0 | 7B | E1 | F | 2D | 0 | C | 119 | 3F | 44 |
| Octal | 300 | 173 | 341 | 17 | 55 | 0 | 14 | 431 | 77 | 104 |
| Binary | 11000000 | 1111011 | 11100001 | 1111 | 101101 | 0 | 1100 | 100011001 | 111111 | 1000100 |
Color Harmonies of #C07BE1
Complementary color
Monochromatic Colors of #C07BE1
Black with #C07BE1
Text Example
Text Example
White with #C07BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07BE1; }
p { color: rgb(192,123,225); }
H1.HeaderClassName
{
color: #C07BE1;
}
.AnyTagClassName
{
color: #C07BE1;
}
</style>
background-color css
<style>
a { background-color: #C07BE1; }
a { background-color: rgb(192,123,225); }
div.DivClassName
{
background-color: #C07BE1;
}
.BgClassName
{
background-color: #C07BE1;
}
</style>
border-color css
<style>
span { border-color: #C07BE1; }
span { border-color: rgb(192,123,225); }
td.TdClassName
{
border-color: #C07BE1;
}
.TagClassName
{
border-color: #C07BE1;
}
</style>