Shades of Wisteria #C37EE1
Tints of Wisteria #C37EE1
RGB
CMYK
RGB Variations
Color information
#C37EE1 (or 0xC37EE1) is known color: Wisteria. HEX triplet: C3, 7E and E1. RGB value is (195,126,225). Sum of RGB (Red+Green+Blue) = 195+126+225=546 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.71% from 546); Green value is 126 (49.61% from 255 or 23.08% from 546); Blue value is 225 (88.28% from 255 or 41.21% from 546); Max value from RGB is 225 - color contains mainly: blue. Hex color #C37EE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37EE1 is #3C811E. Grayscale: #9D9D9D. Windows color (decimal): -3965215 or 14778051. OLE color: 14778051.
HSL color Cylindrical-coordinate representation of color #C37EE1: hue angle of 281.82º degrees, saturation: 0.62, 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 #C37EE1 is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 195 | 126 | 225 | - |
| CMYK | 0.13 | 0.44 | 0 | 0.12 |
| HSL | 281.82º | 0.62% | 0.69% | - |
| HSV(B) | 281.82º | 0.44% | 0.88% | - |
| XYZ | 43.56 | 31.96 | 75.11 | - |
| YUV | 157.92 | 165.86 | 154.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 126 | 225 | 0.13 | 0.44 | 0 | 0.12 | 281.82 | 0.62 | 0.69 |
| Hex | C3 | 7E | E1 | D | 2C | 0 | C | 11A | 3E | 45 |
| Octal | 303 | 176 | 341 | 15 | 54 | 0 | 14 | 432 | 76 | 105 |
| Binary | 11000011 | 1111110 | 11100001 | 1101 | 101100 | 0 | 1100 | 100011010 | 111110 | 1000101 |
Color Harmonies of #C37EE1
Complementary color
Monochromatic Colors of #C37EE1
Black with #C37EE1
Text Example
Text Example
White with #C37EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37EE1; }
p { color: rgb(195,126,225); }
H1.HeaderClassName
{
color: #C37EE1;
}
.AnyTagClassName
{
color: #C37EE1;
}
</style>
background-color css
<style>
a { background-color: #C37EE1; }
a { background-color: rgb(195,126,225); }
div.DivClassName
{
background-color: #C37EE1;
}
.BgClassName
{
background-color: #C37EE1;
}
</style>
border-color css
<style>
span { border-color: #C37EE1; }
span { border-color: rgb(195,126,225); }
td.TdClassName
{
border-color: #C37EE1;
}
.TagClassName
{
border-color: #C37EE1;
}
</style>