Shades of Wisteria #C490DE
Tints of Wisteria #C490DE
RGB
CMYK
RGB Variations
Color information
#C490DE (or 0xC490DE) is known color: Wisteria. HEX triplet: C4, 90 and DE. RGB value is (196,144,222). Sum of RGB (Red+Green+Blue) = 196+144+222=562 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.88% from 562); Green value is 144 (56.64% from 255 or 25.62% from 562); Blue value is 222 (87.11% from 255 or 39.50% from 562); Max value from RGB is 222 - color contains mainly: blue. Hex color #C490DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C490DE is #3B6F21. Grayscale: #A8A8A8. Windows color (decimal): -3895074 or 14586052. OLE color: 14586052.
HSL color Cylindrical-coordinate representation of color #C490DE: hue angle of 280º degrees, saturation: 0.54, 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 #C490DE is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 144 | 222 | - |
| CMYK | 0.12 | 0.35 | 0 | 0.13 |
| HSL | 280º | 0.54% | 0.72% | - |
| HSV(B) | 280º | 0.35% | 0.87% | - |
| XYZ | 45.92 | 36.96 | 73.82 | - |
| YUV | 168.44 | 158.23 | 147.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 144 | 222 | 0.12 | 0.35 | 0 | 0.13 | 280 | 0.54 | 0.72 |
| Hex | C4 | 90 | DE | C | 23 | 0 | D | 118 | 36 | 48 |
| Octal | 304 | 220 | 336 | 14 | 43 | 0 | 15 | 430 | 66 | 110 |
| Binary | 11000100 | 10010000 | 11011110 | 1100 | 100011 | 0 | 1101 | 100011000 | 110110 | 1001000 |
Color Harmonies of #C490DE
Complementary color
Monochromatic Colors of #C490DE
Black with #C490DE
Text Example
Text Example
White with #C490DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C490DE; }
p { color: rgb(196,144,222); }
H1.HeaderClassName
{
color: #C490DE;
}
.AnyTagClassName
{
color: #C490DE;
}
</style>
background-color css
<style>
a { background-color: #C490DE; }
a { background-color: rgb(196,144,222); }
div.DivClassName
{
background-color: #C490DE;
}
.BgClassName
{
background-color: #C490DE;
}
</style>
border-color css
<style>
span { border-color: #C490DE; }
span { border-color: rgb(196,144,222); }
td.TdClassName
{
border-color: #C490DE;
}
.TagClassName
{
border-color: #C490DE;
}
</style>