Shades of Wisteria #C27FEB
Tints of Wisteria #C27FEB
RGB
CMYK
RGB Variations
Color information
#C27FEB (or 0xC27FEB) is known color: Wisteria. HEX triplet: C2, 7F and EB. RGB value is (194,127,235). Sum of RGB (Red+Green+Blue) = 194+127+235=556 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.89% from 556); Green value is 127 (50% from 255 or 22.84% from 556); Blue value is 235 (92.19% from 255 or 42.27% from 556); Max value from RGB is 235 - color contains mainly: blue. Hex color #C27FEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C27FEB is #3D8014. Grayscale: #9E9E9E. Windows color (decimal): -4030485 or 15433666. OLE color: 15433666.
HSL color Cylindrical-coordinate representation of color #C27FEB: hue angle of 277.22º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C27FEB is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 127 | 235 | - |
| CMYK | 0.17 | 0.46 | 0 | 0.08 |
| HSL | 277.22º | 0.73% | 0.71% | - |
| HSV(B) | 277.22º | 0.46% | 0.92% | - |
| XYZ | 44.83 | 32.65 | 82.54 | - |
| YUV | 159.35 | 170.7 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 127 | 235 | 0.17 | 0.46 | 0 | 0.08 | 277.22 | 0.73 | 0.71 |
| Hex | C2 | 7F | EB | 11 | 2E | 0 | 8 | 115 | 49 | 47 |
| Octal | 302 | 177 | 353 | 21 | 56 | 0 | 10 | 425 | 111 | 107 |
| Binary | 11000010 | 1111111 | 11101011 | 10001 | 101110 | 0 | 1000 | 100010101 | 1001001 | 1000111 |
Color Harmonies of #C27FEB
Complementary color
Monochromatic Colors of #C27FEB
Black with #C27FEB
Text Example
Text Example
White with #C27FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27FEB; }
p { color: rgb(194,127,235); }
H1.HeaderClassName
{
color: #C27FEB;
}
.AnyTagClassName
{
color: #C27FEB;
}
</style>
background-color css
<style>
a { background-color: #C27FEB; }
a { background-color: rgb(194,127,235); }
div.DivClassName
{
background-color: #C27FEB;
}
.BgClassName
{
background-color: #C27FEB;
}
</style>
border-color css
<style>
span { border-color: #C27FEB; }
span { border-color: rgb(194,127,235); }
td.TdClassName
{
border-color: #C27FEB;
}
.TagClassName
{
border-color: #C27FEB;
}
</style>