Shades of Wisteria #C296DB
Tints of Wisteria #C296DB
RGB
CMYK
RGB Variations
Color information
#C296DB (or 0xC296DB) is known color: Wisteria. HEX triplet: C2, 96 and DB. RGB value is (194,150,219). Sum of RGB (Red+Green+Blue) = 194+150+219=563 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.46% from 563); Green value is 150 (58.98% from 255 or 26.64% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 219 - color contains mainly: blue. Hex color #C296DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C296DB is #3D6924. Grayscale: #AAAAAA. Windows color (decimal): -4024613 or 14390978. OLE color: 14390978.
HSL color Cylindrical-coordinate representation of color #C296DB: hue angle of 278.26º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C296DB is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 150 | 219 | - |
| CMYK | 0.11 | 0.32 | 0 | 0.14 |
| HSL | 278.26º | 0.49% | 0.72% | - |
| HSV(B) | 278.26º | 0.32% | 0.86% | - |
| XYZ | 45.94 | 38.4 | 72.01 | - |
| YUV | 171.02 | 155.08 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 150 | 219 | 0.11 | 0.32 | 0 | 0.14 | 278.26 | 0.49 | 0.72 |
| Hex | C2 | 96 | DB | B | 20 | 0 | E | 116 | 31 | 48 |
| Octal | 302 | 226 | 333 | 13 | 40 | 0 | 16 | 426 | 61 | 110 |
| Binary | 11000010 | 10010110 | 11011011 | 1011 | 100000 | 0 | 1110 | 100010110 | 110001 | 1001000 |
Color Harmonies of #C296DB
Complementary color
Monochromatic Colors of #C296DB
Black with #C296DB
Text Example
Text Example
White with #C296DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C296DB; }
p { color: rgb(194,150,219); }
H1.HeaderClassName
{
color: #C296DB;
}
.AnyTagClassName
{
color: #C296DB;
}
</style>
background-color css
<style>
a { background-color: #C296DB; }
a { background-color: rgb(194,150,219); }
div.DivClassName
{
background-color: #C296DB;
}
.BgClassName
{
background-color: #C296DB;
}
</style>
border-color css
<style>
span { border-color: #C296DB; }
span { border-color: rgb(194,150,219); }
td.TdClassName
{
border-color: #C296DB;
}
.TagClassName
{
border-color: #C296DB;
}
</style>