Shades of Wisteria #C090D0
Tints of Wisteria #C090D0
RGB
CMYK
RGB Variations
Color information
#C090D0 (or 0xC090D0) is known color: Wisteria. HEX triplet: C0, 90 and D0. RGB value is (192,144,208). Sum of RGB (Red+Green+Blue) = 192+144+208=544 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.29% from 544); Green value is 144 (56.64% from 255 or 26.47% from 544); Blue value is 208 (81.64% from 255 or 38.24% from 544); Max value from RGB is 208 - color contains mainly: blue. Hex color #C090D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C090D0 is #3F6F2F. Grayscale: #A5A5A5. Windows color (decimal): -4157232 or 13668544. OLE color: 13668544.
HSL color Cylindrical-coordinate representation of color #C090D0: hue angle of 285º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C090D0 is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 144 | 208 | - |
| CMYK | 0.08 | 0.31 | 0 | 0.18 |
| HSL | 285º | 0.41% | 0.69% | - |
| HSV(B) | 285º | 0.31% | 0.82% | - |
| XYZ | 43.1 | 35.71 | 64.3 | - |
| YUV | 165.65 | 151.9 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 144 | 208 | 0.08 | 0.31 | 0 | 0.18 | 285 | 0.41 | 0.69 |
| Hex | C0 | 90 | D0 | 8 | 1F | 0 | 12 | 11D | 29 | 45 |
| Octal | 300 | 220 | 320 | 10 | 37 | 0 | 22 | 435 | 51 | 105 |
| Binary | 11000000 | 10010000 | 11010000 | 1000 | 11111 | 0 | 10010 | 100011101 | 101001 | 1000101 |
Color Harmonies of #C090D0
Complementary color
Monochromatic Colors of #C090D0
Black with #C090D0
Text Example
Text Example
White with #C090D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C090D0; }
p { color: rgb(192,144,208); }
H1.HeaderClassName
{
color: #C090D0;
}
.AnyTagClassName
{
color: #C090D0;
}
</style>
background-color css
<style>
a { background-color: #C090D0; }
a { background-color: rgb(192,144,208); }
div.DivClassName
{
background-color: #C090D0;
}
.BgClassName
{
background-color: #C090D0;
}
</style>
border-color css
<style>
span { border-color: #C090D0; }
span { border-color: rgb(192,144,208); }
td.TdClassName
{
border-color: #C090D0;
}
.TagClassName
{
border-color: #C090D0;
}
</style>