Shades of Wisteria #C094EA
Tints of Wisteria #C094EA
RGB
CMYK
RGB Variations
Color information
#C094EA (or 0xC094EA) is known color: Wisteria. HEX triplet: C0, 94 and EA. RGB value is (192,148,234). Sum of RGB (Red+Green+Blue) = 192+148+234=574 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.45% from 574); Green value is 148 (58.20% from 255 or 25.78% from 574); Blue value is 234 (91.80% from 255 or 40.77% from 574); Max value from RGB is 234 - color contains mainly: blue. Hex color #C094EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C094EA is #3F6B15. Grayscale: #AAAAAA. Windows color (decimal): -4156182 or 15373504. OLE color: 15373504.
HSL color Cylindrical-coordinate representation of color #C094EA: hue angle of 270.7º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C094EA is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 148 | 234 | - |
| CMYK | 0.18 | 0.37 | 0 | 0.08 |
| HSL | 270.7º | 0.67% | 0.75% | - |
| HSV(B) | 270.7º | 0.37% | 0.92% | - |
| XYZ | 47.18 | 38.33 | 82.75 | - |
| YUV | 170.96 | 163.58 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 148 | 234 | 0.18 | 0.37 | 0 | 0.08 | 270.7 | 0.67 | 0.75 |
| Hex | C0 | 94 | EA | 12 | 25 | 0 | 8 | 10F | 43 | 4B |
| Octal | 300 | 224 | 352 | 22 | 45 | 0 | 10 | 417 | 103 | 113 |
| Binary | 11000000 | 10010100 | 11101010 | 10010 | 100101 | 0 | 1000 | 100001111 | 1000011 | 1001011 |
Color Harmonies of #C094EA
Complementary color
Monochromatic Colors of #C094EA
Black with #C094EA
Text Example
Text Example
White with #C094EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C094EA; }
p { color: rgb(192,148,234); }
H1.HeaderClassName
{
color: #C094EA;
}
.AnyTagClassName
{
color: #C094EA;
}
</style>
background-color css
<style>
a { background-color: #C094EA; }
a { background-color: rgb(192,148,234); }
div.DivClassName
{
background-color: #C094EA;
}
.BgClassName
{
background-color: #C094EA;
}
</style>
border-color css
<style>
span { border-color: #C094EA; }
span { border-color: rgb(192,148,234); }
td.TdClassName
{
border-color: #C094EA;
}
.TagClassName
{
border-color: #C094EA;
}
</style>