Shades of Wisteria #C393ED
Tints of Wisteria #C393ED
RGB
CMYK
RGB Variations
Color information
#C393ED (or 0xC393ED) is known color: Wisteria. HEX triplet: C3, 93 and ED. RGB value is (195,147,237). Sum of RGB (Red+Green+Blue) = 195+147+237=579 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.68% from 579); Green value is 147 (57.81% from 255 or 25.39% from 579); Blue value is 237 (92.97% from 255 or 40.93% from 579); Max value from RGB is 237 - color contains mainly: blue. Hex color #C393ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C393ED is #3C6C12. Grayscale: #ABABAB. Windows color (decimal): -3959827 or 15569859. OLE color: 15569859.
HSL color Cylindrical-coordinate representation of color #C393ED: hue angle of 272º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C393ED is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 147 | 237 | - |
| CMYK | 0.18 | 0.38 | 0 | 0.07 |
| HSL | 272º | 0.71% | 0.75% | - |
| HSV(B) | 272º | 0.38% | 0.93% | - |
| XYZ | 48.23 | 38.58 | 85.03 | - |
| YUV | 171.61 | 164.9 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 147 | 237 | 0.18 | 0.38 | 0 | 0.07 | 272 | 0.71 | 0.75 |
| Hex | C3 | 93 | ED | 12 | 26 | 0 | 7 | 110 | 47 | 4B |
| Octal | 303 | 223 | 355 | 22 | 46 | 0 | 7 | 420 | 107 | 113 |
| Binary | 11000011 | 10010011 | 11101101 | 10010 | 100110 | 0 | 111 | 100010000 | 1000111 | 1001011 |
Color Harmonies of #C393ED
Complementary color
Monochromatic Colors of #C393ED
Black with #C393ED
Text Example
Text Example
White with #C393ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C393ED; }
p { color: rgb(195,147,237); }
H1.HeaderClassName
{
color: #C393ED;
}
.AnyTagClassName
{
color: #C393ED;
}
</style>
background-color css
<style>
a { background-color: #C393ED; }
a { background-color: rgb(195,147,237); }
div.DivClassName
{
background-color: #C393ED;
}
.BgClassName
{
background-color: #C393ED;
}
</style>
border-color css
<style>
span { border-color: #C393ED; }
span { border-color: rgb(195,147,237); }
td.TdClassName
{
border-color: #C393ED;
}
.TagClassName
{
border-color: #C393ED;
}
</style>