Shades of Wisteria #C07BDA
Tints of Wisteria #C07BDA
RGB
CMYK
RGB Variations
Color information
#C07BDA (or 0xC07BDA) is known color: Wisteria. HEX triplet: C0, 7B and DA. RGB value is (192,123,218). Sum of RGB (Red+Green+Blue) = 192+123+218=533 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.02% from 533); Green value is 123 (48.44% from 255 or 23.08% from 533); Blue value is 218 (85.55% from 255 or 40.90% from 533); Max value from RGB is 218 - color contains mainly: blue. Hex color #C07BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07BDA is #3F8425. Grayscale: #9A9A9A. Windows color (decimal): -4162598 or 14318528. OLE color: 14318528.
HSL color Cylindrical-coordinate representation of color #C07BDA: hue angle of 283.58º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C07BDA is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 123 | 218 | - |
| CMYK | 0.12 | 0.44 | 0 | 0.15 |
| HSL | 283.58º | 0.56% | 0.67% | - |
| HSV(B) | 283.58º | 0.44% | 0.85% | - |
| XYZ | 41.48 | 30.43 | 70.02 | - |
| YUV | 154.46 | 163.86 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 123 | 218 | 0.12 | 0.44 | 0 | 0.15 | 283.58 | 0.56 | 0.67 |
| Hex | C0 | 7B | DA | C | 2C | 0 | F | 11C | 38 | 43 |
| Octal | 300 | 173 | 332 | 14 | 54 | 0 | 17 | 434 | 70 | 103 |
| Binary | 11000000 | 1111011 | 11011010 | 1100 | 101100 | 0 | 1111 | 100011100 | 111000 | 1000011 |
Color Harmonies of #C07BDA
Complementary color
Monochromatic Colors of #C07BDA
Black with #C07BDA
Text Example
Text Example
White with #C07BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07BDA; }
p { color: rgb(192,123,218); }
H1.HeaderClassName
{
color: #C07BDA;
}
.AnyTagClassName
{
color: #C07BDA;
}
</style>
background-color css
<style>
a { background-color: #C07BDA; }
a { background-color: rgb(192,123,218); }
div.DivClassName
{
background-color: #C07BDA;
}
.BgClassName
{
background-color: #C07BDA;
}
</style>
border-color css
<style>
span { border-color: #C07BDA; }
span { border-color: rgb(192,123,218); }
td.TdClassName
{
border-color: #C07BDA;
}
.TagClassName
{
border-color: #C07BDA;
}
</style>