Shades of Wisteria #C27FEC
Tints of Wisteria #C27FEC
RGB
CMYK
RGB Variations
Color information
#C27FEC (or 0xC27FEC) is known color: Wisteria. HEX triplet: C2, 7F and EC. RGB value is (194,127,236). Sum of RGB (Red+Green+Blue) = 194+127+236=557 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.83% from 557); Green value is 127 (50% from 255 or 22.80% from 557); Blue value is 236 (92.58% from 255 or 42.37% from 557); Max value from RGB is 236 - color contains mainly: blue. Hex color #C27FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C27FEC is #3D8013. Grayscale: #9F9F9F. Windows color (decimal): -4030484 or 15499202. OLE color: 15499202.
HSL color Cylindrical-coordinate representation of color #C27FEC: hue angle of 276.88º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C27FEC is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 127 | 236 | - |
| CMYK | 0.18 | 0.46 | 0 | 0.07 |
| HSL | 276.88º | 0.74% | 0.71% | - |
| HSV(B) | 276.88º | 0.46% | 0.93% | - |
| XYZ | 44.98 | 32.7 | 83.3 | - |
| YUV | 159.46 | 171.2 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 127 | 236 | 0.18 | 0.46 | 0 | 0.07 | 276.88 | 0.74 | 0.71 |
| Hex | C2 | 7F | EC | 12 | 2E | 0 | 7 | 115 | 4A | 47 |
| Octal | 302 | 177 | 354 | 22 | 56 | 0 | 7 | 425 | 112 | 107 |
| Binary | 11000010 | 1111111 | 11101100 | 10010 | 101110 | 0 | 111 | 100010101 | 1001010 | 1000111 |
Color Harmonies of #C27FEC
Complementary color
Monochromatic Colors of #C27FEC
Black with #C27FEC
Text Example
Text Example
White with #C27FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27FEC; }
p { color: rgb(194,127,236); }
H1.HeaderClassName
{
color: #C27FEC;
}
.AnyTagClassName
{
color: #C27FEC;
}
</style>
background-color css
<style>
a { background-color: #C27FEC; }
a { background-color: rgb(194,127,236); }
div.DivClassName
{
background-color: #C27FEC;
}
.BgClassName
{
background-color: #C27FEC;
}
</style>
border-color css
<style>
span { border-color: #C27FEC; }
span { border-color: rgb(194,127,236); }
td.TdClassName
{
border-color: #C27FEC;
}
.TagClassName
{
border-color: #C27FEC;
}
</style>