Shades of Wisteria #C27EE0
Tints of Wisteria #C27EE0
RGB
CMYK
RGB Variations
Color information
#C27EE0 (or 0xC27EE0) is known color: Wisteria. HEX triplet: C2, 7E and E0. RGB value is (194,126,224). Sum of RGB (Red+Green+Blue) = 194+126+224=544 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.66% from 544); Green value is 126 (49.61% from 255 or 23.16% from 544); Blue value is 224 (87.89% from 255 or 41.18% from 544); Max value from RGB is 224 - color contains mainly: blue. Hex color #C27EE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27EE0 is #3D811F. Grayscale: #9D9D9D. Windows color (decimal): -4030752 or 14712514. OLE color: 14712514.
HSL color Cylindrical-coordinate representation of color #C27EE0: hue angle of 281.63º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C27EE0 is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 126 | 224 | - |
| CMYK | 0.13 | 0.44 | 0 | 0.12 |
| HSL | 281.63º | 0.61% | 0.69% | - |
| HSV(B) | 281.63º | 0.44% | 0.88% | - |
| XYZ | 43.16 | 31.77 | 74.38 | - |
| YUV | 157.5 | 165.53 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 126 | 224 | 0.13 | 0.44 | 0 | 0.12 | 281.63 | 0.61 | 0.69 |
| Hex | C2 | 7E | E0 | D | 2C | 0 | C | 11A | 3D | 45 |
| Octal | 302 | 176 | 340 | 15 | 54 | 0 | 14 | 432 | 75 | 105 |
| Binary | 11000010 | 1111110 | 11100000 | 1101 | 101100 | 0 | 1100 | 100011010 | 111101 | 1000101 |
Color Harmonies of #C27EE0
Complementary color
Monochromatic Colors of #C27EE0
Black with #C27EE0
Text Example
Text Example
White with #C27EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27EE0; }
p { color: rgb(194,126,224); }
H1.HeaderClassName
{
color: #C27EE0;
}
.AnyTagClassName
{
color: #C27EE0;
}
</style>
background-color css
<style>
a { background-color: #C27EE0; }
a { background-color: rgb(194,126,224); }
div.DivClassName
{
background-color: #C27EE0;
}
.BgClassName
{
background-color: #C27EE0;
}
</style>
border-color css
<style>
span { border-color: #C27EE0; }
span { border-color: rgb(194,126,224); }
td.TdClassName
{
border-color: #C27EE0;
}
.TagClassName
{
border-color: #C27EE0;
}
</style>