Shades of Wisteria #C37FEB
Tints of Wisteria #C37FEB
RGB
CMYK
RGB Variations
Color information
#C37FEB (or 0xC37FEB) is known color: Wisteria. HEX triplet: C3, 7F and EB. RGB value is (195,127,235). Sum of RGB (Red+Green+Blue) = 195+127+235=557 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.01% from 557); Green value is 127 (50% from 255 or 22.80% from 557); Blue value is 235 (92.19% from 255 or 42.19% from 557); Max value from RGB is 235 - color contains mainly: blue. Hex color #C37FEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C37FEB is #3C8014. Grayscale: #9F9F9F. Windows color (decimal): -3964949 or 15433667. OLE color: 15433667.
HSL color Cylindrical-coordinate representation of color #C37FEB: hue angle of 277.78º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C37FEB is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 195 | 127 | 235 | - |
| CMYK | 0.17 | 0.46 | 0 | 0.08 |
| HSL | 277.78º | 0.73% | 0.71% | - |
| HSV(B) | 277.78º | 0.46% | 0.92% | - |
| XYZ | 45.09 | 32.78 | 82.55 | - |
| YUV | 159.64 | 170.53 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 127 | 235 | 0.17 | 0.46 | 0 | 0.08 | 277.78 | 0.73 | 0.71 |
| Hex | C3 | 7F | EB | 11 | 2E | 0 | 8 | 116 | 49 | 47 |
| Octal | 303 | 177 | 353 | 21 | 56 | 0 | 10 | 426 | 111 | 107 |
| Binary | 11000011 | 1111111 | 11101011 | 10001 | 101110 | 0 | 1000 | 100010110 | 1001001 | 1000111 |
Color Harmonies of #C37FEB
Complementary color
Monochromatic Colors of #C37FEB
Black with #C37FEB
Text Example
Text Example
White with #C37FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37FEB; }
p { color: rgb(195,127,235); }
H1.HeaderClassName
{
color: #C37FEB;
}
.AnyTagClassName
{
color: #C37FEB;
}
</style>
background-color css
<style>
a { background-color: #C37FEB; }
a { background-color: rgb(195,127,235); }
div.DivClassName
{
background-color: #C37FEB;
}
.BgClassName
{
background-color: #C37FEB;
}
</style>
border-color css
<style>
span { border-color: #C37FEB; }
span { border-color: rgb(195,127,235); }
td.TdClassName
{
border-color: #C37FEB;
}
.TagClassName
{
border-color: #C37FEB;
}
</style>