Shades of Wisteria #C289DA
Tints of Wisteria #C289DA
RGB
CMYK
RGB Variations
Color information
#C289DA (or 0xC289DA) is known color: Wisteria. HEX triplet: C2, 89 and DA. RGB value is (194,137,218). Sum of RGB (Red+Green+Blue) = 194+137+218=549 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.34% from 549); Green value is 137 (53.91% from 255 or 24.95% from 549); Blue value is 218 (85.55% from 255 or 39.71% from 549); Max value from RGB is 218 - color contains mainly: blue. Hex color #C289DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C289DA is #3D7625. Grayscale: #A3A3A3. Windows color (decimal): -4027942 or 14322114. OLE color: 14322114.
HSL color Cylindrical-coordinate representation of color #C289DA: hue angle of 282.22º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C289DA is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 137 | 218 | - |
| CMYK | 0.11 | 0.37 | 0 | 0.15 |
| HSL | 282.22º | 0.52% | 0.7% | - |
| HSV(B) | 282.22º | 0.37% | 0.85% | - |
| XYZ | 43.85 | 34.42 | 70.66 | - |
| YUV | 163.28 | 158.88 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 137 | 218 | 0.11 | 0.37 | 0 | 0.15 | 282.22 | 0.52 | 0.7 |
| Hex | C2 | 89 | DA | B | 25 | 0 | F | 11A | 34 | 46 |
| Octal | 302 | 211 | 332 | 13 | 45 | 0 | 17 | 432 | 64 | 106 |
| Binary | 11000010 | 10001001 | 11011010 | 1011 | 100101 | 0 | 1111 | 100011010 | 110100 | 1000110 |
Color Harmonies of #C289DA
Complementary color
Monochromatic Colors of #C289DA
Black with #C289DA
Text Example
Text Example
White with #C289DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C289DA; }
p { color: rgb(194,137,218); }
H1.HeaderClassName
{
color: #C289DA;
}
.AnyTagClassName
{
color: #C289DA;
}
</style>
background-color css
<style>
a { background-color: #C289DA; }
a { background-color: rgb(194,137,218); }
div.DivClassName
{
background-color: #C289DA;
}
.BgClassName
{
background-color: #C289DA;
}
</style>
border-color css
<style>
span { border-color: #C289DA; }
span { border-color: rgb(194,137,218); }
td.TdClassName
{
border-color: #C289DA;
}
.TagClassName
{
border-color: #C289DA;
}
</style>