Shades of Wisteria #C090ED
Tints of Wisteria #C090ED
RGB
CMYK
RGB Variations
Color information
#C090ED (or 0xC090ED) is known color: Wisteria. HEX triplet: C0, 90 and ED. RGB value is (192,144,237). Sum of RGB (Red+Green+Blue) = 192+144+237=573 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.51% from 573); Green value is 144 (56.64% from 255 or 25.13% from 573); Blue value is 237 (92.97% from 255 or 41.36% from 573); Max value from RGB is 237 - color contains mainly: blue. Hex color #C090ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C090ED is #3F6F12. Grayscale: #A8A8A8. Windows color (decimal): -4157203 or 15569088. OLE color: 15569088.
HSL color Cylindrical-coordinate representation of color #C090ED: hue angle of 270.97º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C090ED is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 144 | 237 | - |
| CMYK | 0.19 | 0.39 | 0 | 0.07 |
| HSL | 270.97º | 0.72% | 0.75% | - |
| HSV(B) | 270.97º | 0.39% | 0.93% | - |
| XYZ | 47 | 37.27 | 84.84 | - |
| YUV | 168.95 | 166.4 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 144 | 237 | 0.19 | 0.39 | 0 | 0.07 | 270.97 | 0.72 | 0.75 |
| Hex | C0 | 90 | ED | 13 | 27 | 0 | 7 | 10F | 48 | 4B |
| Octal | 300 | 220 | 355 | 23 | 47 | 0 | 7 | 417 | 110 | 113 |
| Binary | 11000000 | 10010000 | 11101101 | 10011 | 100111 | 0 | 111 | 100001111 | 1001000 | 1001011 |
Color Harmonies of #C090ED
Complementary color
Monochromatic Colors of #C090ED
Black with #C090ED
Text Example
Text Example
White with #C090ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C090ED; }
p { color: rgb(192,144,237); }
H1.HeaderClassName
{
color: #C090ED;
}
.AnyTagClassName
{
color: #C090ED;
}
</style>
background-color css
<style>
a { background-color: #C090ED; }
a { background-color: rgb(192,144,237); }
div.DivClassName
{
background-color: #C090ED;
}
.BgClassName
{
background-color: #C090ED;
}
</style>
border-color css
<style>
span { border-color: #C090ED; }
span { border-color: rgb(192,144,237); }
td.TdClassName
{
border-color: #C090ED;
}
.TagClassName
{
border-color: #C090ED;
}
</style>