Shades of Wisteria #C296D7
Tints of Wisteria #C296D7
RGB
CMYK
RGB Variations
Color information
#C296D7 (or 0xC296D7) is known color: Wisteria. HEX triplet: C2, 96 and D7. RGB value is (194,150,215). Sum of RGB (Red+Green+Blue) = 194+150+215=559 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.70% from 559); Green value is 150 (58.98% from 255 or 26.83% from 559); Blue value is 215 (84.38% from 255 or 38.46% from 559); Max value from RGB is 215 - color contains mainly: blue. Hex color #C296D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C296D7 is #3D6928. Grayscale: #AAAAAA. Windows color (decimal): -4024617 or 14128834. OLE color: 14128834.
HSL color Cylindrical-coordinate representation of color #C296D7: hue angle of 280.62º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C296D7 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 150 | 215 | - |
| CMYK | 0.10 | 0.30 | 0 | 0.16 |
| HSL | 280.62º | 0.45% | 0.72% | - |
| HSV(B) | 280.62º | 0.3% | 0.84% | - |
| XYZ | 45.42 | 38.19 | 69.27 | - |
| YUV | 170.57 | 153.08 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 150 | 215 | 0.10 | 0.30 | 0 | 0.16 | 280.62 | 0.45 | 0.72 |
| Hex | C2 | 96 | D7 | A | 1E | 0 | 10 | 119 | 2D | 48 |
| Octal | 302 | 226 | 327 | 12 | 36 | 0 | 20 | 431 | 55 | 110 |
| Binary | 11000010 | 10010110 | 11010111 | 1010 | 11110 | 0 | 10000 | 100011001 | 101101 | 1001000 |
Color Harmonies of #C296D7
Complementary color
Monochromatic Colors of #C296D7
Black with #C296D7
Text Example
Text Example
White with #C296D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C296D7; }
p { color: rgb(194,150,215); }
H1.HeaderClassName
{
color: #C296D7;
}
.AnyTagClassName
{
color: #C296D7;
}
</style>
background-color css
<style>
a { background-color: #C296D7; }
a { background-color: rgb(194,150,215); }
div.DivClassName
{
background-color: #C296D7;
}
.BgClassName
{
background-color: #C296D7;
}
</style>
border-color css
<style>
span { border-color: #C296D7; }
span { border-color: rgb(194,150,215); }
td.TdClassName
{
border-color: #C296D7;
}
.TagClassName
{
border-color: #C296D7;
}
</style>