Shades of Wisteria #C37CDE
Tints of Wisteria #C37CDE
RGB
CMYK
RGB Variations
Color information
#C37CDE (or 0xC37CDE) is known color: Wisteria. HEX triplet: C3, 7C and DE. RGB value is (195,124,222). Sum of RGB (Red+Green+Blue) = 195+124+222=541 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.04% from 541); Green value is 124 (48.83% from 255 or 22.92% from 541); Blue value is 222 (87.11% from 255 or 41.04% from 541); Max value from RGB is 222 - color contains mainly: blue. Hex color #C37CDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37CDE is #3C8321. Grayscale: #9C9C9C. Windows color (decimal): -3965730 or 14580931. OLE color: 14580931.
HSL color Cylindrical-coordinate representation of color #C37CDE: hue angle of 283.47º degrees, saturation: 0.6, 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 #C37CDE is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 124 | 222 | - |
| CMYK | 0.12 | 0.44 | 0 | 0.13 |
| HSL | 283.47º | 0.6% | 0.68% | - |
| HSV(B) | 283.47º | 0.44% | 0.87% | - |
| XYZ | 42.9 | 31.29 | 72.89 | - |
| YUV | 156.4 | 165.02 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 124 | 222 | 0.12 | 0.44 | 0 | 0.13 | 283.47 | 0.6 | 0.68 |
| Hex | C3 | 7C | DE | C | 2C | 0 | D | 11B | 3C | 44 |
| Octal | 303 | 174 | 336 | 14 | 54 | 0 | 15 | 433 | 74 | 104 |
| Binary | 11000011 | 1111100 | 11011110 | 1100 | 101100 | 0 | 1101 | 100011011 | 111100 | 1000100 |
Color Harmonies of #C37CDE
Complementary color
Monochromatic Colors of #C37CDE
Black with #C37CDE
Text Example
Text Example
White with #C37CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37CDE; }
p { color: rgb(195,124,222); }
H1.HeaderClassName
{
color: #C37CDE;
}
.AnyTagClassName
{
color: #C37CDE;
}
</style>
background-color css
<style>
a { background-color: #C37CDE; }
a { background-color: rgb(195,124,222); }
div.DivClassName
{
background-color: #C37CDE;
}
.BgClassName
{
background-color: #C37CDE;
}
</style>
border-color css
<style>
span { border-color: #C37CDE; }
span { border-color: rgb(195,124,222); }
td.TdClassName
{
border-color: #C37CDE;
}
.TagClassName
{
border-color: #C37CDE;
}
</style>