Shades of Wisteria #C37CDF
Tints of Wisteria #C37CDF
RGB
CMYK
RGB Variations
Color information
#C37CDF (or 0xC37CDF) is known color: Wisteria. HEX triplet: C3, 7C and DF. RGB value is (195,124,223). Sum of RGB (Red+Green+Blue) = 195+124+223=542 (71% of max value = 765). Red value is 195 (76.56% from 255 or 35.98% from 542); Green value is 124 (48.83% from 255 or 22.88% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 223 - color contains mainly: blue. Hex color #C37CDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37CDF is #3C8320. Grayscale: #9C9C9C. Windows color (decimal): -3965729 or 14646467. OLE color: 14646467.
HSL color Cylindrical-coordinate representation of color #C37CDF: hue angle of 283.03º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C37CDF is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 124 | 223 | - |
| CMYK | 0.13 | 0.44 | 0 | 0.13 |
| HSL | 283.03º | 0.61% | 0.68% | - |
| HSV(B) | 283.03º | 0.44% | 0.87% | - |
| XYZ | 43.03 | 31.35 | 73.59 | - |
| YUV | 156.52 | 165.52 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 124 | 223 | 0.13 | 0.44 | 0 | 0.13 | 283.03 | 0.61 | 0.68 |
| Hex | C3 | 7C | DF | D | 2C | 0 | D | 11B | 3D | 44 |
| Octal | 303 | 174 | 337 | 15 | 54 | 0 | 15 | 433 | 75 | 104 |
| Binary | 11000011 | 1111100 | 11011111 | 1101 | 101100 | 0 | 1101 | 100011011 | 111101 | 1000100 |
Color Harmonies of #C37CDF
Complementary color
Monochromatic Colors of #C37CDF
Black with #C37CDF
Text Example
Text Example
White with #C37CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37CDF; }
p { color: rgb(195,124,223); }
H1.HeaderClassName
{
color: #C37CDF;
}
.AnyTagClassName
{
color: #C37CDF;
}
</style>
background-color css
<style>
a { background-color: #C37CDF; }
a { background-color: rgb(195,124,223); }
div.DivClassName
{
background-color: #C37CDF;
}
.BgClassName
{
background-color: #C37CDF;
}
</style>
border-color css
<style>
span { border-color: #C37CDF; }
span { border-color: rgb(195,124,223); }
td.TdClassName
{
border-color: #C37CDF;
}
.TagClassName
{
border-color: #C37CDF;
}
</style>