Shades of Wisteria #C391E4
Tints of Wisteria #C391E4
RGB
CMYK
RGB Variations
Color information
#C391E4 (or 0xC391E4) is known color: Wisteria. HEX triplet: C3, 91 and E4. RGB value is (195,145,228). Sum of RGB (Red+Green+Blue) = 195+145+228=568 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.33% from 568); Green value is 145 (57.03% from 255 or 25.53% from 568); Blue value is 228 (89.45% from 255 or 40.14% from 568); Max value from RGB is 228 - color contains mainly: blue. Hex color #C391E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C391E4 is #3C6E1B. Grayscale: #A9A9A9. Windows color (decimal): -3960348 or 14979523. OLE color: 14979523.
HSL color Cylindrical-coordinate representation of color #C391E4: hue angle of 276.14º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C391E4 is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 195 | 145 | 228 | - |
| CMYK | 0.14 | 0.36 | 0 | 0.11 |
| HSL | 276.14º | 0.61% | 0.73% | - |
| HSV(B) | 276.14º | 0.36% | 0.89% | - |
| XYZ | 46.63 | 37.45 | 78.17 | - |
| YUV | 169.41 | 161.07 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 145 | 228 | 0.14 | 0.36 | 0 | 0.11 | 276.14 | 0.61 | 0.73 |
| Hex | C3 | 91 | E4 | E | 24 | 0 | B | 114 | 3D | 49 |
| Octal | 303 | 221 | 344 | 16 | 44 | 0 | 13 | 424 | 75 | 111 |
| Binary | 11000011 | 10010001 | 11100100 | 1110 | 100100 | 0 | 1011 | 100010100 | 111101 | 1001001 |
Color Harmonies of #C391E4
Complementary color
Monochromatic Colors of #C391E4
Black with #C391E4
Text Example
Text Example
White with #C391E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C391E4; }
p { color: rgb(195,145,228); }
H1.HeaderClassName
{
color: #C391E4;
}
.AnyTagClassName
{
color: #C391E4;
}
</style>
background-color css
<style>
a { background-color: #C391E4; }
a { background-color: rgb(195,145,228); }
div.DivClassName
{
background-color: #C391E4;
}
.BgClassName
{
background-color: #C391E4;
}
</style>
border-color css
<style>
span { border-color: #C391E4; }
span { border-color: rgb(195,145,228); }
td.TdClassName
{
border-color: #C391E4;
}
.TagClassName
{
border-color: #C391E4;
}
</style>