Shades of Wisteria #C37CDD
Tints of Wisteria #C37CDD
RGB
CMYK
RGB Variations
Color information
#C37CDD (or 0xC37CDD) is known color: Wisteria. HEX triplet: C3, 7C and DD. RGB value is (195,124,221). Sum of RGB (Red+Green+Blue) = 195+124+221=540 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.11% from 540); Green value is 124 (48.83% from 255 or 22.96% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 221 - color contains mainly: blue. Hex color #C37CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37CDD is #3C8322. Grayscale: #9B9B9B. Windows color (decimal): -3965731 or 14515395. OLE color: 14515395.
HSL color Cylindrical-coordinate representation of color #C37CDD: hue angle of 283.92º degrees, saturation: 0.59, 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 #C37CDD is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 124 | 221 | - |
| CMYK | 0.12 | 0.44 | 0 | 0.13 |
| HSL | 283.92º | 0.59% | 0.68% | - |
| HSV(B) | 283.92º | 0.44% | 0.87% | - |
| XYZ | 42.76 | 31.24 | 72.18 | - |
| YUV | 156.29 | 164.52 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 124 | 221 | 0.12 | 0.44 | 0 | 0.13 | 283.92 | 0.59 | 0.68 |
| Hex | C3 | 7C | DD | C | 2C | 0 | D | 11C | 3B | 44 |
| Octal | 303 | 174 | 335 | 14 | 54 | 0 | 15 | 434 | 73 | 104 |
| Binary | 11000011 | 1111100 | 11011101 | 1100 | 101100 | 0 | 1101 | 100011100 | 111011 | 1000100 |
Color Harmonies of #C37CDD
Complementary color
Monochromatic Colors of #C37CDD
Black with #C37CDD
Text Example
Text Example
White with #C37CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37CDD; }
p { color: rgb(195,124,221); }
H1.HeaderClassName
{
color: #C37CDD;
}
.AnyTagClassName
{
color: #C37CDD;
}
</style>
background-color css
<style>
a { background-color: #C37CDD; }
a { background-color: rgb(195,124,221); }
div.DivClassName
{
background-color: #C37CDD;
}
.BgClassName
{
background-color: #C37CDD;
}
</style>
border-color css
<style>
span { border-color: #C37CDD; }
span { border-color: rgb(195,124,221); }
td.TdClassName
{
border-color: #C37CDD;
}
.TagClassName
{
border-color: #C37CDD;
}
</style>