Shades of Wisteria #C37EE6
Tints of Wisteria #C37EE6
RGB
CMYK
RGB Variations
Color information
#C37EE6 (or 0xC37EE6) is known color: Wisteria. HEX triplet: C3, 7E and E6. RGB value is (195,126,230). Sum of RGB (Red+Green+Blue) = 195+126+230=551 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.39% from 551); Green value is 126 (49.61% from 255 or 22.87% from 551); Blue value is 230 (90.23% from 255 or 41.74% from 551); Max value from RGB is 230 - color contains mainly: blue. Hex color #C37EE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C37EE6 is #3C8119. Grayscale: #9E9E9E. Windows color (decimal): -3965210 or 15105731. OLE color: 15105731.
HSL color Cylindrical-coordinate representation of color #C37EE6: hue angle of 279.81º 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 #C37EE6 is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 195 | 126 | 230 | - |
| CMYK | 0.15 | 0.45 | 0 | 0.10 |
| HSL | 279.81º | 0.68% | 0.7% | - |
| HSV(B) | 279.81º | 0.45% | 0.9% | - |
| XYZ | 44.25 | 32.24 | 78.75 | - |
| YUV | 158.49 | 168.36 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 126 | 230 | 0.15 | 0.45 | 0 | 0.10 | 279.81 | 0.68 | 0.7 |
| Hex | C3 | 7E | E6 | F | 2D | 0 | A | 118 | 44 | 46 |
| Octal | 303 | 176 | 346 | 17 | 55 | 0 | 12 | 430 | 104 | 106 |
| Binary | 11000011 | 1111110 | 11100110 | 1111 | 101101 | 0 | 1010 | 100011000 | 1000100 | 1000110 |
Color Harmonies of #C37EE6
Complementary color
Monochromatic Colors of #C37EE6
Black with #C37EE6
Text Example
Text Example
White with #C37EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37EE6; }
p { color: rgb(195,126,230); }
H1.HeaderClassName
{
color: #C37EE6;
}
.AnyTagClassName
{
color: #C37EE6;
}
</style>
background-color css
<style>
a { background-color: #C37EE6; }
a { background-color: rgb(195,126,230); }
div.DivClassName
{
background-color: #C37EE6;
}
.BgClassName
{
background-color: #C37EE6;
}
</style>
border-color css
<style>
span { border-color: #C37EE6; }
span { border-color: rgb(195,126,230); }
td.TdClassName
{
border-color: #C37EE6;
}
.TagClassName
{
border-color: #C37EE6;
}
</style>