Shades of Wisteria #C296DD
Tints of Wisteria #C296DD
RGB
CMYK
RGB Variations
Color information
#C296DD (or 0xC296DD) is known color: Wisteria. HEX triplet: C2, 96 and DD. RGB value is (194,150,221). Sum of RGB (Red+Green+Blue) = 194+150+221=565 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.34% from 565); Green value is 150 (58.98% from 255 or 26.55% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 221 - color contains mainly: blue. Hex color #C296DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C296DD is #3D6922. Grayscale: #ABABAB. Windows color (decimal): -4024611 or 14522050. OLE color: 14522050.
HSL color Cylindrical-coordinate representation of color #C296DD: hue angle of 277.18º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C296DD is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 150 | 221 | - |
| CMYK | 0.12 | 0.32 | 0 | 0.13 |
| HSL | 277.18º | 0.51% | 0.73% | - |
| HSV(B) | 277.18º | 0.32% | 0.87% | - |
| XYZ | 46.21 | 38.5 | 73.4 | - |
| YUV | 171.25 | 156.08 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 150 | 221 | 0.12 | 0.32 | 0 | 0.13 | 277.18 | 0.51 | 0.73 |
| Hex | C2 | 96 | DD | C | 20 | 0 | D | 115 | 33 | 49 |
| Octal | 302 | 226 | 335 | 14 | 40 | 0 | 15 | 425 | 63 | 111 |
| Binary | 11000010 | 10010110 | 11011101 | 1100 | 100000 | 0 | 1101 | 100010101 | 110011 | 1001001 |
Color Harmonies of #C296DD
Complementary color
Monochromatic Colors of #C296DD
Black with #C296DD
Text Example
Text Example
White with #C296DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C296DD; }
p { color: rgb(194,150,221); }
H1.HeaderClassName
{
color: #C296DD;
}
.AnyTagClassName
{
color: #C296DD;
}
</style>
background-color css
<style>
a { background-color: #C296DD; }
a { background-color: rgb(194,150,221); }
div.DivClassName
{
background-color: #C296DD;
}
.BgClassName
{
background-color: #C296DD;
}
</style>
border-color css
<style>
span { border-color: #C296DD; }
span { border-color: rgb(194,150,221); }
td.TdClassName
{
border-color: #C296DD;
}
.TagClassName
{
border-color: #C296DD;
}
</style>