Shades of Wisteria #C393FA
Tints of Wisteria #C393FA
RGB
CMYK
RGB Variations
Color information
#C393FA (or 0xC393FA) is known color: Wisteria. HEX triplet: C3, 93 and FA. RGB value is (195,147,250). Sum of RGB (Red+Green+Blue) = 195+147+250=592 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.94% from 592); Green value is 147 (57.81% from 255 or 24.83% from 592); Blue value is 250 (98.05% from 255 or 42.23% from 592); Max value from RGB is 250 - color contains mainly: blue. Hex color #C393FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C393FA is #3C6C05. Grayscale: #ACACAC. Windows color (decimal): -3959814 or 16421827. OLE color: 16421827.
HSL color Cylindrical-coordinate representation of color #C393FA: hue angle of 267.96º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C393FA is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 147 | 250 | - |
| CMYK | 0.22 | 0.41 | 0 | 0.02 |
| HSL | 267.96º | 0.91% | 0.78% | - |
| HSV(B) | 267.96º | 0.41% | 0.98% | - |
| XYZ | 50.19 | 39.37 | 95.4 | - |
| YUV | 173.09 | 171.4 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 147 | 250 | 0.22 | 0.41 | 0 | 0.02 | 267.96 | 0.91 | 0.78 |
| Hex | C3 | 93 | FA | 16 | 29 | 0 | 2 | 10C | 5B | 4E |
| Octal | 303 | 223 | 372 | 26 | 51 | 0 | 2 | 414 | 133 | 116 |
| Binary | 11000011 | 10010011 | 11111010 | 10110 | 101001 | 0 | 10 | 100001100 | 1011011 | 1001110 |
Color Harmonies of #C393FA
Complementary color
Monochromatic Colors of #C393FA
Black with #C393FA
Text Example
Text Example
White with #C393FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C393FA; }
p { color: rgb(195,147,250); }
H1.HeaderClassName
{
color: #C393FA;
}
.AnyTagClassName
{
color: #C393FA;
}
</style>
background-color css
<style>
a { background-color: #C393FA; }
a { background-color: rgb(195,147,250); }
div.DivClassName
{
background-color: #C393FA;
}
.BgClassName
{
background-color: #C393FA;
}
</style>
border-color css
<style>
span { border-color: #C393FA; }
span { border-color: rgb(195,147,250); }
td.TdClassName
{
border-color: #C393FA;
}
.TagClassName
{
border-color: #C393FA;
}
</style>