Shades of Wisteria #C296E8
Tints of Wisteria #C296E8
RGB
CMYK
RGB Variations
Color information
#C296E8 (or 0xC296E8) is known color: Wisteria. HEX triplet: C2, 96 and E8. RGB value is (194,150,232). Sum of RGB (Red+Green+Blue) = 194+150+232=576 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.68% from 576); Green value is 150 (58.98% from 255 or 26.04% from 576); Blue value is 232 (91.02% from 255 or 40.28% from 576); Max value from RGB is 232 - color contains mainly: blue. Hex color #C296E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C296E8 is #3D6917. Grayscale: #ACACAC. Windows color (decimal): -4024600 or 15242946. OLE color: 15242946.
HSL color Cylindrical-coordinate representation of color #C296E8: hue angle of 272.2º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C296E8 is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 150 | 232 | - |
| CMYK | 0.16 | 0.35 | 0 | 0.09 |
| HSL | 272.2º | 0.64% | 0.75% | - |
| HSV(B) | 272.2º | 0.35% | 0.91% | - |
| XYZ | 47.72 | 39.11 | 81.38 | - |
| YUV | 172.5 | 161.58 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 150 | 232 | 0.16 | 0.35 | 0 | 0.09 | 272.2 | 0.64 | 0.75 |
| Hex | C2 | 96 | E8 | 10 | 23 | 0 | 9 | 110 | 40 | 4B |
| Octal | 302 | 226 | 350 | 20 | 43 | 0 | 11 | 420 | 100 | 113 |
| Binary | 11000010 | 10010110 | 11101000 | 10000 | 100011 | 0 | 1001 | 100010000 | 1000000 | 1001011 |
Color Harmonies of #C296E8
Complementary color
Monochromatic Colors of #C296E8
Black with #C296E8
Text Example
Text Example
White with #C296E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C296E8; }
p { color: rgb(194,150,232); }
H1.HeaderClassName
{
color: #C296E8;
}
.AnyTagClassName
{
color: #C296E8;
}
</style>
background-color css
<style>
a { background-color: #C296E8; }
a { background-color: rgb(194,150,232); }
div.DivClassName
{
background-color: #C296E8;
}
.BgClassName
{
background-color: #C296E8;
}
</style>
border-color css
<style>
span { border-color: #C296E8; }
span { border-color: rgb(194,150,232); }
td.TdClassName
{
border-color: #C296E8;
}
.TagClassName
{
border-color: #C296E8;
}
</style>