Shades of Wisteria #C393F8
Tints of Wisteria #C393F8
RGB
CMYK
RGB Variations
Color information
#C393F8 (or 0xC393F8) is known color: Wisteria. HEX triplet: C3, 93 and F8. RGB value is (195,147,248). Sum of RGB (Red+Green+Blue) = 195+147+248=590 (78% of max value = 765). Red value is 195 (76.56% from 255 or 33.05% from 590); Green value is 147 (57.81% from 255 or 24.92% from 590); Blue value is 248 (97.27% from 255 or 42.03% from 590); Max value from RGB is 248 - color contains mainly: blue. Hex color #C393F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C393F8 is #3C6C07. Grayscale: #ACACAC. Windows color (decimal): -3959816 or 16290755. OLE color: 16290755.
HSL color Cylindrical-coordinate representation of color #C393F8: hue angle of 268.51º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C393F8 is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 195 | 147 | 248 | - |
| CMYK | 0.21 | 0.41 | 0 | 0.03 |
| HSL | 268.51º | 0.88% | 0.77% | - |
| HSV(B) | 268.51º | 0.41% | 0.97% | - |
| XYZ | 49.88 | 39.25 | 93.75 | - |
| YUV | 172.87 | 170.4 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 147 | 248 | 0.21 | 0.41 | 0 | 0.03 | 268.51 | 0.88 | 0.77 |
| Hex | C3 | 93 | F8 | 15 | 29 | 0 | 3 | 10D | 58 | 4D |
| Octal | 303 | 223 | 370 | 25 | 51 | 0 | 3 | 415 | 130 | 115 |
| Binary | 11000011 | 10010011 | 11111000 | 10101 | 101001 | 0 | 11 | 100001101 | 1011000 | 1001101 |
Color Harmonies of #C393F8
Complementary color
Monochromatic Colors of #C393F8
Black with #C393F8
Text Example
Text Example
White with #C393F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C393F8; }
p { color: rgb(195,147,248); }
H1.HeaderClassName
{
color: #C393F8;
}
.AnyTagClassName
{
color: #C393F8;
}
</style>
background-color css
<style>
a { background-color: #C393F8; }
a { background-color: rgb(195,147,248); }
div.DivClassName
{
background-color: #C393F8;
}
.BgClassName
{
background-color: #C393F8;
}
</style>
border-color css
<style>
span { border-color: #C393F8; }
span { border-color: rgb(195,147,248); }
td.TdClassName
{
border-color: #C393F8;
}
.TagClassName
{
border-color: #C393F8;
}
</style>