Shades of Wisteria #C27EE7
Tints of Wisteria #C27EE7
RGB
CMYK
RGB Variations
Color information
#C27EE7 (or 0xC27EE7) is known color: Wisteria. HEX triplet: C2, 7E and E7. RGB value is (194,126,231). Sum of RGB (Red+Green+Blue) = 194+126+231=551 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.21% from 551); Green value is 126 (49.61% from 255 or 22.87% from 551); Blue value is 231 (90.62% from 255 or 41.92% from 551); Max value from RGB is 231 - color contains mainly: blue. Hex color #C27EE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C27EE7 is #3D8118. Grayscale: #9D9D9D. Windows color (decimal): -4030745 or 15171266. OLE color: 15171266.
HSL color Cylindrical-coordinate representation of color #C27EE7: hue angle of 278.86º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C27EE7 is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 126 | 231 | - |
| CMYK | 0.16 | 0.45 | 0 | 0.09 |
| HSL | 278.86º | 0.69% | 0.7% | - |
| HSV(B) | 278.86º | 0.45% | 0.91% | - |
| XYZ | 44.13 | 32.16 | 79.48 | - |
| YUV | 158.3 | 169.03 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 126 | 231 | 0.16 | 0.45 | 0 | 0.09 | 278.86 | 0.69 | 0.7 |
| Hex | C2 | 7E | E7 | 10 | 2D | 0 | 9 | 117 | 45 | 46 |
| Octal | 302 | 176 | 347 | 20 | 55 | 0 | 11 | 427 | 105 | 106 |
| Binary | 11000010 | 1111110 | 11100111 | 10000 | 101101 | 0 | 1001 | 100010111 | 1000101 | 1000110 |
Color Harmonies of #C27EE7
Complementary color
Monochromatic Colors of #C27EE7
Black with #C27EE7
Text Example
Text Example
White with #C27EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27EE7; }
p { color: rgb(194,126,231); }
H1.HeaderClassName
{
color: #C27EE7;
}
.AnyTagClassName
{
color: #C27EE7;
}
</style>
background-color css
<style>
a { background-color: #C27EE7; }
a { background-color: rgb(194,126,231); }
div.DivClassName
{
background-color: #C27EE7;
}
.BgClassName
{
background-color: #C27EE7;
}
</style>
border-color css
<style>
span { border-color: #C27EE7; }
span { border-color: rgb(194,126,231); }
td.TdClassName
{
border-color: #C27EE7;
}
.TagClassName
{
border-color: #C27EE7;
}
</style>