Shades of Wisteria #C490DD
Tints of Wisteria #C490DD
RGB
CMYK
RGB Variations
Color information
#C490DD (or 0xC490DD) is known color: Wisteria. HEX triplet: C4, 90 and DD. RGB value is (196,144,221). Sum of RGB (Red+Green+Blue) = 196+144+221=561 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.94% from 561); Green value is 144 (56.64% from 255 or 25.67% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 221 - color contains mainly: blue. Hex color #C490DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C490DD is #3B6F22. Grayscale: #A8A8A8. Windows color (decimal): -3895075 or 14520516. OLE color: 14520516.
HSL color Cylindrical-coordinate representation of color #C490DD: hue angle of 280.52º degrees, saturation: 0.53, 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 #C490DD is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 144 | 221 | - |
| CMYK | 0.11 | 0.35 | 0 | 0.13 |
| HSL | 280.52º | 0.53% | 0.72% | - |
| HSV(B) | 280.52º | 0.35% | 0.87% | - |
| XYZ | 45.79 | 36.9 | 73.12 | - |
| YUV | 168.33 | 157.73 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 144 | 221 | 0.11 | 0.35 | 0 | 0.13 | 280.52 | 0.53 | 0.72 |
| Hex | C4 | 90 | DD | B | 23 | 0 | D | 119 | 35 | 48 |
| Octal | 304 | 220 | 335 | 13 | 43 | 0 | 15 | 431 | 65 | 110 |
| Binary | 11000100 | 10010000 | 11011101 | 1011 | 100011 | 0 | 1101 | 100011001 | 110101 | 1001000 |
Color Harmonies of #C490DD
Complementary color
Monochromatic Colors of #C490DD
Black with #C490DD
Text Example
Text Example
White with #C490DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C490DD; }
p { color: rgb(196,144,221); }
H1.HeaderClassName
{
color: #C490DD;
}
.AnyTagClassName
{
color: #C490DD;
}
</style>
background-color css
<style>
a { background-color: #C490DD; }
a { background-color: rgb(196,144,221); }
div.DivClassName
{
background-color: #C490DD;
}
.BgClassName
{
background-color: #C490DD;
}
</style>
border-color css
<style>
span { border-color: #C490DD; }
span { border-color: rgb(196,144,221); }
td.TdClassName
{
border-color: #C490DD;
}
.TagClassName
{
border-color: #C490DD;
}
</style>