Shades of Wisteria #C289DF
Tints of Wisteria #C289DF
RGB
CMYK
RGB Variations
Color information
#C289DF (or 0xC289DF) is known color: Wisteria. HEX triplet: C2, 89 and DF. RGB value is (194,137,223). Sum of RGB (Red+Green+Blue) = 194+137+223=554 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.02% from 554); Green value is 137 (53.91% from 255 or 24.73% from 554); Blue value is 223 (87.5% from 255 or 40.25% from 554); Max value from RGB is 223 - color contains mainly: blue. Hex color #C289DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C289DF is #3D7620. Grayscale: #A3A3A3. Windows color (decimal): -4027937 or 14649794. OLE color: 14649794.
HSL color Cylindrical-coordinate representation of color #C289DF: hue angle of 279.77º 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 #C289DF is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 137 | 223 | - |
| CMYK | 0.13 | 0.39 | 0 | 0.13 |
| HSL | 279.77º | 0.57% | 0.71% | - |
| HSV(B) | 279.77º | 0.39% | 0.87% | - |
| XYZ | 44.51 | 34.69 | 74.16 | - |
| YUV | 163.85 | 161.38 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 137 | 223 | 0.13 | 0.39 | 0 | 0.13 | 279.77 | 0.57 | 0.71 |
| Hex | C2 | 89 | DF | D | 27 | 0 | D | 118 | 39 | 47 |
| Octal | 302 | 211 | 337 | 15 | 47 | 0 | 15 | 430 | 71 | 107 |
| Binary | 11000010 | 10001001 | 11011111 | 1101 | 100111 | 0 | 1101 | 100011000 | 111001 | 1000111 |
Color Harmonies of #C289DF
Complementary color
Monochromatic Colors of #C289DF
Black with #C289DF
Text Example
Text Example
White with #C289DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C289DF; }
p { color: rgb(194,137,223); }
H1.HeaderClassName
{
color: #C289DF;
}
.AnyTagClassName
{
color: #C289DF;
}
</style>
background-color css
<style>
a { background-color: #C289DF; }
a { background-color: rgb(194,137,223); }
div.DivClassName
{
background-color: #C289DF;
}
.BgClassName
{
background-color: #C289DF;
}
</style>
border-color css
<style>
span { border-color: #C289DF; }
span { border-color: rgb(194,137,223); }
td.TdClassName
{
border-color: #C289DF;
}
.TagClassName
{
border-color: #C289DF;
}
</style>