Shades of Wisteria #C288DC
Tints of Wisteria #C288DC
RGB
CMYK
RGB Variations
Color information
#C288DC (or 0xC288DC) is known color: Wisteria. HEX triplet: C2, 88 and DC. RGB value is (194,136,220). Sum of RGB (Red+Green+Blue) = 194+136+220=550 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.27% from 550); Green value is 136 (53.52% from 255 or 24.73% from 550); Blue value is 220 (86.33% from 255 or 40% from 550); Max value from RGB is 220 - color contains mainly: blue. Hex color #C288DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C288DC is #3D7723. Grayscale: #A2A2A2. Windows color (decimal): -4028196 or 14452930. OLE color: 14452930.
HSL color Cylindrical-coordinate representation of color #C288DC: hue angle of 281.43º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C288DC is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 136 | 220 | - |
| CMYK | 0.12 | 0.38 | 0 | 0.14 |
| HSL | 281.43º | 0.55% | 0.7% | - |
| HSV(B) | 281.43º | 0.38% | 0.86% | - |
| XYZ | 43.97 | 34.24 | 72 | - |
| YUV | 162.92 | 160.22 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 136 | 220 | 0.12 | 0.38 | 0 | 0.14 | 281.43 | 0.55 | 0.7 |
| Hex | C2 | 88 | DC | C | 26 | 0 | E | 119 | 37 | 46 |
| Octal | 302 | 210 | 334 | 14 | 46 | 0 | 16 | 431 | 67 | 106 |
| Binary | 11000010 | 10001000 | 11011100 | 1100 | 100110 | 0 | 1110 | 100011001 | 110111 | 1000110 |
Color Harmonies of #C288DC
Complementary color
Monochromatic Colors of #C288DC
Black with #C288DC
Text Example
Text Example
White with #C288DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C288DC; }
p { color: rgb(194,136,220); }
H1.HeaderClassName
{
color: #C288DC;
}
.AnyTagClassName
{
color: #C288DC;
}
</style>
background-color css
<style>
a { background-color: #C288DC; }
a { background-color: rgb(194,136,220); }
div.DivClassName
{
background-color: #C288DC;
}
.BgClassName
{
background-color: #C288DC;
}
</style>
border-color css
<style>
span { border-color: #C288DC; }
span { border-color: rgb(194,136,220); }
td.TdClassName
{
border-color: #C288DC;
}
.TagClassName
{
border-color: #C288DC;
}
</style>