Shades of Wisteria #C27EE6
Tints of Wisteria #C27EE6
RGB
CMYK
RGB Variations
Color information
#C27EE6 (or 0xC27EE6) is known color: Wisteria. HEX triplet: C2, 7E and E6. RGB value is (194,126,230). Sum of RGB (Red+Green+Blue) = 194+126+230=550 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.27% from 550); Green value is 126 (49.61% from 255 or 22.91% from 550); Blue value is 230 (90.23% from 255 or 41.82% from 550); Max value from RGB is 230 - color contains mainly: blue. Hex color #C27EE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C27EE6 is #3D8119. Grayscale: #9D9D9D. Windows color (decimal): -4030746 or 15105730. OLE color: 15105730.
HSL color Cylindrical-coordinate representation of color #C27EE6: hue angle of 279.23º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C27EE6 is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 194 | 126 | 230 | - |
| CMYK | 0.16 | 0.45 | 0 | 0.10 |
| HSL | 279.23º | 0.68% | 0.7% | - |
| HSV(B) | 279.23º | 0.45% | 0.9% | - |
| XYZ | 43.99 | 32.1 | 78.74 | - |
| YUV | 158.19 | 168.53 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 126 | 230 | 0.16 | 0.45 | 0 | 0.10 | 279.23 | 0.68 | 0.7 |
| Hex | C2 | 7E | E6 | 10 | 2D | 0 | A | 117 | 44 | 46 |
| Octal | 302 | 176 | 346 | 20 | 55 | 0 | 12 | 427 | 104 | 106 |
| Binary | 11000010 | 1111110 | 11100110 | 10000 | 101101 | 0 | 1010 | 100010111 | 1000100 | 1000110 |
Color Harmonies of #C27EE6
Complementary color
Monochromatic Colors of #C27EE6
Black with #C27EE6
Text Example
Text Example
White with #C27EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27EE6; }
p { color: rgb(194,126,230); }
H1.HeaderClassName
{
color: #C27EE6;
}
.AnyTagClassName
{
color: #C27EE6;
}
</style>
background-color css
<style>
a { background-color: #C27EE6; }
a { background-color: rgb(194,126,230); }
div.DivClassName
{
background-color: #C27EE6;
}
.BgClassName
{
background-color: #C27EE6;
}
</style>
border-color css
<style>
span { border-color: #C27EE6; }
span { border-color: rgb(194,126,230); }
td.TdClassName
{
border-color: #C27EE6;
}
.TagClassName
{
border-color: #C27EE6;
}
</style>