Shades of Wisteria #C393D6
Tints of Wisteria #C393D6
RGB
CMYK
RGB Variations
Color information
#C393D6 (or 0xC393D6) is known color: Wisteria. HEX triplet: C3, 93 and D6. RGB value is (195,147,214). Sum of RGB (Red+Green+Blue) = 195+147+214=556 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.07% from 556); Green value is 147 (57.81% from 255 or 26.44% from 556); Blue value is 214 (83.98% from 255 or 38.49% from 556); Max value from RGB is 214 - color contains mainly: blue. Hex color #C393D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C393D6 is #3C6C29. Grayscale: #A8A8A8. Windows color (decimal): -3959850 or 14062531. OLE color: 14062531.
HSL color Cylindrical-coordinate representation of color #C393D6: hue angle of 282.99º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C393D6 is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 195 | 147 | 214 | - |
| CMYK | 0.09 | 0.31 | 0 | 0.16 |
| HSL | 282.99º | 0.45% | 0.71% | - |
| HSV(B) | 282.99º | 0.31% | 0.84% | - |
| XYZ | 45.08 | 37.32 | 68.45 | - |
| YUV | 168.99 | 153.4 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 147 | 214 | 0.09 | 0.31 | 0 | 0.16 | 282.99 | 0.45 | 0.71 |
| Hex | C3 | 93 | D6 | 9 | 1F | 0 | 10 | 11B | 2D | 47 |
| Octal | 303 | 223 | 326 | 11 | 37 | 0 | 20 | 433 | 55 | 107 |
| Binary | 11000011 | 10010011 | 11010110 | 1001 | 11111 | 0 | 10000 | 100011011 | 101101 | 1000111 |
Color Harmonies of #C393D6
Complementary color
Monochromatic Colors of #C393D6
Black with #C393D6
Text Example
Text Example
White with #C393D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C393D6; }
p { color: rgb(195,147,214); }
H1.HeaderClassName
{
color: #C393D6;
}
.AnyTagClassName
{
color: #C393D6;
}
</style>
background-color css
<style>
a { background-color: #C393D6; }
a { background-color: rgb(195,147,214); }
div.DivClassName
{
background-color: #C393D6;
}
.BgClassName
{
background-color: #C393D6;
}
</style>
border-color css
<style>
span { border-color: #C393D6; }
span { border-color: rgb(195,147,214); }
td.TdClassName
{
border-color: #C393D6;
}
.TagClassName
{
border-color: #C393D6;
}
</style>