Shades of Wisteria #C296ED
Tints of Wisteria #C296ED
RGB
CMYK
RGB Variations
Color information
#C296ED (or 0xC296ED) is known color: Wisteria. HEX triplet: C2, 96 and ED. RGB value is (194,150,237). Sum of RGB (Red+Green+Blue) = 194+150+237=581 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.39% from 581); Green value is 150 (58.98% from 255 or 25.82% from 581); Blue value is 237 (92.97% from 255 or 40.79% from 581); Max value from RGB is 237 - color contains mainly: blue. Hex color #C296ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C296ED is #3D6912. Grayscale: #ACACAC. Windows color (decimal): -4024595 or 15570626. OLE color: 15570626.
HSL color Cylindrical-coordinate representation of color #C296ED: hue angle of 270.34º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C296ED is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 150 | 237 | - |
| CMYK | 0.18 | 0.37 | 0 | 0.07 |
| HSL | 270.34º | 0.71% | 0.76% | - |
| HSV(B) | 270.34º | 0.37% | 0.93% | - |
| XYZ | 48.44 | 39.4 | 85.17 | - |
| YUV | 173.07 | 164.08 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 150 | 237 | 0.18 | 0.37 | 0 | 0.07 | 270.34 | 0.71 | 0.76 |
| Hex | C2 | 96 | ED | 12 | 25 | 0 | 7 | 10E | 47 | 4C |
| Octal | 302 | 226 | 355 | 22 | 45 | 0 | 7 | 416 | 107 | 114 |
| Binary | 11000010 | 10010110 | 11101101 | 10010 | 100101 | 0 | 111 | 100001110 | 1000111 | 1001100 |
Color Harmonies of #C296ED
Complementary color
Monochromatic Colors of #C296ED
Black with #C296ED
Text Example
Text Example
White with #C296ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C296ED; }
p { color: rgb(194,150,237); }
H1.HeaderClassName
{
color: #C296ED;
}
.AnyTagClassName
{
color: #C296ED;
}
</style>
background-color css
<style>
a { background-color: #C296ED; }
a { background-color: rgb(194,150,237); }
div.DivClassName
{
background-color: #C296ED;
}
.BgClassName
{
background-color: #C296ED;
}
</style>
border-color css
<style>
span { border-color: #C296ED; }
span { border-color: rgb(194,150,237); }
td.TdClassName
{
border-color: #C296ED;
}
.TagClassName
{
border-color: #C296ED;
}
</style>