Shades of Wisteria #C37CE5
Tints of Wisteria #C37CE5
RGB
CMYK
RGB Variations
Color information
#C37CE5 (or 0xC37CE5) is known color: Wisteria. HEX triplet: C3, 7C and E5. RGB value is (195,124,229). Sum of RGB (Red+Green+Blue) = 195+124+229=548 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.58% from 548); Green value is 124 (48.83% from 255 or 22.63% from 548); Blue value is 229 (89.84% from 255 or 41.79% from 548); Max value from RGB is 229 - color contains mainly: blue. Hex color #C37CE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37CE5 is #3C831A. Grayscale: #9C9C9C. Windows color (decimal): -3965723 or 15039683. OLE color: 15039683.
HSL color Cylindrical-coordinate representation of color #C37CE5: hue angle of 280.57º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C37CE5 is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 195 | 124 | 229 | - |
| CMYK | 0.15 | 0.46 | 0 | 0.10 |
| HSL | 280.57º | 0.67% | 0.69% | - |
| HSV(B) | 280.57º | 0.46% | 0.9% | - |
| XYZ | 43.86 | 31.67 | 77.93 | - |
| YUV | 157.2 | 168.52 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 124 | 229 | 0.15 | 0.46 | 0 | 0.10 | 280.57 | 0.67 | 0.69 |
| Hex | C3 | 7C | E5 | F | 2E | 0 | A | 119 | 43 | 45 |
| Octal | 303 | 174 | 345 | 17 | 56 | 0 | 12 | 431 | 103 | 105 |
| Binary | 11000011 | 1111100 | 11100101 | 1111 | 101110 | 0 | 1010 | 100011001 | 1000011 | 1000101 |
Color Harmonies of #C37CE5
Complementary color
Monochromatic Colors of #C37CE5
Black with #C37CE5
Text Example
Text Example
White with #C37CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37CE5; }
p { color: rgb(195,124,229); }
H1.HeaderClassName
{
color: #C37CE5;
}
.AnyTagClassName
{
color: #C37CE5;
}
</style>
background-color css
<style>
a { background-color: #C37CE5; }
a { background-color: rgb(195,124,229); }
div.DivClassName
{
background-color: #C37CE5;
}
.BgClassName
{
background-color: #C37CE5;
}
</style>
border-color css
<style>
span { border-color: #C37CE5; }
span { border-color: rgb(195,124,229); }
td.TdClassName
{
border-color: #C37CE5;
}
.TagClassName
{
border-color: #C37CE5;
}
</style>