Shades of Wisteria #C090EA
Tints of Wisteria #C090EA
RGB
CMYK
RGB Variations
Color information
#C090EA (or 0xC090EA) is known color: Wisteria. HEX triplet: C0, 90 and EA. RGB value is (192,144,234). Sum of RGB (Red+Green+Blue) = 192+144+234=570 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.68% from 570); Green value is 144 (56.64% from 255 or 25.26% from 570); Blue value is 234 (91.80% from 255 or 41.05% from 570); Max value from RGB is 234 - color contains mainly: blue. Hex color #C090EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C090EA is #3F6F15. Grayscale: #A8A8A8. Windows color (decimal): -4157206 or 15372480. OLE color: 15372480.
HSL color Cylindrical-coordinate representation of color #C090EA: hue angle of 272º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C090EA is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 144 | 234 | - |
| CMYK | 0.18 | 0.38 | 0 | 0.08 |
| HSL | 272º | 0.68% | 0.74% | - |
| HSV(B) | 272º | 0.38% | 0.92% | - |
| XYZ | 46.56 | 37.09 | 82.55 | - |
| YUV | 168.61 | 164.9 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 144 | 234 | 0.18 | 0.38 | 0 | 0.08 | 272 | 0.68 | 0.74 |
| Hex | C0 | 90 | EA | 12 | 26 | 0 | 8 | 110 | 44 | 4A |
| Octal | 300 | 220 | 352 | 22 | 46 | 0 | 10 | 420 | 104 | 112 |
| Binary | 11000000 | 10010000 | 11101010 | 10010 | 100110 | 0 | 1000 | 100010000 | 1000100 | 1001010 |
Color Harmonies of #C090EA
Complementary color
Monochromatic Colors of #C090EA
Black with #C090EA
Text Example
Text Example
White with #C090EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C090EA; }
p { color: rgb(192,144,234); }
H1.HeaderClassName
{
color: #C090EA;
}
.AnyTagClassName
{
color: #C090EA;
}
</style>
background-color css
<style>
a { background-color: #C090EA; }
a { background-color: rgb(192,144,234); }
div.DivClassName
{
background-color: #C090EA;
}
.BgClassName
{
background-color: #C090EA;
}
</style>
border-color css
<style>
span { border-color: #C090EA; }
span { border-color: rgb(192,144,234); }
td.TdClassName
{
border-color: #C090EA;
}
.TagClassName
{
border-color: #C090EA;
}
</style>