Shades of Wisteria #C090DD
Tints of Wisteria #C090DD
RGB
CMYK
RGB Variations
Color information
#C090DD (or 0xC090DD) is known color: Wisteria. HEX triplet: C0, 90 and DD. RGB value is (192,144,221). Sum of RGB (Red+Green+Blue) = 192+144+221=557 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.47% from 557); Green value is 144 (56.64% from 255 or 25.85% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 221 - color contains mainly: blue. Hex color #C090DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C090DD is #3F6F22. Grayscale: #A6A6A6. Windows color (decimal): -4157219 or 14520512. OLE color: 14520512.
HSL color Cylindrical-coordinate representation of color #C090DD: hue angle of 277.4º 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 #C090DD is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 144 | 221 | - |
| CMYK | 0.13 | 0.35 | 0 | 0.13 |
| HSL | 277.4º | 0.53% | 0.72% | - |
| HSV(B) | 277.4º | 0.35% | 0.87% | - |
| XYZ | 44.76 | 36.37 | 73.07 | - |
| YUV | 167.13 | 158.4 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 144 | 221 | 0.13 | 0.35 | 0 | 0.13 | 277.4 | 0.53 | 0.72 |
| Hex | C0 | 90 | DD | D | 23 | 0 | D | 115 | 35 | 48 |
| Octal | 300 | 220 | 335 | 15 | 43 | 0 | 15 | 425 | 65 | 110 |
| Binary | 11000000 | 10010000 | 11011101 | 1101 | 100011 | 0 | 1101 | 100010101 | 110101 | 1001000 |
Color Harmonies of #C090DD
Complementary color
Monochromatic Colors of #C090DD
Black with #C090DD
Text Example
Text Example
White with #C090DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C090DD; }
p { color: rgb(192,144,221); }
H1.HeaderClassName
{
color: #C090DD;
}
.AnyTagClassName
{
color: #C090DD;
}
</style>
background-color css
<style>
a { background-color: #C090DD; }
a { background-color: rgb(192,144,221); }
div.DivClassName
{
background-color: #C090DD;
}
.BgClassName
{
background-color: #C090DD;
}
</style>
border-color css
<style>
span { border-color: #C090DD; }
span { border-color: rgb(192,144,221); }
td.TdClassName
{
border-color: #C090DD;
}
.TagClassName
{
border-color: #C090DD;
}
</style>