Shades of Wisteria #C07BDD
Tints of Wisteria #C07BDD
RGB
CMYK
RGB Variations
Color information
#C07BDD (or 0xC07BDD) is known color: Wisteria. HEX triplet: C0, 7B and DD. RGB value is (192,123,221). Sum of RGB (Red+Green+Blue) = 192+123+221=536 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.82% from 536); Green value is 123 (48.44% from 255 or 22.95% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #C07BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07BDD is #3F8422. Grayscale: #9A9A9A. Windows color (decimal): -4162595 or 14515136. OLE color: 14515136.
HSL color Cylindrical-coordinate representation of color #C07BDD: hue angle of 282.24º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C07BDD is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 123 | 221 | - |
| CMYK | 0.13 | 0.44 | 0 | 0.13 |
| HSL | 282.24º | 0.59% | 0.67% | - |
| HSV(B) | 282.24º | 0.44% | 0.87% | - |
| XYZ | 41.87 | 30.59 | 72.1 | - |
| YUV | 154.8 | 165.36 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 123 | 221 | 0.13 | 0.44 | 0 | 0.13 | 282.24 | 0.59 | 0.67 |
| Hex | C0 | 7B | DD | D | 2C | 0 | D | 11A | 3B | 43 |
| Octal | 300 | 173 | 335 | 15 | 54 | 0 | 15 | 432 | 73 | 103 |
| Binary | 11000000 | 1111011 | 11011101 | 1101 | 101100 | 0 | 1101 | 100011010 | 111011 | 1000011 |
Color Harmonies of #C07BDD
Complementary color
Monochromatic Colors of #C07BDD
Black with #C07BDD
Text Example
Text Example
White with #C07BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07BDD; }
p { color: rgb(192,123,221); }
H1.HeaderClassName
{
color: #C07BDD;
}
.AnyTagClassName
{
color: #C07BDD;
}
</style>
background-color css
<style>
a { background-color: #C07BDD; }
a { background-color: rgb(192,123,221); }
div.DivClassName
{
background-color: #C07BDD;
}
.BgClassName
{
background-color: #C07BDD;
}
</style>
border-color css
<style>
span { border-color: #C07BDD; }
span { border-color: rgb(192,123,221); }
td.TdClassName
{
border-color: #C07BDD;
}
.TagClassName
{
border-color: #C07BDD;
}
</style>