Shades of Wisteria #C393DA
Tints of Wisteria #C393DA
RGB
CMYK
RGB Variations
Color information
#C393DA (or 0xC393DA) is known color: Wisteria. HEX triplet: C3, 93 and DA. RGB value is (195,147,218). Sum of RGB (Red+Green+Blue) = 195+147+218=560 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.82% from 560); Green value is 147 (57.81% from 255 or 26.25% from 560); Blue value is 218 (85.55% from 255 or 38.93% from 560); Max value from RGB is 218 - color contains mainly: blue. Hex color #C393DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C393DA is #3C6C25. Grayscale: #A9A9A9. Windows color (decimal): -3959846 or 14324675. OLE color: 14324675.
HSL color Cylindrical-coordinate representation of color #C393DA: hue angle of 280.56º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C393DA is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 147 | 218 | - |
| CMYK | 0.11 | 0.33 | 0 | 0.15 |
| HSL | 280.56º | 0.49% | 0.72% | - |
| HSV(B) | 280.56º | 0.33% | 0.85% | - |
| XYZ | 45.59 | 37.53 | 71.17 | - |
| YUV | 169.45 | 155.4 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 147 | 218 | 0.11 | 0.33 | 0 | 0.15 | 280.56 | 0.49 | 0.72 |
| Hex | C3 | 93 | DA | B | 21 | 0 | F | 119 | 31 | 48 |
| Octal | 303 | 223 | 332 | 13 | 41 | 0 | 17 | 431 | 61 | 110 |
| Binary | 11000011 | 10010011 | 11011010 | 1011 | 100001 | 0 | 1111 | 100011001 | 110001 | 1001000 |
Color Harmonies of #C393DA
Complementary color
Monochromatic Colors of #C393DA
Black with #C393DA
Text Example
Text Example
White with #C393DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C393DA; }
p { color: rgb(195,147,218); }
H1.HeaderClassName
{
color: #C393DA;
}
.AnyTagClassName
{
color: #C393DA;
}
</style>
background-color css
<style>
a { background-color: #C393DA; }
a { background-color: rgb(195,147,218); }
div.DivClassName
{
background-color: #C393DA;
}
.BgClassName
{
background-color: #C393DA;
}
</style>
border-color css
<style>
span { border-color: #C393DA; }
span { border-color: rgb(195,147,218); }
td.TdClassName
{
border-color: #C393DA;
}
.TagClassName
{
border-color: #C393DA;
}
</style>