Shades of Wisteria #C37FDC
Tints of Wisteria #C37FDC
RGB
CMYK
RGB Variations
Color information
#C37FDC (or 0xC37FDC) is known color: Wisteria. HEX triplet: C3, 7F and DC. RGB value is (195,127,220). Sum of RGB (Red+Green+Blue) = 195+127+220=542 (71% of max value = 765). Red value is 195 (76.56% from 255 or 35.98% from 542); Green value is 127 (50% from 255 or 23.43% from 542); Blue value is 220 (86.33% from 255 or 40.59% from 542); Max value from RGB is 220 - color contains mainly: blue. Hex color #C37FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37FDC is #3C8023. Grayscale: #9D9D9D. Windows color (decimal): -3964964 or 14450627. OLE color: 14450627.
HSL color Cylindrical-coordinate representation of color #C37FDC: hue angle of 283.87º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C37FDC is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 127 | 220 | - |
| CMYK | 0.11 | 0.42 | 0 | 0.14 |
| HSL | 283.87º | 0.57% | 0.68% | - |
| HSV(B) | 283.87º | 0.42% | 0.86% | - |
| XYZ | 43.01 | 31.95 | 71.61 | - |
| YUV | 157.93 | 163.03 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 127 | 220 | 0.11 | 0.42 | 0 | 0.14 | 283.87 | 0.57 | 0.68 |
| Hex | C3 | 7F | DC | B | 2A | 0 | E | 11C | 39 | 44 |
| Octal | 303 | 177 | 334 | 13 | 52 | 0 | 16 | 434 | 71 | 104 |
| Binary | 11000011 | 1111111 | 11011100 | 1011 | 101010 | 0 | 1110 | 100011100 | 111001 | 1000100 |
Color Harmonies of #C37FDC
Complementary color
Monochromatic Colors of #C37FDC
Black with #C37FDC
Text Example
Text Example
White with #C37FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37FDC; }
p { color: rgb(195,127,220); }
H1.HeaderClassName
{
color: #C37FDC;
}
.AnyTagClassName
{
color: #C37FDC;
}
</style>
background-color css
<style>
a { background-color: #C37FDC; }
a { background-color: rgb(195,127,220); }
div.DivClassName
{
background-color: #C37FDC;
}
.BgClassName
{
background-color: #C37FDC;
}
</style>
border-color css
<style>
span { border-color: #C37FDC; }
span { border-color: rgb(195,127,220); }
td.TdClassName
{
border-color: #C37FDC;
}
.TagClassName
{
border-color: #C37FDC;
}
</style>