Shades of Wisteria #C288DA
Tints of Wisteria #C288DA
RGB
CMYK
RGB Variations
Color information
#C288DA (or 0xC288DA) is known color: Wisteria. HEX triplet: C2, 88 and DA. RGB value is (194,136,218). Sum of RGB (Red+Green+Blue) = 194+136+218=548 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.40% from 548); Green value is 136 (53.52% from 255 or 24.82% from 548); Blue value is 218 (85.55% from 255 or 39.78% from 548); Max value from RGB is 218 - color contains mainly: blue. Hex color #C288DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C288DA is #3D7725. Grayscale: #A2A2A2. Windows color (decimal): -4028198 or 14321858. OLE color: 14321858.
HSL color Cylindrical-coordinate representation of color #C288DA: hue angle of 282.44º 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 #C288DA is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 136 | 218 | - |
| CMYK | 0.11 | 0.38 | 0 | 0.15 |
| HSL | 282.44º | 0.53% | 0.69% | - |
| HSV(B) | 282.44º | 0.38% | 0.85% | - |
| XYZ | 43.71 | 34.14 | 70.62 | - |
| YUV | 162.69 | 159.22 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 136 | 218 | 0.11 | 0.38 | 0 | 0.15 | 282.44 | 0.53 | 0.69 |
| Hex | C2 | 88 | DA | B | 26 | 0 | F | 11A | 35 | 45 |
| Octal | 302 | 210 | 332 | 13 | 46 | 0 | 17 | 432 | 65 | 105 |
| Binary | 11000010 | 10001000 | 11011010 | 1011 | 100110 | 0 | 1111 | 100011010 | 110101 | 1000101 |
Color Harmonies of #C288DA
Complementary color
Monochromatic Colors of #C288DA
Black with #C288DA
Text Example
Text Example
White with #C288DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C288DA; }
p { color: rgb(194,136,218); }
H1.HeaderClassName
{
color: #C288DA;
}
.AnyTagClassName
{
color: #C288DA;
}
</style>
background-color css
<style>
a { background-color: #C288DA; }
a { background-color: rgb(194,136,218); }
div.DivClassName
{
background-color: #C288DA;
}
.BgClassName
{
background-color: #C288DA;
}
</style>
border-color css
<style>
span { border-color: #C288DA; }
span { border-color: rgb(194,136,218); }
td.TdClassName
{
border-color: #C288DA;
}
.TagClassName
{
border-color: #C288DA;
}
</style>