Shades of Wisteria #C07FE1
Tints of Wisteria #C07FE1
RGB
CMYK
RGB Variations
Color information
#C07FE1 (or 0xC07FE1) is known color: Wisteria. HEX triplet: C0, 7F and E1. RGB value is (192,127,225). Sum of RGB (Red+Green+Blue) = 192+127+225=544 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.29% from 544); Green value is 127 (50% from 255 or 23.35% from 544); Blue value is 225 (88.28% from 255 or 41.36% from 544); Max value from RGB is 225 - color contains mainly: blue. Hex color #C07FE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07FE1 is #3F801E. Grayscale: #9D9D9D. Windows color (decimal): -4161567 or 14778304. OLE color: 14778304.
HSL color Cylindrical-coordinate representation of color #C07FE1: hue angle of 279.8º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C07FE1 is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 127 | 225 | - |
| CMYK | 0.15 | 0.44 | 0 | 0.12 |
| HSL | 279.8º | 0.62% | 0.69% | - |
| HSV(B) | 279.8º | 0.44% | 0.88% | - |
| XYZ | 42.92 | 31.82 | 75.11 | - |
| YUV | 157.61 | 166.03 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 127 | 225 | 0.15 | 0.44 | 0 | 0.12 | 279.8 | 0.62 | 0.69 |
| Hex | C0 | 7F | E1 | F | 2C | 0 | C | 118 | 3E | 45 |
| Octal | 300 | 177 | 341 | 17 | 54 | 0 | 14 | 430 | 76 | 105 |
| Binary | 11000000 | 1111111 | 11100001 | 1111 | 101100 | 0 | 1100 | 100011000 | 111110 | 1000101 |
Color Harmonies of #C07FE1
Complementary color
Monochromatic Colors of #C07FE1
Black with #C07FE1
Text Example
Text Example
White with #C07FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07FE1; }
p { color: rgb(192,127,225); }
H1.HeaderClassName
{
color: #C07FE1;
}
.AnyTagClassName
{
color: #C07FE1;
}
</style>
background-color css
<style>
a { background-color: #C07FE1; }
a { background-color: rgb(192,127,225); }
div.DivClassName
{
background-color: #C07FE1;
}
.BgClassName
{
background-color: #C07FE1;
}
</style>
border-color css
<style>
span { border-color: #C07FE1; }
span { border-color: rgb(192,127,225); }
td.TdClassName
{
border-color: #C07FE1;
}
.TagClassName
{
border-color: #C07FE1;
}
</style>