Shades of Wisteria #C287DA
Tints of Wisteria #C287DA
RGB
CMYK
RGB Variations
Color information
#C287DA (or 0xC287DA) is known color: Wisteria. HEX triplet: C2, 87 and DA. RGB value is (194,135,218). Sum of RGB (Red+Green+Blue) = 194+135+218=547 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.47% from 547); Green value is 135 (53.12% from 255 or 24.68% from 547); Blue value is 218 (85.55% from 255 or 39.85% from 547); Max value from RGB is 218 - color contains mainly: blue. Hex color #C287DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C287DA is #3D7825. Grayscale: #A1A1A1. Windows color (decimal): -4028454 or 14321602. OLE color: 14321602.
HSL color Cylindrical-coordinate representation of color #C287DA: hue angle of 282.65º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C287DA is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 135 | 218 | - |
| CMYK | 0.11 | 0.38 | 0 | 0.15 |
| HSL | 282.65º | 0.53% | 0.69% | - |
| HSV(B) | 282.65º | 0.38% | 0.85% | - |
| XYZ | 43.57 | 33.86 | 70.57 | - |
| YUV | 162.1 | 159.55 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 135 | 218 | 0.11 | 0.38 | 0 | 0.15 | 282.65 | 0.53 | 0.69 |
| Hex | C2 | 87 | DA | B | 26 | 0 | F | 11B | 35 | 45 |
| Octal | 302 | 207 | 332 | 13 | 46 | 0 | 17 | 433 | 65 | 105 |
| Binary | 11000010 | 10000111 | 11011010 | 1011 | 100110 | 0 | 1111 | 100011011 | 110101 | 1000101 |
Color Harmonies of #C287DA
Complementary color
Monochromatic Colors of #C287DA
Black with #C287DA
Text Example
Text Example
White with #C287DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C287DA; }
p { color: rgb(194,135,218); }
H1.HeaderClassName
{
color: #C287DA;
}
.AnyTagClassName
{
color: #C287DA;
}
</style>
background-color css
<style>
a { background-color: #C287DA; }
a { background-color: rgb(194,135,218); }
div.DivClassName
{
background-color: #C287DA;
}
.BgClassName
{
background-color: #C287DA;
}
</style>
border-color css
<style>
span { border-color: #C287DA; }
span { border-color: rgb(194,135,218); }
td.TdClassName
{
border-color: #C287DA;
}
.TagClassName
{
border-color: #C287DA;
}
</style>