Shades of Wisteria #C296DC
Tints of Wisteria #C296DC
RGB
CMYK
RGB Variations
Color information
#C296DC (or 0xC296DC) is known color: Wisteria. HEX triplet: C2, 96 and DC. RGB value is (194,150,220). Sum of RGB (Red+Green+Blue) = 194+150+220=564 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.40% from 564); Green value is 150 (58.98% from 255 or 26.60% from 564); Blue value is 220 (86.33% from 255 or 39.01% from 564); Max value from RGB is 220 - color contains mainly: blue. Hex color #C296DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C296DC is #3D6923. Grayscale: #AAAAAA. Windows color (decimal): -4024612 or 14456514. OLE color: 14456514.
HSL color Cylindrical-coordinate representation of color #C296DC: hue angle of 277.71º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C296DC is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 150 | 220 | - |
| CMYK | 0.12 | 0.32 | 0 | 0.14 |
| HSL | 277.71º | 0.5% | 0.73% | - |
| HSV(B) | 277.71º | 0.32% | 0.86% | - |
| XYZ | 46.07 | 38.45 | 72.7 | - |
| YUV | 171.14 | 155.58 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 150 | 220 | 0.12 | 0.32 | 0 | 0.14 | 277.71 | 0.5 | 0.73 |
| Hex | C2 | 96 | DC | C | 20 | 0 | E | 116 | 32 | 49 |
| Octal | 302 | 226 | 334 | 14 | 40 | 0 | 16 | 426 | 62 | 111 |
| Binary | 11000010 | 10010110 | 11011100 | 1100 | 100000 | 0 | 1110 | 100010110 | 110010 | 1001001 |
Color Harmonies of #C296DC
Complementary color
Monochromatic Colors of #C296DC
Black with #C296DC
Text Example
Text Example
White with #C296DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C296DC; }
p { color: rgb(194,150,220); }
H1.HeaderClassName
{
color: #C296DC;
}
.AnyTagClassName
{
color: #C296DC;
}
</style>
background-color css
<style>
a { background-color: #C296DC; }
a { background-color: rgb(194,150,220); }
div.DivClassName
{
background-color: #C296DC;
}
.BgClassName
{
background-color: #C296DC;
}
</style>
border-color css
<style>
span { border-color: #C296DC; }
span { border-color: rgb(194,150,220); }
td.TdClassName
{
border-color: #C296DC;
}
.TagClassName
{
border-color: #C296DC;
}
</style>