Shades of Wisteria #C07FDF
Tints of Wisteria #C07FDF
RGB
CMYK
RGB Variations
Color information
#C07FDF (or 0xC07FDF) is known color: Wisteria. HEX triplet: C0, 7F and DF. RGB value is (192,127,223). Sum of RGB (Red+Green+Blue) = 192+127+223=542 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.42% from 542); Green value is 127 (50% from 255 or 23.43% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 223 - color contains mainly: blue. Hex color #C07FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07FDF is #3F8020. Grayscale: #9D9D9D. Windows color (decimal): -4161569 or 14647232. OLE color: 14647232.
HSL color Cylindrical-coordinate representation of color #C07FDF: hue angle of 280.62º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C07FDF is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 127 | 223 | - |
| CMYK | 0.14 | 0.43 | 0 | 0.13 |
| HSL | 280.63º | 0.6% | 0.69% | - |
| HSV(B) | 280.63º | 0.43% | 0.87% | - |
| XYZ | 42.65 | 31.71 | 73.69 | - |
| YUV | 157.38 | 165.03 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 127 | 223 | 0.14 | 0.43 | 0 | 0.13 | 280.63 | 0.6 | 0.69 |
| Hex | C0 | 7F | DF | E | 2B | 0 | D | 119 | 3C | 45 |
| Octal | 300 | 177 | 337 | 16 | 53 | 0 | 15 | 431 | 74 | 105 |
| Binary | 11000000 | 1111111 | 11011111 | 1110 | 101011 | 0 | 1101 | 100011001 | 111100 | 1000101 |
Color Harmonies of #C07FDF
Complementary color
Monochromatic Colors of #C07FDF
Black with #C07FDF
Text Example
Text Example
White with #C07FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07FDF; }
p { color: rgb(192,127,223); }
H1.HeaderClassName
{
color: #C07FDF;
}
.AnyTagClassName
{
color: #C07FDF;
}
</style>
background-color css
<style>
a { background-color: #C07FDF; }
a { background-color: rgb(192,127,223); }
div.DivClassName
{
background-color: #C07FDF;
}
.BgClassName
{
background-color: #C07FDF;
}
</style>
border-color css
<style>
span { border-color: #C07FDF; }
span { border-color: rgb(192,127,223); }
td.TdClassName
{
border-color: #C07FDF;
}
.TagClassName
{
border-color: #C07FDF;
}
</style>