Shades of Wisteria #C390E5
Tints of Wisteria #C390E5
RGB
CMYK
RGB Variations
Color information
#C390E5 (or 0xC390E5) is known color: Wisteria. HEX triplet: C3, 90 and E5. RGB value is (195,144,229). Sum of RGB (Red+Green+Blue) = 195+144+229=568 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.33% from 568); Green value is 144 (56.64% from 255 or 25.35% from 568); Blue value is 229 (89.84% from 255 or 40.32% from 568); Max value from RGB is 229 - color contains mainly: blue. Hex color #C390E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C390E5 is #3C6F1A. Grayscale: #A8A8A8. Windows color (decimal): -3960603 or 15044803. OLE color: 15044803.
HSL color Cylindrical-coordinate representation of color #C390E5: hue angle of 276º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C390E5 is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 195 | 144 | 229 | - |
| CMYK | 0.15 | 0.37 | 0 | 0.10 |
| HSL | 276º | 0.62% | 0.73% | - |
| HSV(B) | 276º | 0.37% | 0.9% | - |
| XYZ | 46.62 | 37.21 | 78.85 | - |
| YUV | 168.94 | 161.9 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 144 | 229 | 0.15 | 0.37 | 0 | 0.10 | 276 | 0.62 | 0.73 |
| Hex | C3 | 90 | E5 | F | 25 | 0 | A | 114 | 3E | 49 |
| Octal | 303 | 220 | 345 | 17 | 45 | 0 | 12 | 424 | 76 | 111 |
| Binary | 11000011 | 10010000 | 11100101 | 1111 | 100101 | 0 | 1010 | 100010100 | 111110 | 1001001 |
Color Harmonies of #C390E5
Complementary color
Monochromatic Colors of #C390E5
Black with #C390E5
Text Example
Text Example
White with #C390E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C390E5; }
p { color: rgb(195,144,229); }
H1.HeaderClassName
{
color: #C390E5;
}
.AnyTagClassName
{
color: #C390E5;
}
</style>
background-color css
<style>
a { background-color: #C390E5; }
a { background-color: rgb(195,144,229); }
div.DivClassName
{
background-color: #C390E5;
}
.BgClassName
{
background-color: #C390E5;
}
</style>
border-color css
<style>
span { border-color: #C390E5; }
span { border-color: rgb(195,144,229); }
td.TdClassName
{
border-color: #C390E5;
}
.TagClassName
{
border-color: #C390E5;
}
</style>