Shades of Wisteria #C090D9
Tints of Wisteria #C090D9
RGB
CMYK
RGB Variations
Color information
#C090D9 (or 0xC090D9) is known color: Wisteria. HEX triplet: C0, 90 and D9. RGB value is (192,144,217). Sum of RGB (Red+Green+Blue) = 192+144+217=553 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.72% from 553); Green value is 144 (56.64% from 255 or 26.04% from 553); Blue value is 217 (85.16% from 255 or 39.24% from 553); Max value from RGB is 217 - color contains mainly: blue. Hex color #C090D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C090D9 is #3F6F26. Grayscale: #A6A6A6. Windows color (decimal): -4157223 or 14258368. OLE color: 14258368.
HSL color Cylindrical-coordinate representation of color #C090D9: hue angle of 279.45º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C090D9 is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 144 | 217 | - |
| CMYK | 0.12 | 0.34 | 0 | 0.15 |
| HSL | 279.45º | 0.49% | 0.71% | - |
| HSV(B) | 279.45º | 0.34% | 0.85% | - |
| XYZ | 44.24 | 36.16 | 70.29 | - |
| YUV | 166.67 | 156.4 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 144 | 217 | 0.12 | 0.34 | 0 | 0.15 | 279.45 | 0.49 | 0.71 |
| Hex | C0 | 90 | D9 | C | 22 | 0 | F | 117 | 31 | 47 |
| Octal | 300 | 220 | 331 | 14 | 42 | 0 | 17 | 427 | 61 | 107 |
| Binary | 11000000 | 10010000 | 11011001 | 1100 | 100010 | 0 | 1111 | 100010111 | 110001 | 1000111 |
Color Harmonies of #C090D9
Complementary color
Monochromatic Colors of #C090D9
Black with #C090D9
Text Example
Text Example
White with #C090D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C090D9; }
p { color: rgb(192,144,217); }
H1.HeaderClassName
{
color: #C090D9;
}
.AnyTagClassName
{
color: #C090D9;
}
</style>
background-color css
<style>
a { background-color: #C090D9; }
a { background-color: rgb(192,144,217); }
div.DivClassName
{
background-color: #C090D9;
}
.BgClassName
{
background-color: #C090D9;
}
</style>
border-color css
<style>
span { border-color: #C090D9; }
span { border-color: rgb(192,144,217); }
td.TdClassName
{
border-color: #C090D9;
}
.TagClassName
{
border-color: #C090D9;
}
</style>