Shades of Wisteria #C296DA
Tints of Wisteria #C296DA
RGB
CMYK
RGB Variations
Color information
#C296DA (or 0xC296DA) is known color: Wisteria. HEX triplet: C2, 96 and DA. RGB value is (194,150,218). Sum of RGB (Red+Green+Blue) = 194+150+218=562 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.52% from 562); Green value is 150 (58.98% from 255 or 26.69% from 562); Blue value is 218 (85.55% from 255 or 38.79% from 562); Max value from RGB is 218 - color contains mainly: blue. Hex color #C296DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C296DA is #3D6925. Grayscale: #AAAAAA. Windows color (decimal): -4024614 or 14325442. OLE color: 14325442.
HSL color Cylindrical-coordinate representation of color #C296DA: hue angle of 278.82º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C296DA is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 150 | 218 | - |
| CMYK | 0.11 | 0.31 | 0 | 0.15 |
| HSL | 278.82º | 0.48% | 0.72% | - |
| HSV(B) | 278.82º | 0.31% | 0.85% | - |
| XYZ | 45.81 | 38.34 | 71.32 | - |
| YUV | 170.91 | 154.58 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 150 | 218 | 0.11 | 0.31 | 0 | 0.15 | 278.82 | 0.48 | 0.72 |
| Hex | C2 | 96 | DA | B | 1F | 0 | F | 117 | 30 | 48 |
| Octal | 302 | 226 | 332 | 13 | 37 | 0 | 17 | 427 | 60 | 110 |
| Binary | 11000010 | 10010110 | 11011010 | 1011 | 11111 | 0 | 1111 | 100010111 | 110000 | 1001000 |
Color Harmonies of #C296DA
Complementary color
Monochromatic Colors of #C296DA
Black with #C296DA
Text Example
Text Example
White with #C296DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C296DA; }
p { color: rgb(194,150,218); }
H1.HeaderClassName
{
color: #C296DA;
}
.AnyTagClassName
{
color: #C296DA;
}
</style>
background-color css
<style>
a { background-color: #C296DA; }
a { background-color: rgb(194,150,218); }
div.DivClassName
{
background-color: #C296DA;
}
.BgClassName
{
background-color: #C296DA;
}
</style>
border-color css
<style>
span { border-color: #C296DA; }
span { border-color: rgb(194,150,218); }
td.TdClassName
{
border-color: #C296DA;
}
.TagClassName
{
border-color: #C296DA;
}
</style>