Shades of Wisteria #C27FEA
Tints of Wisteria #C27FEA
RGB
CMYK
RGB Variations
Color information
#C27FEA (or 0xC27FEA) is known color: Wisteria. HEX triplet: C2, 7F and EA. RGB value is (194,127,234). Sum of RGB (Red+Green+Blue) = 194+127+234=555 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.95% from 555); Green value is 127 (50% from 255 or 22.88% from 555); Blue value is 234 (91.80% from 255 or 42.16% from 555); Max value from RGB is 234 - color contains mainly: blue. Hex color #C27FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C27FEA is #3D8015. Grayscale: #9E9E9E. Windows color (decimal): -4030486 or 15368130. OLE color: 15368130.
HSL color Cylindrical-coordinate representation of color #C27FEA: hue angle of 277.57º degrees, saturation: 0.72, 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 #C27FEA is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 127 | 234 | - |
| CMYK | 0.17 | 0.46 | 0 | 0.08 |
| HSL | 277.57º | 0.72% | 0.71% | - |
| HSV(B) | 277.57º | 0.46% | 0.92% | - |
| XYZ | 44.69 | 32.59 | 81.78 | - |
| YUV | 159.23 | 170.2 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 127 | 234 | 0.17 | 0.46 | 0 | 0.08 | 277.57 | 0.72 | 0.71 |
| Hex | C2 | 7F | EA | 11 | 2E | 0 | 8 | 116 | 48 | 47 |
| Octal | 302 | 177 | 352 | 21 | 56 | 0 | 10 | 426 | 110 | 107 |
| Binary | 11000010 | 1111111 | 11101010 | 10001 | 101110 | 0 | 1000 | 100010110 | 1001000 | 1000111 |
Color Harmonies of #C27FEA
Complementary color
Monochromatic Colors of #C27FEA
Black with #C27FEA
Text Example
Text Example
White with #C27FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27FEA; }
p { color: rgb(194,127,234); }
H1.HeaderClassName
{
color: #C27FEA;
}
.AnyTagClassName
{
color: #C27FEA;
}
</style>
background-color css
<style>
a { background-color: #C27FEA; }
a { background-color: rgb(194,127,234); }
div.DivClassName
{
background-color: #C27FEA;
}
.BgClassName
{
background-color: #C27FEA;
}
</style>
border-color css
<style>
span { border-color: #C27FEA; }
span { border-color: rgb(194,127,234); }
td.TdClassName
{
border-color: #C27FEA;
}
.TagClassName
{
border-color: #C27FEA;
}
</style>