Shades of Wisteria #C37FEA
Tints of Wisteria #C37FEA
RGB
CMYK
RGB Variations
Color information
#C37FEA (or 0xC37FEA) is known color: Wisteria. HEX triplet: C3, 7F and EA. RGB value is (195,127,234). Sum of RGB (Red+Green+Blue) = 195+127+234=556 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.07% from 556); Green value is 127 (50% from 255 or 22.84% from 556); Blue value is 234 (91.80% from 255 or 42.09% from 556); Max value from RGB is 234 - color contains mainly: blue. Hex color #C37FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C37FEA is #3C8015. Grayscale: #9F9F9F. Windows color (decimal): -3964950 or 15368131. OLE color: 15368131.
HSL color Cylindrical-coordinate representation of color #C37FEA: hue angle of 278.13º degrees, saturation: 0.72, 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 #C37FEA is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 195 | 127 | 234 | - |
| CMYK | 0.17 | 0.46 | 0 | 0.08 |
| HSL | 278.13º | 0.72% | 0.71% | - |
| HSV(B) | 278.13º | 0.46% | 0.92% | - |
| XYZ | 44.95 | 32.72 | 81.79 | - |
| YUV | 159.53 | 170.03 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 127 | 234 | 0.17 | 0.46 | 0 | 0.08 | 278.13 | 0.72 | 0.71 |
| Hex | C3 | 7F | EA | 11 | 2E | 0 | 8 | 116 | 48 | 47 |
| Octal | 303 | 177 | 352 | 21 | 56 | 0 | 10 | 426 | 110 | 107 |
| Binary | 11000011 | 1111111 | 11101010 | 10001 | 101110 | 0 | 1000 | 100010110 | 1001000 | 1000111 |
Color Harmonies of #C37FEA
Complementary color
Monochromatic Colors of #C37FEA
Black with #C37FEA
Text Example
Text Example
White with #C37FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37FEA; }
p { color: rgb(195,127,234); }
H1.HeaderClassName
{
color: #C37FEA;
}
.AnyTagClassName
{
color: #C37FEA;
}
</style>
background-color css
<style>
a { background-color: #C37FEA; }
a { background-color: rgb(195,127,234); }
div.DivClassName
{
background-color: #C37FEA;
}
.BgClassName
{
background-color: #C37FEA;
}
</style>
border-color css
<style>
span { border-color: #C37FEA; }
span { border-color: rgb(195,127,234); }
td.TdClassName
{
border-color: #C37FEA;
}
.TagClassName
{
border-color: #C37FEA;
}
</style>