Shades of Wisteria #C090DC
Tints of Wisteria #C090DC
RGB
CMYK
RGB Variations
Color information
#C090DC (or 0xC090DC) is known color: Wisteria. HEX triplet: C0, 90 and DC. RGB value is (192,144,220). Sum of RGB (Red+Green+Blue) = 192+144+220=556 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.53% from 556); Green value is 144 (56.64% from 255 or 25.90% from 556); Blue value is 220 (86.33% from 255 or 39.57% from 556); Max value from RGB is 220 - color contains mainly: blue. Hex color #C090DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C090DC is #3F6F23. Grayscale: #A6A6A6. Windows color (decimal): -4157220 or 14454976. OLE color: 14454976.
HSL color Cylindrical-coordinate representation of color #C090DC: hue angle of 277.89º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C090DC is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 144 | 220 | - |
| CMYK | 0.13 | 0.35 | 0 | 0.14 |
| HSL | 277.89º | 0.52% | 0.71% | - |
| HSV(B) | 277.89º | 0.35% | 0.86% | - |
| XYZ | 44.63 | 36.32 | 72.37 | - |
| YUV | 167.02 | 157.9 | 145.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 144 | 220 | 0.13 | 0.35 | 0 | 0.14 | 277.89 | 0.52 | 0.71 |
| Hex | C0 | 90 | DC | D | 23 | 0 | E | 116 | 34 | 47 |
| Octal | 300 | 220 | 334 | 15 | 43 | 0 | 16 | 426 | 64 | 107 |
| Binary | 11000000 | 10010000 | 11011100 | 1101 | 100011 | 0 | 1110 | 100010110 | 110100 | 1000111 |
Color Harmonies of #C090DC
Complementary color
Monochromatic Colors of #C090DC
Black with #C090DC
Text Example
Text Example
White with #C090DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C090DC; }
p { color: rgb(192,144,220); }
H1.HeaderClassName
{
color: #C090DC;
}
.AnyTagClassName
{
color: #C090DC;
}
</style>
background-color css
<style>
a { background-color: #C090DC; }
a { background-color: rgb(192,144,220); }
div.DivClassName
{
background-color: #C090DC;
}
.BgClassName
{
background-color: #C090DC;
}
</style>
border-color css
<style>
span { border-color: #C090DC; }
span { border-color: rgb(192,144,220); }
td.TdClassName
{
border-color: #C090DC;
}
.TagClassName
{
border-color: #C090DC;
}
</style>