Shades of Wisteria #C27FED
Tints of Wisteria #C27FED
RGB
CMYK
RGB Variations
Color information
#C27FED (or 0xC27FED) is known color: Wisteria. HEX triplet: C2, 7F and ED. RGB value is (194,127,237). Sum of RGB (Red+Green+Blue) = 194+127+237=558 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.77% from 558); Green value is 127 (50% from 255 or 22.76% from 558); Blue value is 237 (92.97% from 255 or 42.47% from 558); Max value from RGB is 237 - color contains mainly: blue. Hex color #C27FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C27FED is #3D8012. Grayscale: #9F9F9F. Windows color (decimal): -4030483 or 15564738. OLE color: 15564738.
HSL color Cylindrical-coordinate representation of color #C27FED: hue angle of 276.55º degrees, saturation: 0.75, 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 #C27FED is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 127 | 237 | - |
| CMYK | 0.18 | 0.46 | 0 | 0.07 |
| HSL | 276.55º | 0.75% | 0.71% | - |
| HSV(B) | 276.55º | 0.46% | 0.93% | - |
| XYZ | 45.12 | 32.76 | 84.07 | - |
| YUV | 159.57 | 171.7 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 127 | 237 | 0.18 | 0.46 | 0 | 0.07 | 276.55 | 0.75 | 0.71 |
| Hex | C2 | 7F | ED | 12 | 2E | 0 | 7 | 115 | 4B | 47 |
| Octal | 302 | 177 | 355 | 22 | 56 | 0 | 7 | 425 | 113 | 107 |
| Binary | 11000010 | 1111111 | 11101101 | 10010 | 101110 | 0 | 111 | 100010101 | 1001011 | 1000111 |
Color Harmonies of #C27FED
Complementary color
Monochromatic Colors of #C27FED
Black with #C27FED
Text Example
Text Example
White with #C27FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27FED; }
p { color: rgb(194,127,237); }
H1.HeaderClassName
{
color: #C27FED;
}
.AnyTagClassName
{
color: #C27FED;
}
</style>
background-color css
<style>
a { background-color: #C27FED; }
a { background-color: rgb(194,127,237); }
div.DivClassName
{
background-color: #C27FED;
}
.BgClassName
{
background-color: #C27FED;
}
</style>
border-color css
<style>
span { border-color: #C27FED; }
span { border-color: rgb(194,127,237); }
td.TdClassName
{
border-color: #C27FED;
}
.TagClassName
{
border-color: #C27FED;
}
</style>