Shades of Wisteria #C290D6
Tints of Wisteria #C290D6
RGB
CMYK
RGB Variations
Color information
#C290D6 (or 0xC290D6) is known color: Wisteria. HEX triplet: C2, 90 and D6. RGB value is (194,144,214). Sum of RGB (Red+Green+Blue) = 194+144+214=552 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.14% from 552); Green value is 144 (56.64% from 255 or 26.09% from 552); Blue value is 214 (83.98% from 255 or 38.77% from 552); Max value from RGB is 214 - color contains mainly: blue. Hex color #C290D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C290D6 is #3D6F29. Grayscale: #A6A6A6. Windows color (decimal): -4026154 or 14061762. OLE color: 14061762.
HSL color Cylindrical-coordinate representation of color #C290D6: hue angle of 282.86º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C290D6 is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 144 | 214 | - |
| CMYK | 0.09 | 0.33 | 0 | 0.16 |
| HSL | 282.86º | 0.46% | 0.7% | - |
| HSV(B) | 282.86º | 0.33% | 0.84% | - |
| XYZ | 44.36 | 36.27 | 68.28 | - |
| YUV | 166.93 | 154.57 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 144 | 214 | 0.09 | 0.33 | 0 | 0.16 | 282.86 | 0.46 | 0.7 |
| Hex | C2 | 90 | D6 | 9 | 21 | 0 | 10 | 11B | 2E | 46 |
| Octal | 302 | 220 | 326 | 11 | 41 | 0 | 20 | 433 | 56 | 106 |
| Binary | 11000010 | 10010000 | 11010110 | 1001 | 100001 | 0 | 10000 | 100011011 | 101110 | 1000110 |
Color Harmonies of #C290D6
Complementary color
Monochromatic Colors of #C290D6
Black with #C290D6
Text Example
Text Example
White with #C290D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C290D6; }
p { color: rgb(194,144,214); }
H1.HeaderClassName
{
color: #C290D6;
}
.AnyTagClassName
{
color: #C290D6;
}
</style>
background-color css
<style>
a { background-color: #C290D6; }
a { background-color: rgb(194,144,214); }
div.DivClassName
{
background-color: #C290D6;
}
.BgClassName
{
background-color: #C290D6;
}
</style>
border-color css
<style>
span { border-color: #C290D6; }
span { border-color: rgb(194,144,214); }
td.TdClassName
{
border-color: #C290D6;
}
.TagClassName
{
border-color: #C290D6;
}
</style>