Shades of Wisteria #C37BE2
Tints of Wisteria #C37BE2
RGB
CMYK
RGB Variations
Color information
#C37BE2 (or 0xC37BE2) is known color: Wisteria. HEX triplet: C3, 7B and E2. RGB value is (195,123,226). Sum of RGB (Red+Green+Blue) = 195+123+226=544 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.85% from 544); Green value is 123 (48.44% from 255 or 22.61% from 544); Blue value is 226 (88.67% from 255 or 41.54% from 544); Max value from RGB is 226 - color contains mainly: blue. Hex color #C37BE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37BE2 is #3C841D. Grayscale: #9B9B9B. Windows color (decimal): -3965982 or 14842819. OLE color: 14842819.
HSL color Cylindrical-coordinate representation of color #C37BE2: hue angle of 281.94º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C37BE2 is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 195 | 123 | 226 | - |
| CMYK | 0.14 | 0.46 | 0 | 0.11 |
| HSL | 281.94º | 0.64% | 0.68% | - |
| HSV(B) | 281.94º | 0.46% | 0.89% | - |
| XYZ | 43.32 | 31.26 | 75.7 | - |
| YUV | 156.27 | 167.35 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 123 | 226 | 0.14 | 0.46 | 0 | 0.11 | 281.94 | 0.64 | 0.68 |
| Hex | C3 | 7B | E2 | E | 2E | 0 | B | 11A | 40 | 44 |
| Octal | 303 | 173 | 342 | 16 | 56 | 0 | 13 | 432 | 100 | 104 |
| Binary | 11000011 | 1111011 | 11100010 | 1110 | 101110 | 0 | 1011 | 100011010 | 1000000 | 1000100 |
Color Harmonies of #C37BE2
Complementary color
Monochromatic Colors of #C37BE2
Black with #C37BE2
Text Example
Text Example
White with #C37BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37BE2; }
p { color: rgb(195,123,226); }
H1.HeaderClassName
{
color: #C37BE2;
}
.AnyTagClassName
{
color: #C37BE2;
}
</style>
background-color css
<style>
a { background-color: #C37BE2; }
a { background-color: rgb(195,123,226); }
div.DivClassName
{
background-color: #C37BE2;
}
.BgClassName
{
background-color: #C37BE2;
}
</style>
border-color css
<style>
span { border-color: #C37BE2; }
span { border-color: rgb(195,123,226); }
td.TdClassName
{
border-color: #C37BE2;
}
.TagClassName
{
border-color: #C37BE2;
}
</style>