Shades of Wisteria #C291E7
Tints of Wisteria #C291E7
RGB
CMYK
RGB Variations
Color information
#C291E7 (or 0xC291E7) is known color: Wisteria. HEX triplet: C2, 91 and E7. RGB value is (194,145,231). Sum of RGB (Red+Green+Blue) = 194+145+231=570 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.04% from 570); Green value is 145 (57.03% from 255 or 25.44% from 570); Blue value is 231 (90.62% from 255 or 40.53% from 570); Max value from RGB is 231 - color contains mainly: blue. Hex color #C291E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C291E7 is #3D6E18. Grayscale: #A9A9A9. Windows color (decimal): -4025881 or 15176130. OLE color: 15176130.
HSL color Cylindrical-coordinate representation of color #C291E7: hue angle of 274.19º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C291E7 is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 145 | 231 | - |
| CMYK | 0.16 | 0.37 | 0 | 0.09 |
| HSL | 274.19º | 0.64% | 0.74% | - |
| HSV(B) | 274.19º | 0.37% | 0.91% | - |
| XYZ | 46.8 | 37.49 | 80.37 | - |
| YUV | 169.46 | 162.73 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 145 | 231 | 0.16 | 0.37 | 0 | 0.09 | 274.19 | 0.64 | 0.74 |
| Hex | C2 | 91 | E7 | 10 | 25 | 0 | 9 | 112 | 40 | 4A |
| Octal | 302 | 221 | 347 | 20 | 45 | 0 | 11 | 422 | 100 | 112 |
| Binary | 11000010 | 10010001 | 11100111 | 10000 | 100101 | 0 | 1001 | 100010010 | 1000000 | 1001010 |
Color Harmonies of #C291E7
Complementary color
Monochromatic Colors of #C291E7
Black with #C291E7
Text Example
Text Example
White with #C291E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C291E7; }
p { color: rgb(194,145,231); }
H1.HeaderClassName
{
color: #C291E7;
}
.AnyTagClassName
{
color: #C291E7;
}
</style>
background-color css
<style>
a { background-color: #C291E7; }
a { background-color: rgb(194,145,231); }
div.DivClassName
{
background-color: #C291E7;
}
.BgClassName
{
background-color: #C291E7;
}
</style>
border-color css
<style>
span { border-color: #C291E7; }
span { border-color: rgb(194,145,231); }
td.TdClassName
{
border-color: #C291E7;
}
.TagClassName
{
border-color: #C291E7;
}
</style>