Shades of Wisteria #C296CE
Tints of Wisteria #C296CE
RGB
CMYK
RGB Variations
Color information
#C296CE (or 0xC296CE) is known color: Wisteria. HEX triplet: C2, 96 and CE. RGB value is (194,150,206). Sum of RGB (Red+Green+Blue) = 194+150+206=550 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.27% from 550); Green value is 150 (58.98% from 255 or 27.27% from 550); Blue value is 206 (80.86% from 255 or 37.45% from 550); Max value from RGB is 206 - color contains mainly: blue. Hex color #C296CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C296CE is #3D6931. Grayscale: #A9A9A9. Windows color (decimal): -4024626 or 13539010. OLE color: 13539010.
HSL color Cylindrical-coordinate representation of color #C296CE: hue angle of 287.14º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C296CE is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 150 | 206 | - |
| CMYK | 0.06 | 0.27 | 0 | 0.19 |
| HSL | 287.14º | 0.36% | 0.7% | - |
| HSV(B) | 287.14º | 0.27% | 0.81% | - |
| XYZ | 44.3 | 37.74 | 63.34 | - |
| YUV | 169.54 | 148.58 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 150 | 206 | 0.06 | 0.27 | 0 | 0.19 | 287.14 | 0.36 | 0.7 |
| Hex | C2 | 96 | CE | 6 | 1B | 0 | 13 | 11F | 24 | 46 |
| Octal | 302 | 226 | 316 | 6 | 33 | 0 | 23 | 437 | 44 | 106 |
| Binary | 11000010 | 10010110 | 11001110 | 110 | 11011 | 0 | 10011 | 100011111 | 100100 | 1000110 |
Color Harmonies of #C296CE
Complementary color
Monochromatic Colors of #C296CE
Black with #C296CE
Text Example
Text Example
White with #C296CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C296CE; }
p { color: rgb(194,150,206); }
H1.HeaderClassName
{
color: #C296CE;
}
.AnyTagClassName
{
color: #C296CE;
}
</style>
background-color css
<style>
a { background-color: #C296CE; }
a { background-color: rgb(194,150,206); }
div.DivClassName
{
background-color: #C296CE;
}
.BgClassName
{
background-color: #C296CE;
}
</style>
border-color css
<style>
span { border-color: #C296CE; }
span { border-color: rgb(194,150,206); }
td.TdClassName
{
border-color: #C296CE;
}
.TagClassName
{
border-color: #C296CE;
}
</style>