Shades of Wisteria #C07CDA
Tints of Wisteria #C07CDA
RGB
CMYK
RGB Variations
Color information
#C07CDA (or 0xC07CDA) is known color: Wisteria. HEX triplet: C0, 7C and DA. RGB value is (192,124,218). Sum of RGB (Red+Green+Blue) = 192+124+218=534 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.96% from 534); Green value is 124 (48.83% from 255 or 23.22% from 534); Blue value is 218 (85.55% from 255 or 40.82% from 534); Max value from RGB is 218 - color contains mainly: blue. Hex color #C07CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07CDA is #3F8325. Grayscale: #9A9A9A. Windows color (decimal): -4162342 or 14318784. OLE color: 14318784.
HSL color Cylindrical-coordinate representation of color #C07CDA: hue angle of 283.4º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C07CDA is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 124 | 218 | - |
| CMYK | 0.12 | 0.43 | 0 | 0.15 |
| HSL | 283.4º | 0.56% | 0.67% | - |
| HSV(B) | 283.4º | 0.43% | 0.85% | - |
| XYZ | 41.6 | 30.68 | 70.06 | - |
| YUV | 155.05 | 163.53 | 154.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 124 | 218 | 0.12 | 0.43 | 0 | 0.15 | 283.4 | 0.56 | 0.67 |
| Hex | C0 | 7C | DA | C | 2B | 0 | F | 11B | 38 | 43 |
| Octal | 300 | 174 | 332 | 14 | 53 | 0 | 17 | 433 | 70 | 103 |
| Binary | 11000000 | 1111100 | 11011010 | 1100 | 101011 | 0 | 1111 | 100011011 | 111000 | 1000011 |
Color Harmonies of #C07CDA
Complementary color
Monochromatic Colors of #C07CDA
Black with #C07CDA
Text Example
Text Example
White with #C07CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07CDA; }
p { color: rgb(192,124,218); }
H1.HeaderClassName
{
color: #C07CDA;
}
.AnyTagClassName
{
color: #C07CDA;
}
</style>
background-color css
<style>
a { background-color: #C07CDA; }
a { background-color: rgb(192,124,218); }
div.DivClassName
{
background-color: #C07CDA;
}
.BgClassName
{
background-color: #C07CDA;
}
</style>
border-color css
<style>
span { border-color: #C07CDA; }
span { border-color: rgb(192,124,218); }
td.TdClassName
{
border-color: #C07CDA;
}
.TagClassName
{
border-color: #C07CDA;
}
</style>