Shades of Wisteria #C07FD8
Tints of Wisteria #C07FD8
RGB
CMYK
RGB Variations
Color information
#C07FD8 (or 0xC07FD8) is known color: Wisteria. HEX triplet: C0, 7F and D8. RGB value is (192,127,216). Sum of RGB (Red+Green+Blue) = 192+127+216=535 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.89% from 535); Green value is 127 (50% from 255 or 23.74% from 535); Blue value is 216 (84.77% from 255 or 40.37% from 535); Max value from RGB is 216 - color contains mainly: blue. Hex color #C07FD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07FD8 is #3F8027. Grayscale: #9C9C9C. Windows color (decimal): -4161576 or 14188480. OLE color: 14188480.
HSL color Cylindrical-coordinate representation of color #C07FD8: hue angle of 283.82º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C07FD8 is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 127 | 216 | - |
| CMYK | 0.11 | 0.41 | 0 | 0.15 |
| HSL | 283.82º | 0.53% | 0.67% | - |
| HSV(B) | 283.82º | 0.41% | 0.85% | - |
| XYZ | 41.72 | 31.34 | 68.82 | - |
| YUV | 156.58 | 161.53 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 127 | 216 | 0.11 | 0.41 | 0 | 0.15 | 283.82 | 0.53 | 0.67 |
| Hex | C0 | 7F | D8 | B | 29 | 0 | F | 11C | 35 | 43 |
| Octal | 300 | 177 | 330 | 13 | 51 | 0 | 17 | 434 | 65 | 103 |
| Binary | 11000000 | 1111111 | 11011000 | 1011 | 101001 | 0 | 1111 | 100011100 | 110101 | 1000011 |
Color Harmonies of #C07FD8
Complementary color
Monochromatic Colors of #C07FD8
Black with #C07FD8
Text Example
Text Example
White with #C07FD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07FD8; }
p { color: rgb(192,127,216); }
H1.HeaderClassName
{
color: #C07FD8;
}
.AnyTagClassName
{
color: #C07FD8;
}
</style>
background-color css
<style>
a { background-color: #C07FD8; }
a { background-color: rgb(192,127,216); }
div.DivClassName
{
background-color: #C07FD8;
}
.BgClassName
{
background-color: #C07FD8;
}
</style>
border-color css
<style>
span { border-color: #C07FD8; }
span { border-color: rgb(192,127,216); }
td.TdClassName
{
border-color: #C07FD8;
}
.TagClassName
{
border-color: #C07FD8;
}
</style>