Shades of Wisteria #C37FDD
Tints of Wisteria #C37FDD
RGB
CMYK
RGB Variations
Color information
#C37FDD (or 0xC37FDD) is known color: Wisteria. HEX triplet: C3, 7F and DD. RGB value is (195,127,221). Sum of RGB (Red+Green+Blue) = 195+127+221=543 (71% of max value = 765). Red value is 195 (76.56% from 255 or 35.91% from 543); Green value is 127 (50% from 255 or 23.39% from 543); Blue value is 221 (86.72% from 255 or 40.70% from 543); Max value from RGB is 221 - color contains mainly: blue. Hex color #C37FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37FDD is #3C8022. Grayscale: #9D9D9D. Windows color (decimal): -3964963 or 14516163. OLE color: 14516163.
HSL color Cylindrical-coordinate representation of color #C37FDD: hue angle of 283.4º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C37FDD is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 127 | 221 | - |
| CMYK | 0.12 | 0.43 | 0 | 0.13 |
| HSL | 283.4º | 0.58% | 0.68% | - |
| HSV(B) | 283.4º | 0.43% | 0.87% | - |
| XYZ | 43.15 | 32 | 72.31 | - |
| YUV | 158.05 | 163.53 | 154.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 127 | 221 | 0.12 | 0.43 | 0 | 0.13 | 283.4 | 0.58 | 0.68 |
| Hex | C3 | 7F | DD | C | 2B | 0 | D | 11B | 3A | 44 |
| Octal | 303 | 177 | 335 | 14 | 53 | 0 | 15 | 433 | 72 | 104 |
| Binary | 11000011 | 1111111 | 11011101 | 1100 | 101011 | 0 | 1101 | 100011011 | 111010 | 1000100 |
Color Harmonies of #C37FDD
Complementary color
Monochromatic Colors of #C37FDD
Black with #C37FDD
Text Example
Text Example
White with #C37FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37FDD; }
p { color: rgb(195,127,221); }
H1.HeaderClassName
{
color: #C37FDD;
}
.AnyTagClassName
{
color: #C37FDD;
}
</style>
background-color css
<style>
a { background-color: #C37FDD; }
a { background-color: rgb(195,127,221); }
div.DivClassName
{
background-color: #C37FDD;
}
.BgClassName
{
background-color: #C37FDD;
}
</style>
border-color css
<style>
span { border-color: #C37FDD; }
span { border-color: rgb(195,127,221); }
td.TdClassName
{
border-color: #C37FDD;
}
.TagClassName
{
border-color: #C37FDD;
}
</style>