Shades of Wisteria #C389DF
Tints of Wisteria #C389DF
RGB
CMYK
RGB Variations
Color information
#C389DF (or 0xC389DF) is known color: Wisteria. HEX triplet: C3, 89 and DF. RGB value is (195,137,223). Sum of RGB (Red+Green+Blue) = 195+137+223=555 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.14% from 555); Green value is 137 (53.91% from 255 or 24.68% from 555); Blue value is 223 (87.5% from 255 or 40.18% from 555); Max value from RGB is 223 - color contains mainly: blue. Hex color #C389DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C389DF is #3C7620. Grayscale: #A3A3A3. Windows color (decimal): -3962401 or 14649795. OLE color: 14649795.
HSL color Cylindrical-coordinate representation of color #C389DF: hue angle of 280.47º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C389DF is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 137 | 223 | - |
| CMYK | 0.13 | 0.39 | 0 | 0.13 |
| HSL | 280.47º | 0.57% | 0.71% | - |
| HSV(B) | 280.47º | 0.39% | 0.87% | - |
| XYZ | 44.77 | 34.82 | 74.17 | - |
| YUV | 164.15 | 161.22 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 137 | 223 | 0.13 | 0.39 | 0 | 0.13 | 280.47 | 0.57 | 0.71 |
| Hex | C3 | 89 | DF | D | 27 | 0 | D | 118 | 39 | 47 |
| Octal | 303 | 211 | 337 | 15 | 47 | 0 | 15 | 430 | 71 | 107 |
| Binary | 11000011 | 10001001 | 11011111 | 1101 | 100111 | 0 | 1101 | 100011000 | 111001 | 1000111 |
Color Harmonies of #C389DF
Complementary color
Monochromatic Colors of #C389DF
Black with #C389DF
Text Example
Text Example
White with #C389DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C389DF; }
p { color: rgb(195,137,223); }
H1.HeaderClassName
{
color: #C389DF;
}
.AnyTagClassName
{
color: #C389DF;
}
</style>
background-color css
<style>
a { background-color: #C389DF; }
a { background-color: rgb(195,137,223); }
div.DivClassName
{
background-color: #C389DF;
}
.BgClassName
{
background-color: #C389DF;
}
</style>
border-color css
<style>
span { border-color: #C389DF; }
span { border-color: rgb(195,137,223); }
td.TdClassName
{
border-color: #C389DF;
}
.TagClassName
{
border-color: #C389DF;
}
</style>