Shades of Wisteria #C090E6
Tints of Wisteria #C090E6
RGB
CMYK
RGB Variations
Color information
#C090E6 (or 0xC090E6) is known color: Wisteria. HEX triplet: C0, 90 and E6. RGB value is (192,144,230). Sum of RGB (Red+Green+Blue) = 192+144+230=566 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.92% from 566); Green value is 144 (56.64% from 255 or 25.44% from 566); Blue value is 230 (90.23% from 255 or 40.64% from 566); Max value from RGB is 230 - color contains mainly: blue. Hex color #C090E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C090E6 is #3F6F19. Grayscale: #A7A7A7. Windows color (decimal): -4157210 or 15110336. OLE color: 15110336.
HSL color Cylindrical-coordinate representation of color #C090E6: hue angle of 273.49º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C090E6 is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 192 | 144 | 230 | - |
| CMYK | 0.17 | 0.37 | 0 | 0.10 |
| HSL | 273.49º | 0.63% | 0.73% | - |
| HSV(B) | 273.49º | 0.37% | 0.9% | - |
| XYZ | 45.99 | 36.87 | 79.55 | - |
| YUV | 168.16 | 162.9 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 144 | 230 | 0.17 | 0.37 | 0 | 0.10 | 273.49 | 0.63 | 0.73 |
| Hex | C0 | 90 | E6 | 11 | 25 | 0 | A | 111 | 3F | 49 |
| Octal | 300 | 220 | 346 | 21 | 45 | 0 | 12 | 421 | 77 | 111 |
| Binary | 11000000 | 10010000 | 11100110 | 10001 | 100101 | 0 | 1010 | 100010001 | 111111 | 1001001 |
Color Harmonies of #C090E6
Complementary color
Monochromatic Colors of #C090E6
Black with #C090E6
Text Example
Text Example
White with #C090E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C090E6; }
p { color: rgb(192,144,230); }
H1.HeaderClassName
{
color: #C090E6;
}
.AnyTagClassName
{
color: #C090E6;
}
</style>
background-color css
<style>
a { background-color: #C090E6; }
a { background-color: rgb(192,144,230); }
div.DivClassName
{
background-color: #C090E6;
}
.BgClassName
{
background-color: #C090E6;
}
</style>
border-color css
<style>
span { border-color: #C090E6; }
span { border-color: rgb(192,144,230); }
td.TdClassName
{
border-color: #C090E6;
}
.TagClassName
{
border-color: #C090E6;
}
</style>