Shades of Wisteria #C290DF
Tints of Wisteria #C290DF
RGB
CMYK
RGB Variations
Color information
#C290DF (or 0xC290DF) is known color: Wisteria. HEX triplet: C2, 90 and DF. RGB value is (194,144,223). Sum of RGB (Red+Green+Blue) = 194+144+223=561 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.58% from 561); Green value is 144 (56.64% from 255 or 25.67% from 561); Blue value is 223 (87.5% from 255 or 39.75% from 561); Max value from RGB is 223 - color contains mainly: blue. Hex color #C290DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C290DF is #3D6F20. Grayscale: #A7A7A7. Windows color (decimal): -4026145 or 14651586. OLE color: 14651586.
HSL color Cylindrical-coordinate representation of color #C290DF: hue angle of 277.97º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C290DF is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 144 | 223 | - |
| CMYK | 0.13 | 0.35 | 0 | 0.13 |
| HSL | 277.97º | 0.55% | 0.72% | - |
| HSV(B) | 277.97º | 0.35% | 0.87% | - |
| XYZ | 45.54 | 36.74 | 74.5 | - |
| YUV | 167.96 | 159.07 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 144 | 223 | 0.13 | 0.35 | 0 | 0.13 | 277.97 | 0.55 | 0.72 |
| Hex | C2 | 90 | DF | D | 23 | 0 | D | 116 | 37 | 48 |
| Octal | 302 | 220 | 337 | 15 | 43 | 0 | 15 | 426 | 67 | 110 |
| Binary | 11000010 | 10010000 | 11011111 | 1101 | 100011 | 0 | 1101 | 100010110 | 110111 | 1001000 |
Color Harmonies of #C290DF
Complementary color
Monochromatic Colors of #C290DF
Black with #C290DF
Text Example
Text Example
White with #C290DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C290DF; }
p { color: rgb(194,144,223); }
H1.HeaderClassName
{
color: #C290DF;
}
.AnyTagClassName
{
color: #C290DF;
}
</style>
background-color css
<style>
a { background-color: #C290DF; }
a { background-color: rgb(194,144,223); }
div.DivClassName
{
background-color: #C290DF;
}
.BgClassName
{
background-color: #C290DF;
}
</style>
border-color css
<style>
span { border-color: #C290DF; }
span { border-color: rgb(194,144,223); }
td.TdClassName
{
border-color: #C290DF;
}
.TagClassName
{
border-color: #C290DF;
}
</style>