Shades of Wisteria #C37BDF
Tints of Wisteria #C37BDF
RGB
CMYK
RGB Variations
Color information
#C37BDF (or 0xC37BDF) is known color: Wisteria. HEX triplet: C3, 7B and DF. RGB value is (195,123,223). Sum of RGB (Red+Green+Blue) = 195+123+223=541 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.04% from 541); Green value is 123 (48.44% from 255 or 22.74% from 541); Blue value is 223 (87.5% from 255 or 41.22% from 541); Max value from RGB is 223 - color contains mainly: blue. Hex color #C37BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37BDF is #3C8420. Grayscale: #9B9B9B. Windows color (decimal): -3965985 or 14646211. OLE color: 14646211.
HSL color Cylindrical-coordinate representation of color #C37BDF: hue angle of 283.2º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C37BDF is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 123 | 223 | - |
| CMYK | 0.13 | 0.45 | 0 | 0.13 |
| HSL | 283.2º | 0.61% | 0.68% | - |
| HSV(B) | 283.2º | 0.45% | 0.87% | - |
| XYZ | 42.91 | 31.1 | 73.55 | - |
| YUV | 155.93 | 165.85 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 123 | 223 | 0.13 | 0.45 | 0 | 0.13 | 283.2 | 0.61 | 0.68 |
| Hex | C3 | 7B | DF | D | 2D | 0 | D | 11B | 3D | 44 |
| Octal | 303 | 173 | 337 | 15 | 55 | 0 | 15 | 433 | 75 | 104 |
| Binary | 11000011 | 1111011 | 11011111 | 1101 | 101101 | 0 | 1101 | 100011011 | 111101 | 1000100 |
Color Harmonies of #C37BDF
Complementary color
Monochromatic Colors of #C37BDF
Black with #C37BDF
Text Example
Text Example
White with #C37BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37BDF; }
p { color: rgb(195,123,223); }
H1.HeaderClassName
{
color: #C37BDF;
}
.AnyTagClassName
{
color: #C37BDF;
}
</style>
background-color css
<style>
a { background-color: #C37BDF; }
a { background-color: rgb(195,123,223); }
div.DivClassName
{
background-color: #C37BDF;
}
.BgClassName
{
background-color: #C37BDF;
}
</style>
border-color css
<style>
span { border-color: #C37BDF; }
span { border-color: rgb(195,123,223); }
td.TdClassName
{
border-color: #C37BDF;
}
.TagClassName
{
border-color: #C37BDF;
}
</style>